Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DStringMap.cpp56 unsigned HTSize = NumBuckets; in LookupBucketFor() local
57 if (HTSize == 0) { // Hash table unallocated so far? in LookupBucketFor()
59 HTSize = NumBuckets; in LookupBucketFor()
62 unsigned BucketNo = FullHashValue & (HTSize-1); in LookupBucketFor()
101 BucketNo = (BucketNo+ProbeAmt) & (HTSize-1); in LookupBucketFor()
114 unsigned HTSize = NumBuckets; in FindKey() local
115 if (HTSize == 0) return -1; // Really empty table? in FindKey()
117 unsigned BucketNo = FullHashValue & (HTSize-1); in FindKey()
145 BucketNo = (BucketNo+ProbeAmt) & (HTSize-1); in FindKey()
/external/llvm/lib/Support/
DStringMap.cpp73 unsigned HTSize = NumBuckets; in LookupBucketFor() local
74 if (HTSize == 0) { // Hash table unallocated so far? in LookupBucketFor()
76 HTSize = NumBuckets; in LookupBucketFor()
79 unsigned BucketNo = FullHashValue & (HTSize-1); in LookupBucketFor()
118 BucketNo = (BucketNo+ProbeAmt) & (HTSize-1); in LookupBucketFor()
131 unsigned HTSize = NumBuckets; in FindKey() local
132 if (HTSize == 0) return -1; // Really empty table? in FindKey()
134 unsigned BucketNo = FullHashValue & (HTSize-1); in FindKey()
162 BucketNo = (BucketNo+ProbeAmt) & (HTSize-1); in FindKey()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringMap.cpp79 unsigned HTSize = NumBuckets; in LookupBucketFor() local
80 if (HTSize == 0) { // Hash table unallocated so far? in LookupBucketFor()
82 HTSize = NumBuckets; in LookupBucketFor()
85 unsigned BucketNo = FullHashValue & (HTSize-1); in LookupBucketFor()
124 BucketNo = (BucketNo+ProbeAmt) & (HTSize-1); in LookupBucketFor()
136 unsigned HTSize = NumBuckets; in FindKey() local
137 if (HTSize == 0) return -1; // Really empty table? in FindKey()
139 unsigned BucketNo = FullHashValue & (HTSize-1); in FindKey()
167 BucketNo = (BucketNo+ProbeAmt) & (HTSize-1); in FindKey()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp74 unsigned HTSize = NumBuckets; in LookupBucketFor() local
75 if (HTSize == 0) { // Hash table unallocated so far? in LookupBucketFor()
77 HTSize = NumBuckets; in LookupBucketFor()
80 unsigned BucketNo = FullHashValue & (HTSize-1); in LookupBucketFor()
119 BucketNo = (BucketNo+ProbeAmt) & (HTSize-1); in LookupBucketFor()
131 unsigned HTSize = NumBuckets; in FindKey() local
132 if (HTSize == 0) return -1; // Really empty table? in FindKey()
134 unsigned BucketNo = FullHashValue & (HTSize-1); in FindKey()
162 BucketNo = (BucketNo+ProbeAmt) & (HTSize-1); in FindKey()