Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c84 #if MAXSTAGE & (MAXSTAGE - 1)
91 pp->coderecv = (pp->coderecv + 1) % MAXSTAGE; in clk_add_sample()
112 if (retv > MAXSTAGE) in clk_cnt_sample()
113 retv += MAXSTAGE; in clk_cnt_sample()
442 # if MAXSTAGE & (MAXSTAGE - 1) in refclock_samples_avail()
445 if (na > MAXSTAGE) in refclock_samples_avail()
446 na += MAXSTAGE; in refclock_samples_avail()
472 # if MAXSTAGE & (MAXSTAGE - 1) in refclock_samples_expire()
475 if (na > MAXSTAGE) in refclock_samples_expire()
476 na += MAXSTAGE; in refclock_samples_expire()
[all …]
H A Drefclock_chu.c332 l_fp tstamp[MAXSTAGE]; /* timestamp samples */
1271 if (up->ntstamp < MAXSTAGE - 1) in chu_a()
/freebsd/contrib/ntp/include/
H A Dntp_refclock.h133 #define MAXSTAGE 64 /* max median filter stages */ macro
169 double filter[MAXSTAGE]; /* median filter */
/freebsd/contrib/ntp/
H A DCommitLog-4.1.0114 to use most recent MAXSTAGE entries when the filter overflows (ie
115 driver poking say once per second with poll > MAXSTAGE) rather
116 than blocking after MAXSTAGE entries (turf oldest rather than turf