Searched refs:BucketSize (Results 1 – 1 of 1) sorted by relevance
255 for (auto &BucketSize : BucketSizesMap) in printStatistic()256 OS << "\n Number of buckets with size " << BucketSize.first << ": " in printStatistic()257 << BucketSize.second; in printStatistic()367 uint32_t getStartIdx(uint32_t ExtHashBits, uint32_t BucketSize) { in getStartIdx() argument368 assert((BucketSize > 0) && "Empty bucket"); in getStartIdx()370 return ExtHashBits & (BucketSize - 1); in getStartIdx()