| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 305 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 D | zstd_compress_superblock.c | 653 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
|
| H A D | zstd_opt.c | 246 return (LL_bits[llCode] * BITCOST_MULTIPLIER) in ZSTD_litLengthPrice()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 193 static UNUSED_ATTR const U32 LL_bits[MaxLL+1] = { variable
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 144 #define LL_bits zfs_LL_bits macro
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| 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/zstd/lib/legacy/ |
| H A D | zstd_v06.c | 515 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 D | zstd_v07.c | 2749 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 D | zstd.c | 6486 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()
|