Searched refs:commonLengthSmaller (Results 1 – 2 of 2) sorted by relevance
70 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertDUBT1() local92 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertDUBT1()120 …commonLengthSmaller = 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() local221 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_DUBT_findBestMatch()247 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_DUBT_findBestMatch()
283 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBt1() local313 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBt1()361 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBt1()422 size_t commonLengthSmaller=0, commonLengthLarger=0; in ZSTD_insertBtAndGetAllMatches() local507 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of c… in ZSTD_insertBtAndGetAllMatches()541 …commonLengthSmaller = matchLength; /* all smaller will now have at least this guaranteed common… in ZSTD_insertBtAndGetAllMatches()