Searched refs:full_hash (Results 1 – 1 of 1) sorted by relevance
120 unsigned int full_hash = m_Hasher(pKey); in lookUpBucketFor() local121 unsigned int index = full_hash % m_NumOfBuckets; in lookUpBucketFor()132 m_Buckets[firstTombstone].FullHashValue = full_hash; in lookUpBucketFor()136 bucket.FullHashValue = full_hash; in lookUpBucketFor()144 } else if (bucket.FullHashValue == full_hash) { in lookUpBucketFor()163 unsigned int full_hash = m_Hasher(pKey); in findKey() local164 unsigned int index = full_hash % m_NumOfBuckets; in findKey()176 } else if (full_hash == bucket.FullHashValue) { in findKey()216 unsigned full_hash = IB->FullHashValue; in doRehash() local217 unsigned new_bucket = full_hash % pNewSize; in doRehash()[all …]