Searched refs:byte1 (Results 1 – 2 of 2) sorted by relevance
28 byte1 = 0; in BMidiEvent()42 uchar byte1; member99 event->byte1 = B_NOTE_OFF | (channel - 1); in NoteOff()113 event->byte1 = B_NOTE_ON | (channel - 1); in NoteOn()127 event->byte1 = B_KEY_PRESSURE | (channel - 1); in KeyPressure()141 event->byte1 = B_CONTROL_CHANGE | (channel - 1); in ControlChange()155 event->byte1 = B_PROGRAM_CHANGE | (channel - 1); in ProgramChange()167 event->byte1 = B_CHANNEL_PRESSURE | (channel - 1); in ChannelPressure()179 event->byte1 = B_PITCH_BEND | (channel - 1); in PitchBend()192 event->byte1 = B_SYS_EX_START; in SystemExclusive()[all …]
1847 u_int8_t byte0, byte1, byte2, byte3; in sctp_crc32c() local1855 byte1 = (crc32c >> 8) & 0xff; in sctp_crc32c()1858 crc32c = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in sctp_crc32c()