Lines Matching refs:HashValue
38 Uniques.push_back(E.second.HashValue); in computeBucketCount()
75 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize()
84 return LHS->HashValue < RHS->HashValue; in finalize()
250 uint32_t HashValue = Hash->HashValue; in emitHashes() local
251 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
254 Asm->emitInt32(HashValue); in emitHashes()
255 PrevHash = HashValue; in emitHashes()
266 uint32_t HashValue = Hash->HashValue; in emitOffsets() local
267 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
269 PrevHash = HashValue; in emitOffsets()
318 uint32_t HashValue = HD->HashValue; in emitBuckets() local
319 if (PrevHash != HashValue) in emitBuckets()
321 PrevHash = HashValue; in emitBuckets()
334 PrevHash != Hash->HashValue) in emitData()
344 PrevHash = Hash->HashValue; in emitData()
649 OS << " Hash Value: " << format("0x%x", HashValue) << "\n"; in print()