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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c1029 int other_step = 0; local
1044 if (other_step == 0 && (
1049 other_step = this;
1050 if (other_step != this) {
1051 int idelta = (this_step - other_step);
1055 this == (other_step +1) ||
1056 this == (other_step -1) ||
1061 this == (this_step + other_step)/2
1072 msyslog(LOG_ERR, "MSF%d: %d: This=%d (%d), other=%d/%d, sum=%d, count=%d, pps_step=%d, suspect=%x", ees->unit, p, ees->last_steps[p], this_step, other_step, third_step, sum, count, pps_step, suspect_4ms_step);

Completed in 53 milliseconds