Home | Sort by: relevance | last modified time | path |
/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; |