Searched refs:getNumBuckets (Results 1 – 9 of 9) sorted by relevance
133 if (NumBuckets > getNumBuckets()) in reserve()143 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear()373 assert((getNumBuckets() & (getNumBuckets()-1)) == 0 && in initEmpty()420 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom()519 unsigned getNumBuckets() const { in getNumBuckets() function524 return getBuckets() + getNumBuckets(); in getBucketsEnd()528 return getBuckets() + getNumBuckets(); in getBucketsEnd()574 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()578 NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()852 unsigned getNumBuckets() const { in getNumBuckets() function[all …]
108 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
64 uint32_t getNumBuckets() const { return HashHdr->NumBuckets; } in getNumBuckets() function
179 uint32_t getNumBuckets();
321 unsigned NumBuckets = HashTable.getNumBuckets(); in PrintStats()
314 offset_type getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
83 uint32_t AppleAcceleratorTable::getNumBuckets() { return Hdr.BucketCount; } in getNumBuckets() function in AppleAcceleratorTable
853 uint32_t NumBuckets = AccelTable.getNumBuckets(); in verifyAppleAccelTable()
1686 Table.getHashRecordSize(), Table.getNumBuckets()); in dumpSymbolsFromGSI()