Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_opt.h135 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_getLiteralPrice() local
177 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_updatePrice() local
H A Dzstd_internal.h193 BYTE *llCode; member
H A Ddecompress.c935 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequence() local
1167 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequenceLong_generic() local
H A Dcompress.c784 BYTE const llCode = llCodeTable[n]; in ZSTD_compressSequences_internal() local