Searched refs:ML_base (Results 1 – 8 of 8) sorted by relevance
49 static const U32 ML_base[MaxML+1] = { variable
541 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
1106 ML_base, ML_bits, in ZSTD_loadDEntropy()
49 static UNUSED_ATTR const U32 ML_base[MaxML+1] = { variable
1386 ML_base, ML_bits, in ZSTD_loadDEntropy()
719 ML_base, ML_bits, in ZSTD_decodeSeqHeaders()
3302 static const U32 ML_base[MaxML+1] = { in ZSTDv06_decodeSequence() local3346 …seq->matchLength = ML_base[mlCode] + MINMATCH + ((mlCode>31) ? BITv06_readBits(&(seqState->DStream… in ZSTDv06_decodeSequence()
3532 static const U32 ML_base[MaxML+1] = { in ZSTDv07_decodeSequence() local3571 …seq.matchLength = ML_base[mlCode] + ((mlCode>31) ? BITv07_readBits(&(seqState->DStream), mlBits) :… in ZSTDv07_decodeSequence()