Searched defs:matchLength (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/zstd/lib/compress/ |
H A D | zstd_opt.c | 258 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 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 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 D | zstd_ldm.c | 148 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 D | zstd_compress_internal.h | 92 U32 matchLength; /* Raw length of match */ member 662 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
|
H A D | zstd_compress.c | 4542 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 D | zstd_internal.h | 352 U16 matchLength; member 376 U32 matchLength; member
|
/dflybsd-src/contrib/zstd/lib/ |
H A D | zstd.h | 1133 unsigned int matchLength; /* Match length of the sequence. */ member
|
/dflybsd-src/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 659 size_t matchLength; member
|