/src/games/hack/ |
hack.shk.c | 401 struct bill_x *bpm; local in function:obfree 410 bpm = onbill(merge); 411 if (!bpm) { 417 bpm->bquan += bp->bquan;
|
hack.shk.c | 401 struct bill_x *bpm; local in function:obfree 410 bpm = onbill(merge); 411 if (!bpm) { 417 bpm->bquan += bp->bquan;
|
hack.shk.c | 401 struct bill_x *bpm; local in function:obfree 410 bpm = onbill(merge); 411 if (!bpm) { 417 bpm->bquan += bp->bquan;
|
/src/usr.bin/midirecord/ |
midirecord.c | 783 unsigned char bpm[] = { local in function:write_midi_header 787 unsigned total_size = data_size + sizeof header + sizeof track + sizeof bpm; 800 bpm[4] = BYTE3(TEMPO_INV(tempo)); 801 bpm[5] = BYTE2(TEMPO_INV(tempo)); 802 bpm[6] = BYTE1(TEMPO_INV(tempo)); 808 if (write(outfd, bpm, sizeof bpm) != sizeof bpm) 809 err(1, "write of bpm header failed");
|
midirecord.c | 783 unsigned char bpm[] = { local in function:write_midi_header 787 unsigned total_size = data_size + sizeof header + sizeof track + sizeof bpm; 800 bpm[4] = BYTE3(TEMPO_INV(tempo)); 801 bpm[5] = BYTE2(TEMPO_INV(tempo)); 802 bpm[6] = BYTE1(TEMPO_INV(tempo)); 808 if (write(outfd, bpm, sizeof bpm) != sizeof bpm) 809 err(1, "write of bpm header failed");
|
midirecord.c | 783 unsigned char bpm[] = { local in function:write_midi_header 787 unsigned total_size = data_size + sizeof header + sizeof track + sizeof bpm; 800 bpm[4] = BYTE3(TEMPO_INV(tempo)); 801 bpm[5] = BYTE2(TEMPO_INV(tempo)); 802 bpm[6] = BYTE1(TEMPO_INV(tempo)); 808 if (write(outfd, bpm, sizeof bpm) != sizeof bpm) 809 err(1, "write of bpm header failed");
|
/src/sys/sys/ |
midiio.h | 450 uint32_t bpm; /* unambiguously, (MIDI clocks/minute)/24 */ member in struct:__anonf4e6eb5a020a::__anonf4e6eb5a0808 662 * The 'beat' in bpm is 24 MIDI clocks (usually a quarter note but 665 e = SEQ_MK_TIMING(TEMPO, .bpm=84);
|
midiio.h | 450 uint32_t bpm; /* unambiguously, (MIDI clocks/minute)/24 */ member in struct:__anonf4e6eb5a020a::__anonf4e6eb5a0808 662 * The 'beat' in bpm is 24 MIDI clocks (usually a quarter note but 665 e = SEQ_MK_TIMING(TEMPO, .bpm=84);
|
midiio.h | 450 uint32_t bpm; /* unambiguously, (MIDI clocks/minute)/24 */ member in struct:__anonf4e6eb5a020a::__anonf4e6eb5a0808 662 * The 'beat' in bpm is 24 MIDI clocks (usually a quarter note but 665 e = SEQ_MK_TIMING(TEMPO, .bpm=84);
|