Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c182 #define FREQ_WEIGHT 18 macro
1079 if (tmp > FREQ_WEIGHT) in adjust_clock()
1080 tmp = FREQ_WEIGHT; in adjust_clock()
1082 accum_drift += R_SHIFT(usecoffset << USECSCALE, TIMECONSTANT+TIMECONSTANT+FREQ_WEIGHT-tmp); in adjust_clock()