taglinefilesource code
len_tab152drivers/sound/midi_synth.cstatic unsigned char len_tab[] =  /* # of data bytes following a status
len_tab214drivers/sound/midi_synth.cinc->m_left = len_tab[(data >> 4) - 8];
len_tab222drivers/sound/midi_synth.cinc->m_left = len_tab[(data >> 4) - 8] - 1;
len_tab143drivers/sound/mpu401.cstatic unsigned char len_tab[] =  /* # of data bytes following a status
len_tab239drivers/sound/mpu401.cdevc->m_left = len_tab[msg] - 1;
len_tab279drivers/sound/mpu401.cdevc->m_left = len_tab[msg];