Home
last modified time | relevance | path

Searched refs:p_step (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c1032 int p_step = ees->this_step; in ees_receive() local
1034 ees->last_steps[p_step] = this_step; in ees_receive()
1035 p= p_step; in ees_receive()
1036 p_step++; in ees_receive()
1037 if (p_step >= LAST_STEPS) p_step = 0; in ees_receive()
1038 ees->this_step = p_step; in ees_receive()
1040 while (p != p_step) { in ees_receive()
1074 #define SV(x) (ees->last_steps[(x + p_step) % LAST_STEPS]) in ees_receive()
1076 ees->unit, suspect_4ms_step, p_step, SV(0), SV(1), SV(2), SV(3), SV(4), SV(5), SV(6), in ees_receive()
1079 ees->unit, p_step, SV(0), SV(1), SV(2), SV(3), SV(4), SV(5), SV(6), in ees_receive()