Searched defs:NCountSize (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| H A D | zstd_compress_sequences.c | 280 { 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 D | compress.c | 672 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 5 milliseconds