Lines Matching refs:HashValue
38 Uniques.push_back(E.second.HashValue); in computeBucketCount()
64 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize()
73 return LHS->HashValue < RHS->HashValue; in finalize()
255 uint32_t HashValue = Hash->HashValue; in emitHashes() local
256 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
259 Asm->emitInt32(HashValue); in emitHashes()
260 PrevHash = HashValue; in emitHashes()
271 uint32_t HashValue = Hash->HashValue; in emitOffsets() local
272 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
274 PrevHash = HashValue; in emitOffsets()
323 uint32_t HashValue = HD->HashValue; in emitBuckets() local
324 if (PrevHash != HashValue) in emitBuckets()
326 PrevHash = HashValue; in emitBuckets()
339 PrevHash != Hash->HashValue) in emitData()
349 PrevHash = Hash->HashValue; in emitData()
783 OS << " Hash Value: " << format("0x%x", HashValue) << "\n"; in print()