| /kernel/linux/linux-5.10/lib/zstd/ |
| D | zstd_opt.h | 101 FORCE_INLINE U32 ZSTD_getLiteralPrice(seqStore_t *ssPtr, U32 litLength, const BYTE *literals) in ZSTD_getLiteralPrice() 142 FORCE_INLINE U32 ZSTD_getPrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 of… in ZSTD_getPrice() 165 ZSTD_STATIC void ZSTD_updatePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32… in ZSTD_updatePrice() 441 U32 u, mlen, best_mlen, best_off, litLength; in ZSTD_compressBlock_opt_generic() local 739 U32 u, mlen, best_mlen, best_off, litLength; in ZSTD_compressBlock_opt_extDict_generic() local
|
| D | zstd_internal.h | 184 U16 litLength; member
|
| D | compress.c | 861 ZSTD_STATIC void ZSTD_storeSeq(seqStore_t *seqStorePtr, size_t litLength, const void *literals, U32… in ZSTD_storeSeq() 2018 size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_generic() local 2212 size_t const litLength = start - anchor; in ZSTD_compressBlock_lazy_extDict_generic() local
|
| D | decompress.c | 862 size_t litLength; member
|
| /kernel/linux/linux-5.10/lib/lz4/ |
| D | lz4_compress.c | 302 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
|
| /kernel/linux/linux-6.6/lib/lz4/ |
| D | lz4_compress.c | 302 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
|
| /kernel/linux/linux-6.6/lib/zstd/common/ |
| D | zstd_internal.h | 278 U16 litLength; member 309 U32 litLength; member
|
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| D | zstd_opt.c | 245 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()
|
| D | zstd_compress_internal.h | 132 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()
|
| D | zstd_lazy.c | 1672 { 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
|
| D | zstd_compress.c | 5619 U32 const litLength = inSeqs[idx].litLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local 5688 U32 litLength = currSeq.litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | zstd_lib.h | 1165 unsigned int litLength; /* Literal length of the sequence. */ member
|
| /kernel/linux/linux-6.6/lib/zstd/decompress/ |
| D | zstd_decompress_block.c | 734 size_t litLength; member
|