Searched defs:matchLength (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_opt.c | 270 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
|
D | zstd_lazy.c | 98 …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
|
D | zstd_ldm.c | 173 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
|
D | zstd_compress_internal.h | 86 U32 matchLength; /* Raw length of match */ member 645 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
|
D | zstd_compress.c | 4440 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/ |
D | zstd_internal.h | 336 U16 matchLength; member 360 U32 matchLength; member
|
/linux-6.1.9/lib/lz4/ |
D | lz4hc_compress.c | 266 int matchLength, in LZ4HC_encodeSequence()
|
D | lz4_compress.c | 641 size_t matchLength = LZ4_count(ip + MINMATCH, in LZ4_compress_destSize_generic() local
|
/linux-6.1.9/include/linux/ |
D | zstd_lib.h | 1129 unsigned int matchLength; /* Match length of the sequence. */ member
|
/linux-6.1.9/lib/zstd/decompress/ |
D | zstd_decompress_block.c | 659 size_t matchLength; member
|