Searched refs:nbSeq_1 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 262 size_t nbSeq_1 = nbSeq; in ZSTD_buildCTable() local 266 nbSeq_1--; in ZSTD_buildCTable() 268 assert(nbSeq_1 > 1); in ZSTD_buildCTable() 270 …ARD_IF_ERROR(FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, ZSTD_useLowProbCount(nbSeq_1)… in ZSTD_buildCTable()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11503 size_t nbSeq_1 = nbSeq; in ZSTD_buildCTable() local 11507 nbSeq_1--; in ZSTD_buildCTable() 11509 assert(nbSeq_1 > 1); in ZSTD_buildCTable() 11510 FORWARD_IF_ERROR(FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max), ""); in ZSTD_buildCTable()
|