Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ntptime.c588 ftemp = time_offset; in ntp_update_second()
599 time_adj = ftemp; in ntp_update_second()
621 L_ADD(time_adj, ftemp); in ntp_update_second()
694 l_fp ftemp; local
732 L_MPY(ftemp, mtemp);
733 L_ADD(time_freq, ftemp);
777 l_fp ftemp; in hardpps() local
914 L_LINT(ftemp, v_nsec); in hardpps()
916 L_SUB(ftemp, pps_freq); in hardpps()
917 u_nsec = L_GINT(ftemp); in hardpps()
[all …]