Home
last modified time | relevance | path

Searched defs:NCountSize (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_sequences.c280 { size_t const NCountSize = FSE_writeNCount(op, (size_t)(oend - op), wksp->norm, max, tableLog); /* overflow protected */ in ZSTD_buildCTable() local
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c672 size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */ in ZSTD_compressSequences_internal() local
704 size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */ in ZSTD_compressSequences_internal() local
736 size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */ in ZSTD_compressSequences_internal() local
[all...]

Completed in 6 milliseconds