Searched refs:old_tempo (Results 1 – 1 of 1) sorted by relevance
288 unsigned long old_tempo = Mf_currtempo; in find_tempo() local292 if (tempo_history_time[i] <= Mf_currtime) old_tempo = tempo_history[i]; in find_tempo()298 printf("[past %lu, old_tempo %lu]\n", tempo_history_time[i], old_tempo); in find_tempo()301 return(old_tempo); in find_tempo()