/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 293 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body() 316 U32 const mlBits = ML_bits[mlCode]; in ZSTD_encodeSequences_body()
|
H A D | zstd_compress_superblock.c | 657 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
|
H A D | zstd_opt.c | 277 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 316 BIT_addBits(&blockStream, sequences[nbSeq-1].mlBase, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body() 339 U32 const mlBits = ML_bits[mlCode]; in ZSTD_encodeSequences_body()
|
H A D | zstd_compress_superblock.c | 381 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
|
H A D | zstd_opt.c | 318 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
|
H A D | zstd_compress.c | 3320 fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateBlockSize_sequences()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | zstd_internal.h | 201 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, variable
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | zstd_internal.h | 138 static UNUSED_ATTR const U8 ML_bits[MaxML+1] = { variable
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 541 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
|
H A D | zstd_decompress.c | 1106 ML_base, ML_bits, in ZSTD_loadDEntropy()
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v06.c | 520 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable 3293 U32 const mlBits = ML_bits[mlCode]; in ZSTDv06_decodeSequence()
|
H A D | zstd_v07.c | 2753 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable 3523 U32 const mlBits = ML_bits[mlCode]; in ZSTDv07_decodeSequence()
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 1386 ML_base, ML_bits, in ZSTD_loadDEntropy()
|
H A D | zstd_decompress_block.c | 719 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
|