Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_superblock.c439const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock_sequences()
540 const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock()
Dzstd_compress_sequences.c325 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body() local
Dzstd_opt.c245 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_litLengthPrice() local
301 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_updateStats() local
/external/zstd/lib/common/
Dzstd_internal.h360 BYTE* llCode; member
/external/zstd/tests/
Ddecodecorpus.c959 BYTE const llCode = llCodeTable[n]; in writeSequences() local
/external/zstd/lib/legacy/
Dzstd_v06.c3292 U32 const llCode = FSEv06_peekSymbol(&(seqState->stateLL)); in ZSTDv06_decodeSequence() local
Dzstd_v07.c3522 U32 const llCode = FSEv07_peekSymbol(&(seqState->stateLL)); in ZSTDv07_decodeSequence() local