Lines Matching refs:Growth
403 CPUser &U, unsigned &Growth);
930 unsigned &Growth) { in isWaterInRange() argument
949 Growth = CPEEnd - NextBlockOffset; in isWaterInRange()
952 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
958 UserOffset += Growth; in isWaterInRange()
961 Growth = 0; in isWaterInRange()
1179 unsigned Growth; in findAvailableWater() local
1180 if (isWaterInRange(UserOffset, WaterBB, U, Growth) && in findAvailableWater()
1182 NewWaterList.count(WaterBB)) && Growth < BestGrowth) { in findAvailableWater()
1184 BestGrowth = Growth; in findAvailableWater()
1187 << " Growth=" << Growth << '\n'); in findAvailableWater()