Home
last modified time | relevance | path

Searched refs:llCode (Results 1 – 3 of 3) sorted by relevance

/u-boot/lib/zstd/
A Dzstd_internal.h173 BYTE *llCode; member
A Ddecompress.c926 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequence() local
930 U32 const llBits = LL_bits[llCode]; in ZSTD_decodeSequence()
958 offset += (llCode == 0); in ZSTD_decodeSequence()
981 …seq.litLength = LL_base[llCode] + ((llCode > 15) ? BIT_readBitsFast(&seqState->DStream, llBits) : … in ZSTD_decodeSequence()
1158 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequenceLong_generic() local
1162 U32 const llBits = LL_bits[llCode]; in ZSTD_decodeSequenceLong_generic()
1199 offset += (llCode == 0); in ZSTD_decodeSequenceLong_generic()
1222 …seq.litLength = LL_base[llCode] + ((llCode > 15) ? BIT_readBitsFast(&seqState->DStream, llBits) : … in ZSTD_decodeSequenceLong_generic()
A Dzstd_opt.h125 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_getLiteralPrice() local
126 …price += LL_bits[llCode] + ssPtr->log2litLengthSum - ZSTD_highbit32(ssPtr->litLengthFreq[llCode] +… in ZSTD_getLiteralPrice()
167 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_updatePrice() local
168 seqStorePtr->litLengthFreq[llCode]++; in ZSTD_updatePrice()

Completed in 16 milliseconds