Lines Matching refs:PrevHash
251 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local
256 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()
260 PrevHash = HashValue; in emitHashes()
268 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local
272 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()
274 PrevHash = HashValue; in emitOffsets()
321 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local
324 if (PrevHash != HashValue) in emitBuckets()
326 PrevHash = HashValue; in emitBuckets()
334 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitData() local
338 if (PrevHash != std::numeric_limits<uint64_t>::max() && in emitData()
339 PrevHash != Hash->HashValue) in emitData()
349 PrevHash = Hash->HashValue; in emitData()