Searched refs:full_hash (Results 1 – 1 of 1) sorted by relevance
133 unsigned int full_hash = m_Hasher(pKey); in lookUpBucketFor() local134 unsigned int index = full_hash % m_NumOfBuckets; in lookUpBucketFor()145 m_Buckets[firstTombstone].FullHashValue = full_hash; in lookUpBucketFor()149 bucket.FullHashValue = full_hash; in lookUpBucketFor()158 else if (bucket.FullHashValue == full_hash) { in lookUpBucketFor()179 unsigned int full_hash = m_Hasher(pKey); in findKey() local180 unsigned int index = full_hash % m_NumOfBuckets; in findKey()193 else if (full_hash == bucket.FullHashValue) { in findKey()235 unsigned full_hash = IB->FullHashValue; in doRehash() local236 unsigned new_bucket = full_hash % pNewSize; in doRehash()[all …]