Searched refs:len_tab (Results 1 – 2 of 2) sorted by relevance
129 static unsigned char len_tab[] = /* # of data bytes following a status in midi_synth_input() local190 inc->m_left = len_tab[(data >> 4) - 8]; in midi_synth_input()198 inc->m_left = len_tab[(inc->m_buf[0] >> 4) - 8] - 1; in midi_synth_input()
150 static unsigned char len_tab[] = /* # of data bytes following a status variable240 devc->m_left = len_tab[msg] - 1; in mpu_input_scanner()280 devc->m_left = len_tab[msg]; in mpu_input_scanner()