Searched refs:BestGrowth (Results 1 – 2 of 2) sorted by relevance
1204 unsigned BestGrowth = ~0u; in findAvailableWater() local1219 NewWaterList.count(WaterBB)) && Growth < BestGrowth) { in findAvailableWater()1221 BestGrowth = Growth; in findAvailableWater()1227 if (BestGrowth == 0) in findAvailableWater()1233 return BestGrowth != ~0u; in findAvailableWater()
1301 unsigned BestGrowth = ~0u; in findAvailableWater() local1334 Growth < BestGrowth) { in findAvailableWater()1336 BestGrowth = Growth; in findAvailableWater()1345 if (!CloserWater && BestGrowth == 0) in findAvailableWater()1351 return BestGrowth != ~0u; in findAvailableWater()