Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h36 static constexpr uint32_t MAXSIZE = MAXBITS / DATEBITS; // the maximum value of size variable
Djs_bigint.cpp189 if (length > MAXSIZE) { in CreateBigint()
629 if (needLen > MAXSIZE) { in CreateBigWords()