Searched defs:llCode (Results 1 – 8 of 8) sorted by relevance
162 … const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock_sequences()263 const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock()
334 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body() local
284 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_litLengthPrice() local342 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_updateStats() local
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
193 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
294 BYTE* llCode; member