Searched refs:PrevHash (Results 1 – 1 of 1) sorted by relevance
247 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local252 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()256 PrevHash = HashValue; in emitHashes()264 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local268 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()270 PrevHash = HashValue; in emitOffsets()317 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local320 if (PrevHash != HashValue) in emitBuckets()322 PrevHash = HashValue; in emitBuckets()335 PrevHash != Hash->HashValue) in emitData()[all …]