Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c116 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_litLengthPrice() local
141 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_litLengthContribution() local
206 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_updateStats() local
H A Dzstd_compress.c1593 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body() local
/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h227 BYTE* llCode; member
/freebsd-12.1/sys/contrib/zstd/tests/
H A Ddecodecorpus.c950 BYTE const llCode = llCodeTable[n]; in writeSequences() local
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c3288 U32 const llCode = FSEv06_peekSymbol(&(seqState->stateLL)); in ZSTDv06_decodeSequence() local
H A Dzstd_v07.c3514 U32 const llCode = FSEv07_peekSymbol(&(seqState->stateLL)); in ZSTDv07_decodeSequence() local