Searched defs:llCode (Results 1 – 4 of 4) sorted by relevance
135 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_getLiteralPrice() local177 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_updatePrice() local
183 BYTE *llCode; member
935 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequence() local1167 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequenceLong_generic() local
784 BYTE const llCode = llCodeTable[n]; in ZSTD_compressSequences_internal() local