Searched refs:velocity (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dctf-constvars.c46 volatile unsigned char * volatile velocity = &victuals; variable
H A Dconstvars.c122 volatile unsigned char * volatile velocity = &victuals; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dctf-constvars.c46 volatile unsigned char * volatile velocity = &victuals; variable
H A Dconstvars.c122 volatile unsigned char * volatile velocity = &victuals; local
/netbsd-current/sys/dev/scsipi/
H A Dss_mustek.h154 u_int8_t velocity; /* 0 = fast, ...., 4 = slow */ member in struct:mustek_mode_select_data
H A Dss_mustek.c212 * velocity: between 0 (fast) and 4 (slow) which will be mapped
246 * resolution, the velocity and the number of bytes per line.
346 mode_data.velocity = ss->sio.scan_quality / 20 - 1;
/netbsd-current/sys/sys/
H A Dmidiio.h530 uint8_t velocity; member in struct:__anon13187::__anon13204
636 e.c_NOTEON.key, e.c_NOTEON.velocity);
715 e = SEQ_MK_CHN(NOTEON, .device=1, .channel=0, .key=60, .velocity=64);
716 e = SEQ_MK_CHN(NOTEOFF, .device=1, .channel=0, .key=60, .velocity=64);
/netbsd-current/usr.bin/midirecord/
H A Dmidirecord.c509 buffer[2] = e.c_NOTEOFF.velocity;
511 LOG("MIDI_NOTEOFF: channel %x key %x velocity %x",
512 e.c_NOTEOFF.channel, e.c_NOTEOFF.key, e.c_NOTEOFF.velocity);
519 buffer[2] = e.c_NOTEON.velocity;
521 LOG("MIDI_NOTEON: channel %x key %x velocity %x",
522 e.c_NOTEON.channel, e.c_NOTEON.key, e.c_NOTEON.velocity);
/netbsd-current/sys/dev/
H A Dsequencer.c570 .key=qi.qi_msg[1], .velocity=qi.qi_msg[2]);
574 .key=qi.qi_msg[1], .velocity=qi.qi_msg[2]);
1362 .key=SEQ_NOTE_XXX, .velocity=parm);
1366 .device=0, .channel=chan, .key=note, .velocity=parm);
1526 MIDI_NOTEON | chan, key, ev->c_NOTEON.velocity & 0x7f}, 3, 1);
1534 MIDI_NOTEOFF | chan, key, ev->c_NOTEOFF.velocity & 0x7f}, 3, 1);
/netbsd-current/usr.bin/midiplay/
H A Dmidiplay.c628 .channel=chan, .key=msg[0], .velocity=msg[1]));
632 .channel=chan, .key=msg[0], .velocity=msg[1]));

Completed in 256 milliseconds