Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c503 if (L_ISGEQ(&off,&tmp_fp)) in leitch_process()
508 if (L_ISGEQ(&off,&tmp_fp)) in leitch_process()
H A Drefclock_arc.c1002 L_ISGEQ(&(up->lastrec), &timestamp)) in arc_receive()
H A Drefclock_msfees.c1235 return(L_ISGEQ(a, b) ? (L_ISEQU(a, b) ? 0 : 1) : -1); in offcompare()
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c808 if (L_ISGEQ(&off[i], &off[imax])) { in chufilter()
810 } else if (L_ISGEQ(&off[imin], &off[i])) { in chufilter()
/freebsd/contrib/ntp/include/
H A Dntp_fp.h244 #define L_ISGEQ(a, b) M_ISGEQ((a)->l_ui, (a)->l_uf, (b)->l_ui, (b)->l_uf) macro
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c2506 if (!L_ISGEQ(&add->first, &mon->first)) { in add_mru()
3138 else if (L_ISGEQ(&pm1->last, &pm2->last)) in qcmp_mru_r_avgint()