Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c162const 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()
H A Dzstd_compress_sequences.c334 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body() local
H A Dzstd_opt.c284 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_litLengthPrice() local
342 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_updateStats() local
/openbmc/linux/lib/zstd/common/
H A Dzstd_internal.h294 BYTE* llCode; member