Home
last modified time | relevance | path

Searched refs:commonLengthLarger (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c425 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBt1() local
460 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ in ZSTD_insertBt1()
515 commonLengthLarger = matchLength; in ZSTD_insertBt1()
578 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBtAndGetAllMatches() local
692 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ in ZSTD_insertBtAndGetAllMatches()
733 commonLengthLarger = matchLength; in ZSTD_insertBtAndGetAllMatches()
746 commonLengthSmaller = commonLengthLarger = 0; in ZSTD_insertBtAndGetAllMatches()
749 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ in ZSTD_insertBtAndGetAllMatches()
776 commonLengthLarger = matchLength; 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 common bytes */ in ZSTD_insertDUBT1()
140 commonLengthLarger = matchLength; 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 common bytes */ in ZSTD_DUBT_findBetterDictMatch()
215 commonLengthLarger = matchLength; in ZSTD_DUBT_findBetterDictMatch()
298 { size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_DUBT_findBestMatch() local
314 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ in ZSTD_DUBT_findBestMatch()
352 commonLengthLarger = matchLength; in ZSTD_DUBT_findBestMatch()
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h247 size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_insertBtAndGetAllMatches() local
297 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ in ZSTD_insertBtAndGetAllMatches()
338 commonLengthLarger = matchLength; in ZSTD_insertBtAndGetAllMatches()
H A Dcompress.c1570 size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_insertBt1() local
1590 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ in ZSTD_insertBt1()
1625 commonLengthLarger = matchLength; in ZSTD_insertBt1()
1653 size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_insertBtAndFindBestMatch() local
1672 size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of common bytes */ in ZSTD_insertBtAndFindBestMatch()
1708 commonLengthLarger = matchLength; in ZSTD_insertBtAndFindBestMatch()

Completed in 16 milliseconds