Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp368 const int ExpectedInitialBucketCount = GetPageSizeCached() / /* sizeof(KV) */ 8; variable
373 const int ExpectedMaxInitialEntries = ExpectedInitialBucketCount * 3 / 4 - 1; in TEST()
413 for (auto Size : {1, 2, 48, 66, 341, ExpectedInitialBucketCount + 1}) { in TEST()
455 for (auto Size : {1, 2, 48, 66, 341, ExpectedInitialBucketCount + 1}) { in TEST()
/llvm-project/llvm/unittests/ADT/
H A DDenseMapTest.cpp386 const int ExpectedInitialBucketCount = 64; in TEST() local
388 const int ExpectedMaxInitialEntries = ExpectedInitialBucketCount * 3 / 4 - 1; in TEST()