Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 31) sorted by relevance

12

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dulp.c37 (x) U *x; in ulp()
39 (U *x)
43 U a;
Dstrtod.c64 (x, scale) U *x; int scale; in sulp()
66 (U *x, int scale)
69 U u;
98 U adj, aadj1, rv, rv0;
195 ULtod(((U*)&rv)->L, bits, exp, i);
Dsmisc.c90 U da, db;
Dgdtoaimp.h277 typedef union { double d; ULong L[2]; } U; typedef
616 extern double ulp ANSI((U*));
Dstrtodg.c179 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; in rvOK()
181 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
315 mantbits(d) U *d; in mantbits()
317 mantbits(U *d)
353 U adj, rv;
Dmisc.c655 U d;
723 U d;
/bionic/libc/dns/nameser/
Dns_samedomain.c64 if (la != 0U && a[la - 1] == '.') { in ns_samedomain()
80 if (lb != 0U && b[lb - 1] == '.') { in ns_samedomain()
96 if (lb == 0U) in ns_samedomain()
Dns_print.c465 if (rdlen < 0U + NS_INT16SZ + NS_INT8SZ + NS_INT8SZ) in ns_sprintrrf()
678 if (rdlen == 0U) goto formerr; in ns_sprintrrf()
1067 rdlen != 0U ? " (" : "", comment); in ns_sprintrrf()
1191 } else if (newlen == 0U) { in addname()
/bionic/libc/dns/resolv/
Dres_query.c153 (statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U) in res_nquery()
168 if ((statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U && in res_nquery()
272 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) || in res_nsearch()
273 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { in res_nsearch()
340 if ((statp->options & RES_DNSRCH) == 0U) in res_nsearch()
349 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
Dres_mkquery.c148 hp->rd = (statp->options & RES_RECURSE) != 0U; in res_nmkquery()
242 if ((statp->options & RES_DEBUG) != 0U) in res_nopt()
Dres_send.c459 if ((statp->options & RES_ROTATE) != 0U && in res_nsend()
460 (statp->options & RES_BLAST) == 0U) { in res_nsend()
630 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend()
631 (statp->options & RES_STAYOPEN) == 0U) { in res_nsend()
1248 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) { in send_dg()
1324 if ((statp->options & RES_DEBUG) != 0U) { in Aerror()
1342 if ((statp->options & RES_DEBUG) != 0U) in Perror()
Dres_data.c85 #define res_need_init() ((_nres.options & RES_INIT) == 0U)
Dres_debug.c141 for (mask = 1; mask != 0U; mask <<= 1) in fp_resstat()
743 if (size > 0U) { in p_sockun()
/bionic/libc/bionic/
Dc32rtomb.cpp48 if (c32 == U'\0') { in c32rtomb()
Dmbrtoc32.cpp137 return reset_and_return(c32 == U'\0' ? 0 : bytes_wanted, state); in mbrtoc32()
/bionic/libc/kernel/uapi/linux/
Dbcache.h115 #define CACHE_REPLACEMENT_LRU 0U
119 #define CACHE_MODE_WRITETHROUGH 0U
124 #define BDEV_STATE_NONE 0U
Dauto_fs4.h35 #define AUTOFS_TYPE_ANY 0U
Dinet_diag.h35 #define INET_DIAG_NOCOOKIE (~0U)
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_sctp.h59 #define SCTP_CHUNKMAP_SET_ALL(chunkmap) memset((chunkmap), ~0U, sizeof(chunkmap))
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c124 #define E(i) (U[(i)].E)
125 #define H(i) (U[(i)].H)
290 } U[TSIZE] = { variable
/bionic/libc/kernel/uapi/asm-generic/
Dioctl.h42 #define _IOC_NONE 0U
/bionic/libc/kernel/uapi/linux/dvb/
Dfrontend.h381 #define NO_STREAM_ID_FILTER (~0U)
382 #define LNA_AUTO (~0U)
/bionic/libc/upstream-openbsd/lib/libc/crypt/
Dchacha_private.h17 #define U8C(v) (v##U)
18 #define U32C(v) (v##U)
/bionic/libc/include/
Dstdint.h127 #define UINT32_C(c) c ## U
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_streams.c234 while (bytes > 0U) { in consume()

12