Searched refs:ChangePair (Results 1 – 4 of 4) sorted by relevance
1500 #define ChangePair(smallDist, bigDist) (((bigDist) >> 7) > (smallDist)) macro1559 if (!ChangePair(matches[numPairs - 3], mainDist)) in GetOptimumFast()1587 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) || in GetOptimumFast()1589 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist))) in GetOptimumFast()
1030 boolean ChangePair(int smallDist, int bigDist) in ChangePair() method in Encoder
1030 bool ChangePair(UInt32 smallDist, UInt32 bigDist) in ChangePair() method in SevenZip.Compression.LZMA.Encoder
916 boolean ChangePair (int smallDist, int bigDist) { in ChangePair() method in Encoder