Home
last modified time | relevance | path

Searched refs:LoopEnd (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/audio/
H A Dgusemu_mixer.c64 …unsigned int LoopEnd = (GUSvoice(wVSRLoopEndHi) << 16) | GUSvoice(wVSRLoopEndLo); /* 23.9… in gus_mixvoices() local
145 …((GUSvoice(wVSRControl) & 0x4000) ? (CurrPos <= LoopStart) : (CurrPos >= LoopEnd)) /* playback bou… in gus_mixvoices()
157 … CurrPos = (GUSvoice(wVSRControl) & 0x4000) ? LoopEnd : LoopStart; /* unidir. loop */ in gus_mixvoices()