taglinefilesource code
this_time206drivers/sound/sequencer.cunsigned long   this_time;
this_time209drivers/sound/sequencer.cthis_time = tmr->get_time (tmr_no);
this_time211drivers/sound/sequencer.cthis_time = GET_TIME () - seq_time;
this_time213drivers/sound/sequencer.cif (this_time != prev_input_time)
this_time221drivers/sound/sequencer.c*(unsigned long *) &tmp_event[4] = this_time;
this_time224drivers/sound/sequencer.cprev_input_time = this_time;