Home
last modified time | relevance | path

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

/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstd_opt.c258 U32 const matchLength, in ZSTD_getMatchPrice()
290 U32 offsetCode, U32 matchLength) in ZSTD_updateStats()
413 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1() local
645 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
702 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches() local
H A 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
944 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local
1242 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_ldm.c148 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local
167 size_t matchLength = ZSTD_ldm_countBackwardsMatch(pIn, pAnchor, pMatch, pMatchBase); in ZSTD_ldm_countBackwardsMatch_2segments() local
H A Dzstd_compress_internal.h92 U32 matchLength; /* Raw length of match */ member
662 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
H A Dzstd_compress.c4542 static size_t ZSTD_validateSequence(U32 offCode, U32 matchLength, in ZSTD_validateSequence()
4590 U32 matchLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
4659 U32 matchLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/dflybsd-src/contrib/zstd/lib/common/
H A Dzstd_internal.h352 U16 matchLength; member
376 U32 matchLength; member
/dflybsd-src/contrib/zstd/lib/
H A Dzstd.h1133 unsigned int matchLength; /* Match length of the sequence. */ member
/dflybsd-src/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c659 size_t matchLength; member