Searched defs:matchLength (Results 1 – 7 of 7) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_opt.c | 326 U32 const matchLength, in ZSTD_getMatchPrice() 359 U32 offBase, U32 matchLength) in ZSTD_updateStats() 492 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1() local 728 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local 785 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
|
H A D | zstd_ldm.c | 215 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local 234 size_t matchLength = ZSTD_ldm_countBackwardsMatch(pIn, pAnchor, pMatch, pMatchBase); in ZSTD_ldm_countBackwardsMatch_2segments() local
|
H A D | zstd_lazy.c | 109 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1() local 202 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBetterDictMatch() local 327 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch() local 1582 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local 1980 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
|
H A D | zstd_compress_internal.h | 117 U32 matchLength; member 200 U32 matchLength; /* Raw length of match */ member 730 size_t matchLength) in ZSTD_storeSeqOnly() 771 size_t matchLength) in ZSTD_storeSeq() 876 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
|
H A D | zstd_compress.c | 6395 ZSTD_validateSequence(U32 offBase, U32 matchLength, U32 minMatch, in ZSTD_validateSequence() 6461 U32 const matchLength = inSeqs[idx].matchLength; in ZSTD_transferSequences_wBlockDelim() local 6569 U32 matchLength = currSeq.matchLength; in ZSTD_transferSequences_noDelim() local 7149 U32 const matchLength = inSeqs[seqNb].matchLength; in ZSTD_convertBlockSequences() local
|
/linux/include/linux/ |
H A D | zstd_lib.h | 1289 unsigned int matchLength; /* Match length of the sequence. */ member
|
/linux/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 781 size_t matchLength; member
|