Lines Matching refs:bestDistance
990 int32_t bestDistance = 0x7fffffff;1002 if (distance<bestDistance) {1003 bestDistance=distance;