| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 307 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body() 330 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()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 210 static UNUSED_ATTR const U32 ML_bits[MaxML+1] = { variable
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 148 #define ML_bits zfs_ML_bits macro
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 643 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_decompress.c | 1120 ML_base, ML_bits, in ZSTD_loadDEntropy()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 523 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable 3297 U32 const mlBits = ML_bits[mlCode]; in ZSTDv06_decodeSequence()
|
| H A D | zstd_v07.c | 2757 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable 3527 U32 const mlBits = ML_bits[mlCode]; in ZSTDv07_decodeSequence()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 6499 static const U32 ML_bits[MaxML+1] = { 0, 0, 0, 0, 0, 0, 0, 0, variable 11547 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body() 11570 U32 const mlBits = ML_bits[mlCode]; in ZSTD_encodeSequences_body() 12361 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences() 20423 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice() 25612 ML_base, ML_bits, in ZSTD_loadDEntropy() 26934 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
|