Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_opt.h247 size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_insertBtAndGetAllMatches() local
297 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndGetAllMatches()
328commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common le… in ZSTD_insertBtAndGetAllMatches()
Dcompress.c1570 size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_insertBt1() local
1590 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBt1()
1615commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common le… 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 com… in ZSTD_insertBtAndFindBestMatch()
1698commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common le… in ZSTD_insertBtAndFindBestMatch()