Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h193 static UNUSED_ATTR const U32 LL_bits[MaxLL+1] = { variable
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h144 #define LL_bits zfs_LL_bits macro
/f-stack/freebsd/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()
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6486 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, variable
11545 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
11568 U32 const llBits = LL_bits[llCode]; in ZSTD_encodeSequences_body()
12357 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
20392 return (LL_bits[llCode] * BITCOST_MULTIPLIER) in ZSTD_litLengthPrice()
25625 LL_base, LL_bits, in ZSTD_loadDEntropy()
26914 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()