Lines Matching refs:HashValue
48 uniques[i] = Data[i]->HashValue; in ComputeBucketCount()
97 uint32_t bucket = Data[i]->HashValue % Header.bucket_count; in FinalizeTable()
108 return LHS->HashValue < RHS->HashValue; in FinalizeTable()
153 uint32_t HashValue = HD->HashValue; in EmitBuckets() local
154 if (PrevHash != HashValue) in EmitBuckets()
156 PrevHash = HashValue; in EmitBuckets()
169 uint32_t HashValue = (*HI)->HashValue; in EmitHashes() local
170 if (PrevHash == HashValue) in EmitHashes()
173 Asm->EmitInt32(HashValue); in EmitHashes()
174 PrevHash = HashValue; in EmitHashes()
189 uint32_t HashValue = (*HI)->HashValue; in emitOffsets() local
190 if (PrevHash == HashValue) in emitOffsets()
192 PrevHash = HashValue; in emitOffsets()
214 if (PrevHash != UINT64_MAX && PrevHash != (*HI)->HashValue) in EmitData()
234 PrevHash = (*HI)->HashValue; in EmitData()