Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h123 if (H->Size > maxLoad(H->Capacity)) in load()
298 static uint32_t maxLoad(uint32_t capacity) { return capacity * 2 / 3 + 1; } in maxLoad() function
303 uint32_t MaxLoad = maxLoad(capacity()); in grow()
304 if (S < maxLoad(capacity())) in grow()