HomeSort by: relevance | last modified time | path
    Searched defs:other_step (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_msfees.c 1031 int other_step = 0; local
1046 if (other_step == 0 && (
1051 other_step = this;
1052 if (other_step != this) {
1053 int idelta = (this_step - other_step);
1057 this == (other_step +1) ||
1058 this == (other_step -1) ||
1063 this == (this_step + other_step)/2
1074 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 26 milliseconds