Searched refs:NCountSize (Results 1 – 1 of 1) sorted by relevance
/lib/zstd/ |
D | compress.c | 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() [all …]
|