Searched refs:BestGrowth (Results 1 – 2 of 2) sorted by relevance
1189 unsigned BestGrowth = ~0u; in findAvailableWater() local1204 NewWaterList.count(WaterBB)) && Growth < BestGrowth) { in findAvailableWater()1206 BestGrowth = Growth; in findAvailableWater()1212 if (BestGrowth == 0) in findAvailableWater()1218 return BestGrowth != ~0u; in findAvailableWater()
1305 unsigned BestGrowth = ~0u; in findAvailableWater() local1338 Growth < BestGrowth) { in findAvailableWater()1340 BestGrowth = Growth; in findAvailableWater()1349 if (!CloserWater && BestGrowth == 0) in findAvailableWater()1355 return BestGrowth != ~0u; in findAvailableWater()