Searched refs:getNumBuckets (Results 1 – 9 of 9) sorted by relevance
107 if (NumBuckets > getNumBuckets()) in reserve()117 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear()377 assert((getNumBuckets() & (getNumBuckets()-1)) == 0 && in initEmpty()424 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom()524 unsigned getNumBuckets() const { in getNumBuckets() function529 return getBuckets() + getNumBuckets(); in getBucketsEnd()533 return getBuckets() + getNumBuckets(); in getBucketsEnd()579 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()583 NumBuckets = getNumBuckets(); in InsertIntoBucketImpl()860 unsigned getNumBuckets() const { in getNumBuckets() function[all …]
89 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
63 uint32_t getNumBuckets() const { return HashHdr->NumBuckets; } in getNumBuckets() function
185 uint32_t getNumBuckets();
314 offset_type getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
372 unsigned NumBuckets = HashTable.getNumBuckets(); in PrintStats()
82 uint32_t AppleAcceleratorTable::getNumBuckets() { return Hdr.BucketCount; } in getNumBuckets() function in AppleAcceleratorTable
890 uint32_t NumBuckets = AccelTable.getNumBuckets(); in verifyAppleAccelTable()
1794 Table.getHashRecordSize(), Table.getNumBuckets()); in dumpSymbolsFromGSI()