Searched refs:needs_increase (Results 1 – 1 of 1) sorted by relevance
348 bool needs_increase = (cur_correction_ < tgt_correction_); in setTargetCorrection_l() local350 if (( needs_increase && !is_increasing) || in setTargetCorrection_l()351 (!needs_increase && is_increasing)) { in setTargetCorrection_l()