Home
last modified time | relevance | path

Searched refs:maxSignedValue (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/common/
Darray_utils.ts151 const maxSignedValue = 2n ** (numOfBits - 1n) - 1n; constant
152 if (result > maxSignedValue) {