HomeSort by: relevance | last modified time | path
    Searched defs:bestv (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/
midisyn.c 293 int bestv, v; local in function:midisyn_allocvoice
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)
    [all...]
midisyn.c 293 int bestv, v; local in function:midisyn_allocvoice
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)
    [all...]
midisyn.c 293 int bestv, v; local in function:midisyn_allocvoice
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)
    [all...]
midisyn.c 293 int bestv, v; local in function:midisyn_allocvoice
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)
    [all...]

Completed in 165 milliseconds