Searched refs:big_usec (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
H A Dadjtime.c43 long long big_sec, big_usec, new_correction = 0LL; local
49 big_usec = delta->tv_usec;
50 new_correction = (big_sec * 1000000LL) + big_usec;
H A Dmachines.c397 long long big_sec, big_usec, mpetime, offset_ticks, offset_usec; local
400 big_usec = tvp->tv_usec;
401 mpetime = (big_sec * 1000000LL) + big_usec; /* Desired UTC microseconds */

Completed in 397 milliseconds