taglinefilesource code
len_tab142drivers/sound/midi_synth.cstatic unsigned char len_tab[] =  /* # of data bytes following a status
len_tab204drivers/sound/midi_synth.cinc->m_left = len_tab[(data >> 4) - 8];
len_tab212drivers/sound/midi_synth.cinc->m_left = len_tab[(data >> 4) - 8] - 1;
len_tab137drivers/sound/mpu401.cstatic unsigned char len_tab[] =  /* # of data bytes following a status
len_tab228drivers/sound/mpu401.cdevc->m_left = len_tab[msg] - 1;
len_tab268drivers/sound/mpu401.cdevc->m_left = len_tab[msg];