Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ntptime.c81 #define L_GINT(v) ((v) < 0 ? -(-(v) >> 32) : (v) >> 32) macro
441 ntv->offset = L_GINT(time_offset); in kern_ntp_adjtime()
443 ntv->offset = L_GINT(time_offset) / 1000; /* XXX rounding ? */ in kern_ntp_adjtime()
444 ntv->freq = L_GINT((time_freq / 1000LL) << 16); in kern_ntp_adjtime()
456 ntv->ppsfreq = L_GINT((pps_freq / 1000LL) << 16); in kern_ntp_adjtime()
712 if (L_GINT(time_freq) > MAXFREQ) in hardupdate()
714 else if (L_GINT(time_freq) < -MAXFREQ) in hardupdate()
878 u_nsec = L_GINT(ftemp); in hardpps()
915 u_nsec = L_GINT(pps_freq); in hardpps()