Home
last modified time | relevance | path

Searched refs:full_hash (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.tcc120 unsigned int full_hash = m_Hasher(pKey); in lookUpBucketFor() local
121 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() local
164 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() local
217 unsigned new_bucket = full_hash % pNewSize; in doRehash()
[all …]