Searched refs:bestd (Results 1 – 1 of 1) sorted by relevance
313 int i, j, dist, a, bestd; in map() local317 bestd = 1000; /* biggest possible dist is 256*3 */ in map()326 if (dist >= bestd) in map()336 if (dist < bestd) { in map()341 if (dist < bestd) { in map()342 bestd = dist; in map()351 if (dist >= bestd) in map()361 if (dist < bestd) { in map()366 if (dist < bestd) { in map()367 bestd = dist; in map()[all …]