Searched refs:ChangePair (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1507 #define ChangePair(smallDist, bigDist) (((bigDist) >> 7) > (smallDist)) macro
1566 if (!ChangePair(matches[numPairs - 3], mainDist))
1594 (p->longestMatchLength == mainLen + 1 && !ChangePair(mainDist, newDistance)) ||
1596 (p->longestMatchLength + 1 >= mainLen && mainLen >= 3 && ChangePair(newDistance, mainDist)))

Completed in 75 milliseconds