Searched refs:LL_base (Results 1 – 5 of 5) sorted by relevance
30 static UNUSED_ATTR const U32 LL_base[MaxLL+1] = { variable
1401 LL_base, LL_bits, in ZSTD_loadDEntropy()
695 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()
3297 static const U32 LL_base[MaxLL+1] = { in ZSTDv06_decodeSequence() local3349 …seq->litLength = LL_base[llCode] + ((llCode>15) ? BITv06_readBits(&(seqState->DStream), llBits) : … in ZSTDv06_decodeSequence()
3527 static const U32 LL_base[MaxLL+1] = { in ZSTDv07_decodeSequence() local3574 …seq.litLength = LL_base[llCode] + ((llCode>15) ? BITv07_readBits(&(seqState->DStream), llBits) : 0… in ZSTDv07_decodeSequence()