Lines Matching refs:PrevHash
151 uint64_t PrevHash = UINT64_MAX; in EmitBuckets() local
154 if (PrevHash != HashValue) in EmitBuckets()
156 PrevHash = HashValue; in EmitBuckets()
164 uint64_t PrevHash = UINT64_MAX; in EmitHashes() local
170 if (PrevHash == HashValue) in EmitHashes()
174 PrevHash = HashValue; in EmitHashes()
184 uint64_t PrevHash = UINT64_MAX; in emitOffsets() local
190 if (PrevHash == HashValue) in emitOffsets()
192 PrevHash = HashValue; in emitOffsets()
208 uint64_t PrevHash = UINT64_MAX; in EmitData() local
214 if (PrevHash != UINT64_MAX && PrevHash != (*HI)->HashValue) in EmitData()
234 PrevHash = (*HI)->HashValue; in EmitData()