Lines Matching refs:PrevHash
247 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local
252 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
256 PrevHash = HashValue; in emitHashes()
264 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local
268 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
270 PrevHash = HashValue; in emitOffsets()
317 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local
320 if (PrevHash != HashValue) in emitBuckets()
322 PrevHash = HashValue; in emitBuckets()
330 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitData() local
334 if (PrevHash != std::numeric_limits<uint64_t>::max() && in emitData()
335 PrevHash != Hash->HashValue) in emitData()
345 PrevHash = Hash->HashValue; in emitData()