Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
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
313 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch() local
691 size_t matchLength=0; in ZSTD_compressBlock_lazy_generic() local
968 size_t matchLength=0; in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_internal.h330 U16 matchLength; member
349 U32 matchLength; member
H A Dzstd_ldm.c155 size_t matchLength = 0; in ZSTD_ldm_countBackwardsMatch() local
H A Dzstd_compress_internal.h187 U32 matchLength; member
591 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments() local
H A Dzstd.h1113 unsigned int matchLength; /* Match length */ member
H A Dzstd_decompress_block.c555 size_t matchLength; member