Searched refs:cur_mini_step (Results 1 – 1 of 1) sorted by relevance
480 int cur_mini_step = 0; in find_step() local487 while (cur_mini_step < TICK_MINI_STEPS in find_step()488 && (last - first) / (step * mini_step[cur_mini_step]) > num_ticks) in find_step()489 cur_mini_step++; in find_step()491 if (cur_mini_step > 0) in find_step()492 step *= mini_step[cur_mini_step - 1]; in find_step()