Searched refs:commonLengthSmaller (Results 1 – 2 of 2) sorted by relevance
247 size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_insertBtAndGetAllMatches() local297 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndGetAllMatches()328 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common le… in ZSTD_insertBtAndGetAllMatches()
1570 size_t commonLengthSmaller = 0, commonLengthLarger = 0; in ZSTD_insertBt1() local1590 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBt1()1615 …commonLengthSmaller = 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() local1672 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndFindBestMatch()1698 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common le… in ZSTD_insertBtAndFindBestMatch()