taglinefilesource code
len_tab154drivers/sound/midi_synth.cstatic unsigned char len_tab[] =  /* # of data bytes following a status
len_tab216drivers/sound/midi_synth.cinc->m_left = len_tab[(data >> 4) - 8];
len_tab224drivers/sound/midi_synth.cinc->m_left = len_tab[(data >> 4) - 8] - 1;
len_tab156drivers/sound/mpu401.cstatic unsigned char len_tab[] =  /* # of data bytes following a status
len_tab252drivers/sound/mpu401.cdevc->m_left = len_tab[msg] - 1;
len_tab292drivers/sound/mpu401.cdevc->m_left = len_tab[msg];