Lines Matching defs:step
421 int civ, i, step;
427 step = 1;
431 step = civ - ichdev->civ;
432 if (step < 0)
433 step += ICH_REG_LVI_MASK + 1;
434 // if (step != 1)
435 // snd_printd("step = %d, %d -> %d\n", step, ichdev->civ, civ);
439 ichdev->position += step * ichdev->fragsize1;
441 ichdev->lvi += step;
444 for (i = 0; i < step; i++) {