Home
last modified time | relevance | path

Searched refs:LL_bits (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c305 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
328 U32 const llBits = LL_bits[llCode]; in ZSTD_encodeSequences_body()
H A Dzstd_compress_superblock.c653 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_opt.c246 return (LL_bits[llCode] * BITCOST_MULTIPLIER) in ZSTD_litLengthPrice()
/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h193 static UNUSED_ATTR const U32 LL_bits[MaxLL+1] = { variable
/freebsd-13.1/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h144 #define LL_bits zfs_LL_bits macro
/freebsd-13.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c619 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()
H A Dzstd_decompress.c1135 LL_base, LL_bits, in ZSTD_loadDEntropy()
/freebsd-13.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c515 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
3296 U32 const llBits = LL_bits[llCode]; in ZSTDv06_decodeSequence()
H A Dzstd_v07.c2749 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
3526 U32 const llBits = LL_bits[llCode]; in ZSTDv07_decodeSequence()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6485 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, variable
11543 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
11566 U32 const llBits = LL_bits[llCode]; in ZSTD_encodeSequences_body()
12355 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
20390 return (LL_bits[llCode] * BITCOST_MULTIPLIER) in ZSTD_litLengthPrice()
25623 LL_base, LL_bits, in ZSTD_loadDEntropy()
26912 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()