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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_msfees.c1028 int p_step = ees->this_step; local
1030 ees->last_steps[p_step] = this_step;
1031 p= p_step;
1032 p_step++;
1033 if (p_step >= LAST_STEPS) p_step = 0;
1034 ees->this_step = p_step;
1036 while (p != p_step) {
1070 #define SV(x) (ees->last_steps[(x + p_step) % LAST_STEPS])
1072 ees->unit, suspect_4ms_step, p_step, S
[all...]

Completed in 175 milliseconds