Searched refs:qr (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A Dleapsec.c525 leap_result_t qr; local
527 rc = leapsec_query(&qr, lsec2012, NULL);
529 TEST_ASSERT_EQUAL(0, qr.warped );
530 TEST_ASSERT_EQUAL(LSPROX_NOWARN, qr.proximity);
541 leap_result_t qr; local
547 rc = leapsec_query(&qr, lsec2009 - 60*SECSPERDAY, NULL);
549 TEST_ASSERT_EQUAL(33, qr.tai_offs);
550 TEST_ASSERT_EQUAL(0, qr.tai_diff);
551 TEST_ASSERT_EQUAL(LSPROX_NOWARN, qr.proximity);
562 leap_result_t qr; local
583 leap_result_t qr; local
604 leap_result_t qr; local
625 leap_result_t qr; local
646 leap_result_t qr; local
667 leap_result_t qr; local
692 leap_result_t qr; local
714 leap_result_t qr; local
740 leap_result_t qr; local
770 leap_result_t qr; local
1047 leap_result_t qr; local
1094 leap_result_t qr; local
1146 leap_result_t qr; local
1193 leap_result_t qr; local
1239 leap_result_t qr; local
1286 leap_result_t qr; local
1339 leap_result_t qr; local
1368 leap_result_t qr; local
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dtimetoa.c60 ldiv_t qr; local
82 qr = ldiv(frac, fraclimit);
83 if (qr.rem < 0) {
84 qr.quot--;
85 qr.rem += fraclimit;
87 secs_u += (time_t)qr.quot;
88 frac = qr.rem;
/freebsd-9.3-release/sys/boot/ficl/
H A Dmath64.c94 INTQR qr; local
113 qr = m64CastQRUI(uqr);
116 qr.quot = -qr.quot;
117 if (qr.rem != 0)
119 qr.quot--;
120 qr.rem = den - qr.rem;
125 qr.rem = -qr
263 INTQR qr; local
319 UNSQR qr; local
[all...]
H A Dwords.c351 INTQR qr; local
360 qr = m64SymmetricDivI(n1, n2);
361 PUSHINT(qr.rem);
362 PUSHINT(qr.quot);
437 INTQR qr; local
446 qr = m64SymmetricDivI(prod, z);
448 PUSHINT(qr.rem);
449 PUSHINT(qr.quot);
3709 INTQR qr; local
3716 qr
3735 INTQR qr; local
3753 INTQR qr; local
3779 UNSQR qr; local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_leapsec.h239 * system time if pivot is NULL. Sets the information in '*qr' and
241 * last and the current query. In that case, qr->warped contains the
244 extern int/*BOOL*/ leapsec_query(leap_result_t * qr, uint32_t ntpts,
250 extern int/*BOOL*/ leapsec_query_era(leap_era_t * qr, uint32_t ntpts,
258 * qr->ttime;
259 * qr->tai_offs;
260 * qr->tai_diff;
261 * qr->dynamic;
263 extern int/*BOOL*/ leapsec_frame(leap_result_t *qr);
H A Dntp_leapsec.c286 leap_result_t * qr ,
299 memset(qr, 0, sizeof(leap_result_t));
330 qr->warped = (int16_t)(last.D_s.lo -
332 next = addv64i32(&ts64, qr->warped);
339 qr->warped = 0;
344 qr->tai_offs = pt->head.this_tai;
345 qr->ebase = pt->head.ebase;
346 qr->ttime = pt->head.ttime;
355 qr->tai_diff = pt->head.next_tai - pt->head.this_tai;
356 qr
391 leapsec_frame( leap_result_t *qr) argument
[all...]
/freebsd-9.3-release/contrib/libucl/tests/
H A D3.in22 required-depends: info -qr,
/freebsd-9.3-release/include/arpa/
H A Dnameser_compat.h64 unsigned qr: 1; /*%< response flag */ member in struct:__anon4941
82 unsigned qr :1; /*%< response flag */ member in struct:__anon4941
/freebsd-9.3-release/lib/libc/stdlib/
H A Dql.h48 #define ql_elm(a_type) qr(a_type)
H A Dqr.h39 #define qr(a_type) \ macro
/freebsd-9.3-release/tools/regression/sbin/growfs/
H A Dregress.t42 like($md, qr/^md\d+$/, "Created $md with size 40m") or die;
/freebsd-9.3-release/contrib/gperf/doc/
H A Dhelp2man83 BEGIN { eval q(sub qr { '' =~ $_[0]; $_[0] }) if $] < 5.005 }
126 eval { $key = qr($pat) };
/freebsd-9.3-release/contrib/bind9/bin/dig/include/dig/
H A Ddig.h256 usesearch, showsearch, qr;
/freebsd-9.3-release/usr.sbin/ppp/
H A Dip.c88 unsigned qr : 1; member in struct:dns_header
519 if (header.opcode == OPCODE_QUERY && header.qr == 0) {
/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.sh669 diff -qr ${DESTDIR}/etc ${TEMPROOT}/etc | grep "^Only in ${DESTDIR}/etc" | ${PAGER}
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c216 " +[no]qr (Print question before sending)\n"
522 printf(" qr");
976 case 'r': /* qr */
977 FULLCHECK("qr");
978 qr = state;
H A Ddighost.c127 qr = ISC_FALSE, variable
2351 if (!ISC_LIST_EMPTY(lookup->q) && qr) {

Completed in 165 milliseconds