Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/util/
H A Dkern.c106 (double)time_freq / (1 << SHIFT_KF), in main()
140 ltemp = time_tolerance << SHIFT_KF; in hardupdate()
201 time_adj -= -time_freq >> (SHIFT_KF + SHIFT_HZ - SHIFT_SCALE); in second_overflow()
203 time_adj += time_freq >> (SHIFT_KF + SHIFT_HZ - SHIFT_SCALE); in second_overflow()
/freebsd/contrib/ntp/kernel/sys/
H A Dtimex.h98 #define SHIFT_KF 16 /* PLL frequency factor (shift) */ macro