Lines Matching refs:step
435 int civ, i, step;
441 step = 1;
445 step = civ - ichdev->civ;
446 if (step < 0)
447 step += ICH_REG_LVI_MASK + 1;
448 // if (step != 1)
449 // snd_printd("step = %d, %d -> %d\n", step, ichdev->civ, civ);
453 ichdev->position += step * ichdev->fragsize1;
455 ichdev->lvi += step;
458 for (i = 0; i < step; i++) {