Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/tests/integration/enum/include/
Dbase.h14 SIGNED_MIN = INT64_MIN,
/development/tools/winscope/src/trace_processor/
Dbigint_math.ts17 static INT64_MIN: bigint = -(2n ** 63n); property in BigintMath