Home
last modified time | relevance | path

Searched refs:ML_base (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_internal.h49 static UNUSED_ATTR const U32 ML_base[MaxML+1] = { variable
H A Dzstd_decompress.c1339 ML_base, ML_bits, in ZSTD_loadDEntropy()
H A Dzstd_decompress_block.c719 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c947 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