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()
251 uint32_t HashValue = Hash->HashValue; in emitHashes() local
252 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
255 Asm->emitInt32(HashValue); in emitHashes()
256 PrevHash = HashValue; in emitHashes()
267 uint32_t HashValue = Hash->HashValue; in emitOffsets() local
268 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
270 PrevHash = HashValue; in emitOffsets()
319 uint32_t HashValue = HD->HashValue; in emitBuckets() local
320 if (PrevHash != HashValue) in emitBuckets()
322 PrevHash = HashValue; in emitBuckets()
335 PrevHash != Hash->HashValue) in emitData()
345 PrevHash = Hash->HashValue; in emitData()
650 OS << " Hash Value: " << format("0x%x", HashValue) << "\n"; in print()