Home
last modified time | relevance | path

Searched refs:ZSTD_LLcode (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/lib/zstd/compress/
Dzstd_opt.c257 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_litLengthPrice()
313 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_updateStats()
Dzstd_compress_internal.h364 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode() function
Dzstd_compress.c2076 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()