HomeSort by: relevance | last modified time | path
    Searched refs:L_ISGEQ (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_leitch.c 505 if (L_ISGEQ(&off,&tmp_fp))
510 if (L_ISGEQ(&off,&tmp_fp))
refclock_arc.c 1004 L_ISGEQ(&(up->lastrec), &timestamp))
refclock_msfees.c 1237 return(L_ISGEQ(a, b) ? (L_ISEQU(a, b) ? 0 : 1) : -1);
  /src/external/bsd/ntp/dist/clockstuff/
chutest.c 810 if (L_ISGEQ(&off[i], &off[imax])) {
812 } else if (L_ISGEQ(&off[imin], &off[i])) {
  /src/external/bsd/ntp/dist/tests/libntp/
timespecops.c 126 if (L_ISGEQ(&m, &n)) {
133 if (L_ISGEQ(&limit, &diff)) {
timevalops.c 136 if (L_ISGEQ(&m, &n)) {
143 if (L_ISGEQ(&limit, &diff)) {
lfpfunc.c 45 bool l_isgeq(const l_fp first, const l_fp second);
230 l_isgeq(const l_fp first, const l_fp second) function
233 return L_ISGEQ(&first, &second);
480 TEST_ASSERT_TRUE (l_isgeq(op1, op2));
481 TEST_ASSERT_FALSE(l_isgeq(op2, op1));
490 TEST_ASSERT_TRUE (l_isgeq(op1, op2));
491 TEST_ASSERT_TRUE (l_isgeq(op2, op1));
  /src/external/bsd/ntp/dist/include/
ntp_fp.h 246 #define L_ISGEQ(a, b) M_ISGEQ((a)->l_ui, (a)->l_uf, (b)->l_ui, (b)->l_uf)
  /src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c 2508 if (!L_ISGEQ(&add->first, &mon->first)) {
3140 else if (L_ISGEQ(&pm1->last, &pm2->last))

Completed in 23 milliseconds