Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_opt.c284 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_litLengthPrice()
342 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_updateStats()
H A Dzstd_compress_internal.h457 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode() function
H A Dzstd_compress.c2309 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()