Lines Matching refs:Growth
401 CPUser &U, unsigned &Growth);
951 unsigned &Growth) { in isWaterInRange() argument
970 Growth = CPEEnd - NextBlockOffset; in isWaterInRange()
973 Growth += OffsetToAlignment(CPEEnd, 1ULL << NextBlockAlignment); in isWaterInRange()
979 UserOffset += Growth; in isWaterInRange()
982 Growth = 0; in isWaterInRange()
1201 unsigned Growth; in findAvailableWater() local
1202 if (isWaterInRange(UserOffset, WaterBB, U, Growth) && in findAvailableWater()
1204 NewWaterList.count(WaterBB)) && Growth < BestGrowth) { in findAvailableWater()
1206 BestGrowth = Growth; in findAvailableWater()
1209 << " Growth=" << Growth << '\n'); in findAvailableWater()