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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_util.c97 static double prev_drift_comp; /* last frequency update */ variable
261 * prev_drift_comp and wander_resid. Thereafter,
263 * the difference between the prev_drift_comp and
271 (prev_drift_comp - drift_comp) * 1e6, wander_resid *
274 if (fabs(prev_drift_comp - drift_comp) < wander_resid) {
278 prev_drift_comp = drift_comp;
425 prev_drift_comp = drift_comp;

Completed in 85 milliseconds