Searched refs:kBuckets (Results 1 – 4 of 4) sorted by relevance
38 for (int i = 0; i < kBuckets; i++) { in SlotSet()44 for (int i = 0; i < kBuckets; i++) { in ~SlotSet()158 if (current_bucket == kBuckets || bucket == nullptr) { in RemoveRange()192 for (int bucket_index = 0; bucket_index < kBuckets; bucket_index++) { in Iterate()234 for (int bucket_index = 0; bucket_index < kBuckets; bucket_index++) { in PreFreeEmptyBuckets()245 for (int bucket_index = 0; bucket_index < kBuckets; bucket_index++) { in FreeEmptyBuckets()274 static const int kBuckets = kMaxSlots / kCellsPerBucket / kBitsPerCell; variable381 Bucket buckets_[kBuckets];
272 const int kBuckets = 100; in TEST() local278 std::vector<unsigned int> buckets(kBuckets, 0); in TEST()281 if (index >= 0 && index < kBuckets) { in TEST()289 for (int n = 0; n < kBuckets; ++n) { in TEST()
50 static constexpr size_t kBuckets = 20; variable58 std::array<uint64_t, kBuckets> values_ = {};
101 data.reserve(kBuckets); in GetData()102 for (size_t i = 0; i < kBuckets; ++i) { in GetData()103 if (i == kBuckets - 1) in GetData()116 if (hibit >= kBuckets) in GetBucket()117 return kBuckets - 1; in GetBucket()