Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dzstd_opt.h125 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_getLiteralPrice() local
167 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_updatePrice() local
A Dzstd_internal.h173 BYTE *llCode; member
A Ddecompress.c926 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequence() local
1158 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequenceLong_generic() local

Completed in 16 milliseconds