Searched refs:bestShortDistance (Results 1 – 1 of 1) sorted by relevance
133 int bestShortDistance = Integer.MAX_VALUE; in findBest() local144 if (distance < bestShortDistance || in findBest()145 distance == bestShortDistance && in findBest()147 bestShortDistance = distance; in findBest()153 if (distance < bestShortDistance || in findBest()154 distance == bestShortDistance && in findBest()156 bestShortDistance = distance; in findBest()