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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_msfees.c1025 int other_step = 0; local
1040 if (other_step == 0 && (
1045 other_step = this;
1046 if (other_step != this) {
1047 int idelta = (this_step - other_step);
1051 this == (other_step +1) ||
1052 this == (other_step -1) ||
1057 this == (this_step + other_step)/2
1068 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 79 milliseconds