Searched refs:commonLengthLarger (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_opt.c | 425 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 D | zstd_lazy.c | 73 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 D | zstd_opt.h | 247 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 D | compress.c | 1570 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 28 milliseconds