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

/freebsd-11.0-release/contrib/ntp/util/
H A Dkern.c106 (double)time_freq / (1 << SHIFT_KF),
140 ltemp = time_tolerance << SHIFT_KF;
201 time_adj -= -time_freq >> (SHIFT_KF + SHIFT_HZ - SHIFT_SCALE);
203 time_adj += time_freq >> (SHIFT_KF + SHIFT_HZ - SHIFT_SCALE);
/freebsd-11.0-release/contrib/ntp/kernel/sys/
H A Dtimex.h86 * SHIFT_KG and SHIFT_KF establish the damping of the PLL and are chosen
92 * SHIFT_KG and SHIFT_KF values given and a time constant range from
98 #define SHIFT_KF 16 /* PLL frequency factor (shift) */ macro

Completed in 106 milliseconds