Lines Matching refs:HashValue
39 Uniques.push_back(E.second.HashValue); in computeBucketCount()
76 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize()
85 return LHS->HashValue < RHS->HashValue; in finalize()
259 uint32_t HashValue = Hash->HashValue; in emitHashes() local
260 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
263 Asm->emitInt32(HashValue); in emitHashes()
264 PrevHash = HashValue; in emitHashes()
275 uint32_t HashValue = Hash->HashValue; in emitOffsets() local
276 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
278 PrevHash = HashValue; in emitOffsets()
327 uint32_t HashValue = HD->HashValue; in emitBuckets() local
328 if (PrevHash != HashValue) in emitBuckets()
330 PrevHash = HashValue; in emitBuckets()
343 PrevHash != Hash->HashValue) in emitData()
353 PrevHash = Hash->HashValue; in emitData()
821 OS << " Hash Value: " << format("0x%x", HashValue) << "\n"; in print()