Lines Matching defs:PrevHash
250 uint64_t PrevHash = std::numeric_limits<uint64_t>::max();
255 if (SkipIdenticalHashes && PrevHash == HashValue)
259 PrevHash = HashValue;
267 uint64_t PrevHash = std::numeric_limits<uint64_t>::max();
271 if (SkipIdenticalHashes && PrevHash == HashValue)
273 PrevHash = HashValue;
320 uint64_t PrevHash = std::numeric_limits<uint64_t>::max();
323 if (PrevHash != HashValue)
325 PrevHash = HashValue;
333 uint64_t PrevHash = std::numeric_limits<uint64_t>::max();
337 if (PrevHash != std::numeric_limits<uint64_t>::max() &&
338 PrevHash != Hash->HashValue)
348 PrevHash = Hash->HashValue;