Home
last modified time | relevance | path

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

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