Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c218 #define ISTAGE 3 /* number of integrator stages */ macro
319 double integ[ISTAGE]; /* circular integrator */
1560 sp->iptr = (sp->iptr + 1) % ISTAGE; in chu_newchan()