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.h126 if (H->Size > maxLoad(H->Capacity)) in load()
301 static uint32_t maxLoad(uint32_t capacity) { return capacity * 2 / 3 + 1; } in maxLoad() function
306 uint32_t MaxLoad = maxLoad(capacity()); in grow()
307 if (S < maxLoad(capacity())) in grow()