Searched refs:kHashSetLength (Results 1 – 2 of 2) sorted by relevance
79 hash_set_1_ = new uintptr_t[kHashSetLength]; in SetUp()80 hash_set_2_ = new uintptr_t[kHashSetLength]; in SetUp()315 sizeof(uintptr_t) * kHashSetLength); in ClearFilteringHashSets()317 sizeof(uintptr_t) * kHashSetLength); in ClearFilteringHashSets()557 (kHashSetLength - 1)); in Compact()561 hash2 &= (kHashSetLength - 1); in Compact()
72 static const int kHashSetLength = 1 << kHashSetLengthLog2; variable