Lines Matching defs:Growth
260 unsigned &Growth);
735 unsigned &Growth) {
754 Growth = CPEEnd - NextBlockOffset;
757 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment);
763 UserOffset += Growth;
766 Growth = 0;
936 unsigned Growth;
937 if (isWaterInRange(UserOffset, WaterBB, U, Growth) &&
940 Growth < BestGrowth) {
942 BestGrowth = Growth;
945 << " Growth=" << Growth << '\n');