Home
last modified time | relevance | path

Searched refs:commonLengthSmaller (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_opt.c382 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBt1() local
413 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1()
461commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBt1()
531 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBtAndGetAllMatches() local
645 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches()
681commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBtAndGetAllMatches()
699 commonLengthSmaller = commonLengthLarger = 0; in ZSTD_insertBtAndGetAllMatches()
702 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches()
726commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_lazy.c73 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertDUBT1() local
98 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1()
131commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertDUBT1()
183 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_DUBT_findBetterDictMatch() local
190 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBetterDictMatch()
210commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_DUBT_findBetterDictMatch()
297 { size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_DUBT_findBestMatch() local
313 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch()
344commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_DUBT_findBestMatch()