Searched refs:BestGrowth (Results 1 – 3 of 3) sorted by relevance
924 unsigned BestGrowth = ~0u; in findAvailableWater() local940 Growth < BestGrowth) { in findAvailableWater()942 BestGrowth = Growth; in findAvailableWater()948 if (BestGrowth == 0) in findAvailableWater()954 return BestGrowth != ~0u; in findAvailableWater()
1167 unsigned BestGrowth = ~0u; in findAvailableWater() local1182 NewWaterList.count(WaterBB)) && Growth < BestGrowth) { in findAvailableWater()1184 BestGrowth = Growth; in findAvailableWater()1190 if (BestGrowth == 0) in findAvailableWater()1196 return BestGrowth != ~0u; in findAvailableWater()
1307 unsigned BestGrowth = ~0u; in findAvailableWater() local1341 Growth < BestGrowth) { in findAvailableWater()1343 BestGrowth = Growth; in findAvailableWater()1352 if (!CloserWater && BestGrowth == 0) in findAvailableWater()1358 return BestGrowth != ~0u; in findAvailableWater()