Searched refs:ML_base (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_internal.h | 49 static UNUSED_ATTR const U32 ML_base[MaxML+1] = { variable
|
H A D | zstd_decompress.c | 1339 ML_base, ML_bits, in ZSTD_loadDEntropy()
|
H A D | zstd_decompress_block.c | 719 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | decompress.c | 947 static const U32 ML_base[MaxML + 1] = {3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, in ZSTD_decodeSequence() local 986 seq.matchLength = ML_base[mlCode] + ((mlCode > 31) ? BIT_readBitsFast(&seqState->DStream, mlBits) : 0); /* <= 16 bits */ in ZSTD_decodeSequence() 1179 static const U32 ML_base[MaxML + 1] = {3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, in ZSTD_decodeSequenceLong_generic() local 1227 seq.matchLength = ML_base[mlCode] + ((mlCode > 31) ? BIT_readBitsFast(&seqState->DStream, mlBits) : 0); /* <= 16 bits */ in ZSTD_decodeSequenceLong_generic()
|
Completed in 12 milliseconds