Searched refs:L_ISGEQ (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 503 if (L_ISGEQ(&off,&tmp_fp)) in leitch_process() 508 if (L_ISGEQ(&off,&tmp_fp)) in leitch_process()
|
H A D | refclock_arc.c | 1002 L_ISGEQ(&(up->lastrec), ×tamp)) in arc_receive()
|
H A D | refclock_msfees.c | 1235 return(L_ISGEQ(a, b) ? (L_ISEQU(a, b) ? 0 : 1) : -1); in offcompare()
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | chutest.c | 808 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 D | ntp_fp.h | 244 #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 D | ntpq-subs.c | 2506 if (!L_ISGEQ(&add->first, &mon->first)) { in add_mru() 3138 else if (L_ISGEQ(&pm1->last, &pm2->last)) in qcmp_mru_r_avgint()
|