Searched refs:lasttv (Results 1 – 2 of 2) sorted by relevance
137 static struct timeval lasttv; local149 if (timerisset(&lasttv))150 timersub(&tv, &lasttv, &tvd);158 lasttv = tv;
71 struct timeval lasttv; variable149 (void) gettimeofday(&lasttv, (struct timezone *)0); in main()253 difftv.tv_sec = tv.tv_sec - lasttv.tv_sec; in process_raw()254 difftv.tv_usec = tv.tv_usec - lasttv.tv_usec; in process_raw()262 lasttv = tv; in process_raw()