Home
last modified time | relevance | path

Searched refs:nbSeq_1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_sequences.c269 size_t nbSeq_1 = nbSeq; in ZSTD_buildCTable() local
273 nbSeq_1--; in ZSTD_buildCTable()
275 assert(nbSeq_1 > 1); in ZSTD_buildCTable()
278 FORWARD_IF_ERROR(FSE_normalizeCount(wksp->norm, tableLog, count, nbSeq_1, max, ZSTD_useLowProbCount(nbSeq_1)), "FSE_normalizeCount failed"); in ZSTD_buildCTable()
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c664 size_t nbSeq_1 = nbSeq; in ZSTD_compressSequences_internal() local
668 nbSeq_1--; in ZSTD_compressSequences_internal()
670 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max); in ZSTD_compressSequences_internal()
696 size_t nbSeq_1 = nbSeq; in ZSTD_compressSequences_internal() local
700 nbSeq_1--; in ZSTD_compressSequences_internal()
702 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max); in ZSTD_compressSequences_internal()
728 size_t nbSeq_1 = nbSeq; in ZSTD_compressSequences_internal() local
732 nbSeq_1--; in ZSTD_compressSequences_internal()
734 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max); in ZSTD_compressSequences_internal()

Completed in 9 milliseconds