Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp170 uint32_t atLeastSize = 85; in HWTEST_F_L0() local
195 int atLeastSize = 85; in HWTEST_F_L0() local
231 int atLeastSize = 85; in HWTEST_F_L0() local
270 int currentSize = 128, atLeastSize = 33; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h54 inline static int ComputeHashTableSize(uint32_t atLeastSize) in ComputeHashTableSize()
130 inline static int RecalculateTableSize(int currentSize, int atLeastSize) in RecalculateTableSize()