Lines Matching refs:NCountSize
672 …size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protect… in ZSTD_compressSequences_internal() local
673 if (FSE_isError(NCountSize)) in ZSTD_compressSequences_internal()
674 return NCountSize; in ZSTD_compressSequences_internal()
675 op += NCountSize; in ZSTD_compressSequences_internal()
704 …size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protect… in ZSTD_compressSequences_internal() local
705 if (FSE_isError(NCountSize)) in ZSTD_compressSequences_internal()
706 return NCountSize; in ZSTD_compressSequences_internal()
707 op += NCountSize; in ZSTD_compressSequences_internal()
736 …size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protect… in ZSTD_compressSequences_internal() local
737 if (FSE_isError(NCountSize)) in ZSTD_compressSequences_internal()
738 return NCountSize; in ZSTD_compressSequences_internal()
739 op += NCountSize; in ZSTD_compressSequences_internal()