Lines Matching defs:step
715 int status, civ, i, step;
725 step = 0;
728 step = 1;
732 step = civ - ichdev->civ;
733 if (step < 0)
734 step += ICH_REG_LVI_MASK + 1;
735 // if (step != 1)
736 // snd_printd("step = %d, %d -> %d\n", step, ichdev->civ, civ);
740 ichdev->position += step * ichdev->fragsize1;
743 ichdev->lvi += step;
746 for (i = 0; i < step; i++) {