Lines Matching refs:loopend
32 int loopend, sampleend; in snd_emu10k1_sample_new() local
49 sp->v.loopend -= sp->v.start; in snd_emu10k1_sample_new()
56 loopend = sp->v.loopend; in snd_emu10k1_sample_new()
57 if (loopend > sampleend) in snd_emu10k1_sample_new()
58 loopend = sampleend; in snd_emu10k1_sample_new()
61 if (sp->v.loopstart >= sp->v.loopend) in snd_emu10k1_sample_new()
62 swap(sp->v.loopstart, sp->v.loopend); in snd_emu10k1_sample_new()
69 loopsize = sp->v.loopend - sp->v.loopstart; in snd_emu10k1_sample_new()
100 size = loopend; in snd_emu10k1_sample_new()
136 sp->v.loopend += loopsize; in snd_emu10k1_sample_new()
139 sp->v.loopend += loopsize; in snd_emu10k1_sample_new()
147 size = sp->v.size - loopend; in snd_emu10k1_sample_new()
167 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu10k1_sample_new()
192 sp->v.loopend += start_addr; in snd_emu10k1_sample_new()