Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_leitch.c505 if (L_ISGEQ(&off,&tmp_fp)) in leitch_process()
510 if (L_ISGEQ(&off,&tmp_fp)) in leitch_process()
Drefclock_arc.c1004 L_ISGEQ(&(up->lastrec), &timestamp)) in arc_receive()
Drefclock_msfees.c1237 return(L_ISGEQ(a, b) ? (L_ISEQU(a, b) ? 0 : 1) : -1); in offcompare()
/netbsd/src/external/bsd/ntp/dist/clockstuff/
Dchutest.c810 if (L_ISGEQ(&off[i], &off[imax])) { in chufilter()
812 } else if (L_ISGEQ(&off[imin], &off[i])) { in chufilter()
/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dtimespecops.c126 if (L_ISGEQ(&m, &n)) { in AssertFpClose()
133 if (L_ISGEQ(&limit, &diff)) { in AssertFpClose()
Dtimevalops.c136 if (L_ISGEQ(&m, &n)) { in AssertFpClose()
143 if (L_ISGEQ(&limit, &diff)) { in AssertFpClose()
Dlfpfunc.c233 return L_ISGEQ(&first, &second); in l_isgeq()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_fp.h246 #define L_ISGEQ(a, b) M_ISGEQ((a)->l_ui, (a)->l_uf, (b)->l_ui, (b)->l_uf) macro
/netbsd/src/external/bsd/ntp/dist/ntpq/
Dntpq-subs.c2508 if (!L_ISGEQ(&add->first, &mon->first)) { in add_mru()
3140 else if (L_ISGEQ(&pm1->last, &pm2->last)) in qcmp_mru_avgint()