Searched refs:L_GINT (Results 1 – 1 of 1) sorted by relevance
77 #define L_GINT(v) ((v) < 0 ? -(-(v) >> 32) : (v) >> 32) macro438 ntv->offset = L_GINT(time_offset); in kern_ntp_adjtime()440 ntv->offset = L_GINT(time_offset) / 1000; /* XXX rounding ? */ in kern_ntp_adjtime()441 ntv->freq = L_GINT((time_freq / 1000LL) << 16); in kern_ntp_adjtime()453 ntv->ppsfreq = L_GINT((pps_freq / 1000LL) << 16); in kern_ntp_adjtime()743 if (L_GINT(time_freq) > MAXFREQ)745 else if (L_GINT(time_freq) < -MAXFREQ)917 u_nsec = L_GINT(ftemp); in hardpps()954 u_nsec = L_GINT(pps_freq); in hardpps()