Searched refs:PrevHash (Results 1 – 1 of 1) sorted by relevance
255 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitHashes() local260 if (SkipIdenticalHashes && PrevHash == HashValue) in emitHashes()264 PrevHash = HashValue; in emitHashes()272 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitOffsets() local276 if (SkipIdenticalHashes && PrevHash == HashValue) in emitOffsets()278 PrevHash = HashValue; in emitOffsets()325 uint64_t PrevHash = std::numeric_limits<uint64_t>::max(); in emitBuckets() local328 if (PrevHash != HashValue) in emitBuckets()330 PrevHash = HashValue; in emitBuckets()343 PrevHash != Hash->HashValue) in emitData()[all …]