Home
last modified time | relevance | path

Searched refs:prev_progress_time (Results 1 – 2 of 2) sorted by path

/dports/emulators/hercules/hercules-3.13/
H A Dtapecopy.c39 time_t prev_progress_time = 0; variable
703 prev_progress_time = time( NULL ); in main()
716 ( prev_progress_time + PROGRESS_INTERVAL_SECS ) ) in main()
718 prev_progress_time = curr_progress_time; in main()
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dmodel-checker.c1169 struct timeval prev_progress_time; /* Last time progress func called. */ member
1616 elapsed = timeval_subtract (now, mc->prev_progress_time); in next_operation()
1639 mc->prev_progress_time = now; in next_operation()
1706 mc->prev_progress_time = mc->results->start; in init_mc()