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

/freebsd-current/contrib/ntp/libntp/
H A Dadjtime.c44 long long prev_correction; local
56 prev_correction = current_correction_usecs();
65 if (prev_correction != 0LL) {
94 (long)olddelta->tv_sec = prev_correction / 1000000LL;
95 olddelta->tv_usec = prev_correction % 1000000LL;

Completed in 171 milliseconds