Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c936 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf); in ees_receive()
938 if (L_ISNEG(&diff)) { /* AOK -- pps_sample */ in ees_receive()
948 if (L_ISNEG(&diff)) M_NEG(diff.l_ui, diff.l_uf); in ees_receive()
957 if (L_ISNEG(&diff)) { /* AOK -- pps_sample */ in ees_receive()
1297 if (L_ISNEG(&tmp)) noff--; else i++; in ees_process()
/freebsd/contrib/ntp/libntp/
H A Dtimespecops.c175 neg = L_ISNEG(&x); in lfp_intv_to_tspec()
/freebsd/contrib/ntp/include/
H A Dtimevalops.h387 neg = L_ISNEG(&x); in lfp_intv_to_tval()
H A Dntp_fp.h239 #define L_ISNEG(v) M_ISNEG((v)->l_ui) macro
/freebsd/contrib/ntp/libparse/
H A Dieee754io.c467 if (L_ISNEG(&outlfp)) in put_ieee754()
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c2027 if (L_ISNEG(&offset)) { in l_adj_systime()
2103 if (L_ISNEG(&ftmp)) { in l_step_systime()
/freebsd/sys/kern/
H A Dkern_ntptime.c73 #define L_ISNEG(v) ((v) < 0) macro