Lines Matching refs:PrevHash
255 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local
260 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
264 PrevHash = HashValue; in emitHashes()
272 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local
276 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
278 PrevHash = HashValue; in emitOffsets()
325 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local
328 if (PrevHash != HashValue) in emitBuckets()
330 PrevHash = HashValue; in emitBuckets()
338 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitData() local
342 if (PrevHash != std::numeric_limits<uint64_t>::max() && in emitData()
343 PrevHash != Hash->HashValue) in emitData()
353 PrevHash = Hash->HashValue; in emitData()