Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/tests/integration/enum/include/
Dbase.h13 SIGNED_MAX = INT64_MAX,
/development/tools/winscope/src/trace_processor/
Dbigint_math.ts16 static INT64_MAX: bigint = (2n ** 63n) - 1n; property in BigintMath