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()
1193 unsigned BestGrowth = ~0u; in findAvailableWater() local1209 Growth < BestGrowth) { in findAvailableWater()1211 BestGrowth = Growth; in findAvailableWater()1217 if (BestGrowth == 0) in findAvailableWater()1223 return BestGrowth != ~0u; in findAvailableWater()