Searched refs:kHashSetLength (Results 1 – 2 of 2) sorted by relevance
94 hash_set_1_ = new uintptr_t[kHashSetLength]; in SetUp()95 hash_set_2_ = new uintptr_t[kHashSetLength]; in SetUp()268 sizeof(uintptr_t) * kHashSetLength); in ClearFilteringHashSets()270 sizeof(uintptr_t) * kHashSetLength); in ClearFilteringHashSets()549 (kHashSetLength - 1)); in Compact()553 hash2 &= (kHashSetLength - 1); in Compact()
66 static const int kHashSetLength = 1 << kHashSetLengthLog2; variable