Searched defs:litLength (Results 1 – 6 of 6) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_compress_internal.h | 85 U16 litLength; member 116 U32 litLength; member 199 U32 litLength; /* Length of literals prior to match */ member 576 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode() 728 size_t litLength, in ZSTD_storeSeqOnly() 769 size_t litLength, const BYTE* literals, const BYTE* litLimit, in ZSTD_storeSeq()
|
H A D | zstd_opt.c | 267 static U32 ZSTD_rawLiteralsCost(const BYTE* const literals, U32 const litLength, in ZSTD_rawLiteralsCost() 296 static U32 ZSTD_litLengthPrice(U32 const litLength, const optState_t* const optPtr, int optLevel) in ZSTD_litLengthPrice() 358 U32 litLength, const BYTE* literals, in ZSTD_updateStats()
|
H A D | zstd_lazy.c | 1724 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_generic() local 2098 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_extDict_generic() local
|
H A D | zstd_compress.c | 6460 U32 const litLength = inSeqs[idx].litLength; in ZSTD_transferSequences_wBlockDelim() local 6568 U32 litLength = currSeq.litLength; in ZSTD_transferSequences_noDelim() local 7148 U32 const litLength = inSeqs[seqNb].litLength; in ZSTD_convertBlockSequences() local
|
/linux/include/linux/ |
H A D | zstd_lib.h | 1288 unsigned int litLength; /* Literal length of the sequence. */ member
|
/linux/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 780 size_t litLength; member
|