Searched refs:lastNCount (Results 1 – 2 of 2) sorted by relevance
2174 BYTE* lastNCount = NULL; in ZSTD_entropyCompressSequences_internal() local2248 lastNCount = op; in ZSTD_entropyCompressSequences_internal()2276 lastNCount = op; in ZSTD_entropyCompressSequences_internal()2302 lastNCount = op; in ZSTD_entropyCompressSequences_internal()2327 if (lastNCount && (op - lastNCount) < 4) { in ZSTD_entropyCompressSequences_internal()2329 assert(op - lastNCount == 3); in ZSTD_entropyCompressSequences_internal()
15072 BYTE* lastNCount = NULL; in ZSTD_compressSequences_internal() local15142 lastNCount = op; in ZSTD_compressSequences_internal()15170 lastNCount = op; in ZSTD_compressSequences_internal()15196 lastNCount = op; in ZSTD_compressSequences_internal()15221 if (lastNCount && (op - lastNCount) < 4) { in ZSTD_compressSequences_internal()15223 assert(op - lastNCount == 3); in ZSTD_compressSequences_internal()