Searched refs:prevtime (Results 1 – 2 of 2) sorted by relevance
152 else if((tvdiff(now, bar->prevtime) < 100L) && point < total) in tool_progress_cb()158 if(tvdiff(now, bar->prevtime) < 100L) in tool_progress_cb()192 bar->prevtime = now; in tool_progress_cb()
32 struct timeval prevtime; member