Searched refs:LL_base (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 30 static UNUSED_ATTR const U32 LL_base[MaxLL+1] = { variable
|
| H A D | zstd_decompress_block.c | 619 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()
|
| H A D | zstd_decompress.c | 1135 LL_base, LL_bits, in ZSTD_loadDEntropy()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 143 #define LL_base zfs_LL_base macro
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 3301 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 D | zstd_v07.c | 3531 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 D | zstd.c | 22653 static const U32 LL_base[MaxLL+1] = { variable 25625 LL_base, LL_bits, in ZSTD_loadDEntropy() 26914 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()
|