Lines Matching refs:step
22 * be all equal - range with selectors 0,...,2 with step 0 still contains
41 * be all equal - range with selectors 0,...,2 with step 0 still contains
72 return r->min + (r->max_sel - r->min_sel) * r->step;
93 *val = r->min + (selector - r->min_sel) * r->step;
154 if (r->step == 0)
157 *selector = (val - r->min) / r->step + r->min_sel;
235 if (r->step == 0)
238 *selector = DIV_ROUND_UP(val - r->min, r->step) + r->min_sel;
268 if (r->step == 0)
271 *selector = (val - r->min) / r->step + r->min_sel;