Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ntptime.c64 #define L_RSHIFT(v, n) \ macro
596 L_RSHIFT(ftemp, pps_shift); in ntp_update_second()
598 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
600 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
700 L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1); in hardupdate()
707 L_RSHIFT(ftemp, SHIFT_FLL + 4); in hardupdate()
876 L_RSHIFT(ftemp, pps_shift); in hardpps()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h234 #define L_RSHIFT(v) M_RSHIFT((v)->l_i, (v)->l_uf) macro
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c891 L_RSHIFT(&ci); in receive()
893 L_RSHIFT(&tmp); in receive()