Lines Matching refs:decr
230 int decr; in fmod_run_out() local
239 decr = live; in fmod_run_out()
242 int len = decr; in fmod_run_out()
258 decr = len; in fmod_run_out()
260 if (audio_bug (AUDIO_FUNC, decr < 0)) { in fmod_run_out()
262 decr, live, ppos, old_pos, len); in fmod_run_out()
268 if (!decr) { in fmod_run_out()
273 fmd->old_pos, decr, in fmod_run_out()
282 decr = len1 + len2; in fmod_run_out()
294 fmd->old_pos = (fmd->old_pos + decr) % hw->samples; in fmod_run_out()
295 return decr; in fmod_run_out()
458 unsigned int decr; in fmod_run_in() local
488 decr = len1 + len2; in fmod_run_in()
498 hw->wpos = (hw->wpos + decr) % hw->samples; in fmod_run_in()
499 return decr; in fmod_run_in()