Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_opt.c270 U32 const matchLength, in ZSTD_getMatchPrice()
302 U32 offsetCode, U32 matchLength) in ZSTD_updateStats()
425 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1() local
657 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
715 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() 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
946 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local
1244 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
Dzstd_ldm.c173 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local
192 size_t matchLength = ZSTD_ldm_countBackwardsMatch(pIn, pAnchor, pMatch, pMatchBase); in ZSTD_ldm_countBackwardsMatch_2segments() local
Dzstd_compress_internal.h86 U32 matchLength; /* Raw length of match */ member
645 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
Dzstd_compress.c4440 static size_t ZSTD_validateSequence(U32 offCode, U32 matchLength, in ZSTD_validateSequence()
4488 U32 matchLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
4557 U32 matchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/linux-6.1.9/lib/zstd/common/
Dzstd_internal.h336 U16 matchLength; member
360 U32 matchLength; member
/linux-6.1.9/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.1.9/include/linux/
Dzstd_lib.h1129 unsigned int matchLength; /* Match length of the sequence. */ member
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress_block.c659 size_t matchLength; member