Home
last modified time | relevance | path

Searched defs:matchLength (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_compress.c641 size_t matchLength = LZ4_count(ip + MINMATCH, in LZ4_compress_destSize_generic() local
[all...]
H A Dlz4hc_compress.c262 LZ4HC_encodeSequence( const BYTE **ip, BYTE **op, const BYTE **anchor, int matchLength, const BYTE * const match, limitedOutput_directive limitedOutputBuffer, BYTE *oend) LZ4HC_encodeSequence() argument
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h142 FORCE_INLINE U32 ZSTD_getPrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength, const int ultra) in ZSTD_getPrice() argument
165 ZSTD_STATIC void ZSTD_updatePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength) in ZSTD_updatePrice() argument
297 size_t matchLength in ZSTD_insertBtAndGetAllMatches() local
[all...]
H A Dzstd_internal.h185 U16 matchLength; member
H A Ddecompress.c863 size_t matchLength; member
[all...]
H A Dcompress.c943 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
1590 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ ZSTD_insertBt1() local
1672 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ ZSTD_insertBtAndFindBestMatch() local
1927 size_t matchLength = 0; ZSTD_compressBlock_lazy_generic() local
2088 size_t matchLength = 0; ZSTD_compressBlock_lazy_extDict_generic() local
[all...]
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_compress.c641 size_t matchLength = LZ4_count(ip + MINMATCH, in LZ4_compress_destSize_generic() local
[all...]
H A Dlz4hc_compress.c262 LZ4HC_encodeSequence( const BYTE **ip, BYTE **op, const BYTE **anchor, int matchLength, const BYTE * const match, limitedOutput_directive limitedOutputBuffer, BYTE *oend) LZ4HC_encodeSequence() argument
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_ldm.c200 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local
219 size_t matchLength = ZSTD_ldm_countBackwardsMatch(pIn, pAnchor, pMatch, pMatchBase); in ZSTD_ldm_countBackwardsMatch_2segments() local
[all...]
H A Dzstd_opt.c460 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ in ZSTD_insertBt1() local
298 ZSTD_getMatchPrice(U32 const offcode, U32 const matchLength, const optState_t* const optPtr, int const optLevel) ZSTD_getMatchPrice() argument
329 ZSTD_updateStats(optState_t* const optPtr, U32 litLength, const BYTE* literals, U32 offsetCode, U32 matchLength) ZSTD_updateStats() argument
692 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ ZSTD_insertBtAndGetAllMatches() local
749 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ ZSTD_insertBtAndGetAllMatches() local
[all...]
H A Dzstd_lazy.c98 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ in ZSTD_insertDUBT1() local
190 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ ZSTD_DUBT_findBetterDictMatch() local
314 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ ZSTD_DUBT_findBestMatch() local
1539 size_t matchLength=0; ZSTD_compressBlock_lazy_generic() local
1905 size_t matchLength=0; ZSTD_compressBlock_lazy_extDict_generic() local
[all...]
H A Dzstd_compress_internal.h133 U32 matchLength; /* Raw length of match */ member
588 ZSTD_storeSeq(seqStore_t* seqStorePtr, size_t litLength, const BYTE* literals, const BYTE* litLimit, U32 offBase_minus1, size_t matchLength) ZSTD_storeSeq() argument
771 size_t const matchLength = ZSTD_count(ip, match, vEnd); ZSTD_count_2segments() local
[all...]
H A Dzstd_compress.c5563 ZSTD_validateSequence(U32 offCode, U32 matchLength, in ZSTD_validateSequence() argument
5621 U32 const matchLength = inSeqs[idx].matchLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
5689 U32 matchLength = currSeq.matchLength; ZSTD_copySequencesToSeqStoreNoBlockDelim() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_internal.h310 U32 matchLength; member
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h1166 unsigned int matchLength; /* Match length of the sequence. */ member
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c735 size_t matchLength; member
[all...]

Completed in 42 milliseconds