Home
last modified time | relevance | path

Searched defs:matchLength (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/lib/zstd/compress/
Dzstd_opt.c299 U32 const matchLength, in ZSTD_getMatchPrice()
331 U32 offsetCode, U32 matchLength) in ZSTD_updateStats()
460 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1() local
692 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
749 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
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
Dzstd_lazy.c98 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1() local
190 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBetterDictMatch() local
314 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch() local
1539 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local
1905 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
Dzstd_compress_internal.h133 U32 matchLength; /* Raw length of match */ member
591 size_t matchLength) in ZSTD_storeSeq()
771 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
Dzstd_compress.c5563 ZSTD_validateSequence(U32 offCode, U32 matchLength, in ZSTD_validateSequence()
5621 U32 const matchLength = inSeqs[idx].matchLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
5689 U32 matchLength = currSeq.matchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/linux-6.6.21/lib/lz4/
Dlz4hc_compress.c266 int matchLength, in LZ4HC_encodeSequence()
Dlz4_compress.c641 size_t matchLength = LZ4_count(ip + MINMATCH, in LZ4_compress_destSize_generic() local
/linux-6.6.21/lib/zstd/common/
Dzstd_internal.h310 U32 matchLength; member
/linux-6.6.21/include/linux/
Dzstd_lib.h1166 unsigned int matchLength; /* Match length of the sequence. */ member
/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress_block.c735 size_t matchLength; member