Home
last modified time | relevance | path

Searched defs:litLength (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/lib/zstd/common/
Dzstd_internal.h278 U16 litLength; member
309 U32 litLength; member
/linux-6.6.21/lib/lz4/
Dlz4_compress.c302 unsigned const int litLength = (unsigned int)(ip - anchor); in LZ4_compress_generic() local
612 unsigned int litLength = (unsigned int)(ip - anchor); in LZ4_compress_destSize_generic() local
/linux-6.6.21/lib/zstd/compress/
Dzstd_opt.c245 static U32 ZSTD_rawLiteralsCost(const BYTE* const literals, U32 const litLength, in ZSTD_rawLiteralsCost()
270 static U32 ZSTD_litLengthPrice(U32 const litLength, const optState_t* const optPtr, int optLevel) in ZSTD_litLengthPrice()
330 U32 litLength, const BYTE* literals, in ZSTD_updateStats()
Dzstd_compress_internal.h132 U32 litLength; /* Length of literals prior to match */ member
457 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode()
589 size_t litLength, const BYTE* literals, const BYTE* litLimit, in ZSTD_storeSeq()
Dzstd_lazy.c1672 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_generic() local
2014 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_extDict_generic() local
Dzstd_compress.c5619 U32 const litLength = inSeqs[idx].litLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
5688 U32 litLength = currSeq.litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/linux-6.6.21/include/linux/
Dzstd_lib.h1165 unsigned int litLength; /* Literal length of the sequence. */ member
/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress_block.c734 size_t litLength; member