Lines Matching defs:step
694 int status, civ, i, step;
704 step = 0;
707 step = 1;
711 step = civ - ichdev->civ;
712 if (step < 0)
713 step += ICH_REG_LVI_MASK + 1;
714 // if (step != 1)
715 // snd_printd("step = %d, %d -> %d\n", step, ichdev->civ, civ);
719 ichdev->position += step * ichdev->fragsize1;
722 ichdev->lvi += step;
725 for (i = 0; i < step; i++) {