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