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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c98 static double prev_drift_comp; /* last frequency update */ variable
262 * prev_drift_comp and wander_resid. Thereafter,
264 * the difference between the prev_drift_comp and
272 (prev_drift_comp - drift_comp) * 1e6, wander_resid *
275 if (fabs(prev_drift_comp - drift_comp) < wander_resid) {
279 prev_drift_comp = drift_comp;
427 prev_drift_comp = drift_comp;

Completed in 82 milliseconds