Lines Matching refs:Growth
409 CPUser &U, unsigned &Growth);
966 unsigned &Growth) { in isWaterInRange() argument
985 Growth = CPEEnd - NextBlockOffset; in isWaterInRange()
988 Growth += OffsetToAlignment(CPEEnd, 1u << NextBlockAlignment); in isWaterInRange()
994 UserOffset += Growth; in isWaterInRange()
997 Growth = 0; in isWaterInRange()
1216 unsigned Growth; in findAvailableWater() local
1217 if (isWaterInRange(UserOffset, WaterBB, U, Growth) && in findAvailableWater()
1219 NewWaterList.count(WaterBB)) && Growth < BestGrowth) { in findAvailableWater()
1221 BestGrowth = Growth; in findAvailableWater()
1224 << " Growth=" << Growth << '\n'); in findAvailableWater()