Searched refs:p_step (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/bsd/ntp/dist/ntpd/ |
| H A D | refclock_msfees.c | 1034 int p_step = ees->this_step; in ees_receive() local 1036 ees->last_steps[p_step] = this_step; in ees_receive() 1037 p= p_step; in ees_receive() 1038 p_step++; in ees_receive() 1039 if (p_step >= LAST_STEPS) p_step = 0; in ees_receive() 1040 ees->this_step = p_step; in ees_receive() 1042 while (p != p_step) { in ees_receive() 1076 #define SV(x) (ees->last_steps[(x + p_step) % LAST_STEPS]) in ees_receive() 1078 ees->unit, suspect_4ms_step, p_step, SV(0), SV(1), SV(2), SV(3), SV(4), SV(5), SV(6), in ees_receive() 1081 ees->unit, p_step, SV(0), SV(1), SV(2), SV(3), SV(4), SV(5), SV(6), in ees_receive()
|