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

  /src/sys/dev/
midisyn.c 294 u_int bestseq, s; local in function:midisyn_allocvoice
300 bestseq = ms->voices[0].seqno + (ms->voices[0].inuse ? 0x40000000 : 0);
305 if (s < bestseq) {
306 bestseq = s;
midisyn.c 294 u_int bestseq, s; local in function:midisyn_allocvoice
300 bestseq = ms->voices[0].seqno + (ms->voices[0].inuse ? 0x40000000 : 0);
305 if (s < bestseq) {
306 bestseq = s;

Completed in 21 milliseconds