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

  /src/external/bsd/ntp/dist/include/
ntp_fp.h 245 #define L_ISHIS(a, b) M_ISHIS((a)->l_ui, (a)->l_uf, (b)->l_ui, (b)->l_uf)
  /src/external/bsd/ntp/dist/tests/libntp/
lfpfunc.c 44 bool l_ishis(const l_fp first, const l_fp second);
223 l_ishis(const l_fp first, const l_fp second) function
226 return L_ISHIS(&first, &second);
524 TEST_ASSERT_TRUE (l_ishis(op1, op2));
525 TEST_ASSERT_FALSE(l_ishis(op2, op1));
531 TEST_ASSERT_TRUE (l_ishis(op1, op2));
532 TEST_ASSERT_TRUE (l_ishis(op2, op1));
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 870 if (L_ISZERO(&rec) || !L_ISHIS(&server->org, &rec)) {
1089 if (!L_ISHIS(&server->org, &server->reftime)) {

Completed in 38 milliseconds