Searched refs:lasttv (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/clockstuff/
H A Dclktest.c51 struct timeval lasttv; variable in typeref:struct:timeval
156 (void) gettimeofday(&lasttv, (struct timezone *)0);
350 tvd.tv_sec = tv.tv_sec - lasttv.tv_sec;
351 tvd.tv_usec = tv.tv_usec - lasttv.tv_usec;
360 lasttv = tv;
H A Dchutest.c63 struct timeval lasttv; variable in typeref:struct:timeval
138 (void) gettimeofday(&lasttv, (struct timezone *)0);
242 difftv.tv_sec = tv.tv_sec - lasttv.tv_sec;
243 difftv.tv_usec = tv.tv_usec - lasttv.tv_usec;
251 lasttv = tv;
/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91st.c90 static struct timeval lasttv; variable in typeref:struct:timeval
320 if (__predict_false(tvp->tv_sec == lasttv.tv_sec && tvp->tv_usec <= lasttv.tv_usec))
322 tvp->tv_usec = lasttv.tv_usec + 1;
330 lasttv = *tvp;
H A Dat91tctmr.c94 static struct timeval lasttv;

Completed in 157 milliseconds