Home
last modified time | relevance | path

Searched refs:LL_base (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h30 static UNUSED_ATTR const U32 LL_base[MaxLL+1] = { variable
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/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h143 #define LL_base zfs_LL_base macro
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c3301 static const U32 LL_base[MaxLL+1] = { in ZSTDv06_decodeSequence() local
3353 …seq->litLength = LL_base[llCode] + ((llCode>15) ? BITv06_readBits(&(seqState->DStream), llBits) : … in ZSTDv06_decodeSequence()
H A Dzstd_v07.c3531 static const U32 LL_base[MaxLL+1] = { in ZSTDv07_decodeSequence() local
3578 …seq.litLength = LL_base[llCode] + ((llCode>15) ? BITv07_readBits(&(seqState->DStream), llBits) : 0… in ZSTDv07_decodeSequence()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22653 static const U32 LL_base[MaxLL+1] = { variable
25625 LL_base, LL_bits, in ZSTD_loadDEntropy()
26914 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()