Home
last modified time | relevance | path

Searched defs:big (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/trace_processor/
Dquery_result.ts117 const big = BigInt(hi) << SHIFT_32BITS | BigInt(lo); constant
129 const big = BigInt(hi) << SHIFT_32BITS | BigInt(lo); constant