Searched refs:this_step (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c280 char this_step; /* Current pos in buffer */ member in struct:eesunit
1031 int this_step = (sincelast + (60 /2)) / 60; local
1032 int p_step = ees->this_step;
1034 ees->last_steps[p_step] = this_step;
1038 ees->this_step = p_step;
1043 if (this != this_step) {
1045 this== (this_step +2) ||
1046 this== (this_step -2) ||
1047 this== (this_step +1) ||
1048 this== (this_step
[all...]

Completed in 71 milliseconds