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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c292 #define LAST_STEPS (sizeof ees->last_steps / sizeof ees->last_steps[0]) macro
1037 if (p_step >= LAST_STEPS) p_step = 0;
1069 if (p < 0) p += LAST_STEPS;
1074 #define SV(x) (ees->last_steps[(x + p_step) % LAST_STEPS])

Completed in 93 milliseconds