Home | History | Annotate | Download | only in dev

Lines Matching defs:bestv

293 	int bestv, v;
299 bestv = 0;
307 bestv = v;
311 bestv, ms->voices[bestv].seqno,
312 ms->voices[bestv].chan_note,
313 ms->voices[bestv].inuse));
315 if (ms->voices[bestv].inuse)
317 ms->voices[bestv].chan_note));
319 ms->voices[bestv].chan_note = MS_CHANNOTE(chan, note);
320 ms->voices[bestv].seqno = ms->seqno++;
321 ms->voices[bestv].inuse = 1;
322 return (bestv);