taglinefilesource code
len_tab147drivers/sound/midi_synth.cstatic unsigned char len_tab[] =  /* # of data bytes following a status
len_tab209drivers/sound/midi_synth.cinc->m_left = len_tab[(data >> 4) - 8];
len_tab217drivers/sound/midi_synth.cinc->m_left = len_tab[(data >> 4) - 8] - 1;
len_tab138drivers/sound/mpu401.cstatic unsigned char len_tab[] =  /* # of data bytes following a status
len_tab229drivers/sound/mpu401.cdevc->m_left = len_tab[msg] - 1;
len_tab269drivers/sound/mpu401.cdevc->m_left = len_tab[msg];