Searched refs:kDif (Results 1 – 2 of 2) sorted by relevance
1032 int kDif = 7; in ChangePair() local1033 return (smallDist < (1 << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()
1032 const int kDif = 7; in ChangePair()1033 return (smallDist < ((UInt32)(1) << (32 - kDif)) && bigDist >= (smallDist << kDif)); in ChangePair()