Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dlinked_hash_table.h127 uint32_t rawCap = atLeastSpaceFor + (atLeastSpaceFor >> 1UL); in ComputeCapacity() local
128 int capacity = static_cast<int>(helpers::math::GetPowerOfTwoValue32(rawCap)); in ComputeCapacity()

Completed in 2 milliseconds