Home
last modified time | relevance | path

Searched refs:MAXSIZE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h36 static constexpr uint32_t MAXSIZE = MAXBITS / DATEBITS; // the maximum value of size member in panda::ecmascript::BigInt
H A Djs_bigint.cpp199 if (length > MAXSIZE) { in CreateBigint()
672 if (needLen > MAXSIZE) { in CreateBigWords()

Completed in 7 milliseconds