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.tcc133 unsigned int full_hash = m_Hasher(pKey); in lookUpBucketFor() local
134 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() local
180 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() local
236 unsigned new_bucket = full_hash % pNewSize; in doRehash()
[all …]