Lines Matching refs:newDistance
1637 UInt32 newDistance = matches[p->numPairs - 1];
1638 if ((p->longestMatchLength >= mainLen && newDistance < mainDist) ||
1639 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1641 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist)))