Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c70 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertDUBT1() local
92 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1()
120commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertDUBT1()
205 { size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_DUBT_findBestMatch() local
221 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch()
247commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_DUBT_findBestMatch()
H A Dzstd_opt.c283 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBt1() local
313 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1()
361commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBt1()
422 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBtAndGetAllMatches() local
507 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches()
541commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBtAndGetAllMatches()