Searched defs:matchLength (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/lib/zstd/compress/ |
D | zstd_opt.c | 299 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
|
D | zstd_ldm.c | 200 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
|
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 1539 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local 1905 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
|
D | zstd_compress_internal.h | 133 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
|
D | zstd_compress.c | 5563 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/ |
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.6.21/lib/zstd/common/ |
D | zstd_internal.h | 310 U32 matchLength; member
|
/linux-6.6.21/include/linux/ |
D | zstd_lib.h | 1166 unsigned int matchLength; /* Match length of the sequence. */ member
|
/linux-6.6.21/lib/zstd/decompress/ |
D | zstd_decompress_block.c | 735 size_t matchLength; member
|