Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_ntptime.c92 #define L_RSHIFT(v, n) \ macro
515 L_RSHIFT(ftemp, pps_shift); in ntp_update_second()
517 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
519 L_RSHIFT(ftemp, SHIFT_PLL + time_constant); in ntp_update_second()
657 L_RSHIFT(ftemp, (SHIFT_PLL + 2 + time_constant) << 1); in hardupdate()
664 L_RSHIFT(ftemp, SHIFT_FLL + 4); in hardupdate()
837 L_RSHIFT(ftemp, pps_shift); in hardpps()
/netbsd-src/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c894 L_RSHIFT(&ci); in receive()
896 L_RSHIFT(&tmp); in receive()