Searched refs:U (Results 1 – 25 of 31) sorted by relevance
12
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | ulp.c | 37 (x) U *x; in ulp() 39 (U *x) 43 U a;
|
D | strtod.c | 64 (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);
|
D | smisc.c | 90 U da, db;
|
D | gdtoaimp.h | 277 typedef union { double d; ULong L[2]; } U; typedef 616 extern double ulp ANSI((U*));
|
D | strtodg.c | 179 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;
|
D | misc.c | 655 U d; 723 U d;
|
/bionic/libc/dns/nameser/ |
D | ns_samedomain.c | 64 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()
|
D | ns_print.c | 465 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/ |
D | res_query.c | 153 (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()
|
D | res_mkquery.c | 148 hp->rd = (statp->options & RES_RECURSE) != 0U; in res_nmkquery() 242 if ((statp->options & RES_DEBUG) != 0U) in res_nopt()
|
D | res_send.c | 459 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()
|
D | res_data.c | 85 #define res_need_init() ((_nres.options & RES_INIT) == 0U)
|
D | res_debug.c | 141 for (mask = 1; mask != 0U; mask <<= 1) in fp_resstat() 743 if (size > 0U) { in p_sockun()
|
/bionic/libc/bionic/ |
D | c32rtomb.cpp | 48 if (c32 == U'\0') { in c32rtomb()
|
D | mbrtoc32.cpp | 137 return reset_and_return(c32 == U'\0' ? 0 : bytes_wanted, state); in mbrtoc32()
|
/bionic/libc/kernel/uapi/linux/ |
D | bcache.h | 115 #define CACHE_REPLACEMENT_LRU 0U 119 #define CACHE_MODE_WRITETHROUGH 0U 124 #define BDEV_STATE_NONE 0U
|
D | auto_fs4.h | 35 #define AUTOFS_TYPE_ANY 0U
|
D | inet_diag.h | 35 #define INET_DIAG_NOCOOKIE (~0U)
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_sctp.h | 59 #define SCTP_CHUNKMAP_SET_ALL(chunkmap) memset((chunkmap), ~0U, sizeof(chunkmap))
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_logl.c | 124 #define E(i) (U[(i)].E) 125 #define H(i) (U[(i)].H) 290 } U[TSIZE] = { variable
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | ioctl.h | 42 #define _IOC_NONE 0U
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | frontend.h | 381 #define NO_STREAM_ID_FILTER (~0U) 382 #define LNA_AUTO (~0U)
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
D | chacha_private.h | 17 #define U8C(v) (v##U) 18 #define U32C(v) (v##U)
|
/bionic/libc/include/ |
D | stdint.h | 127 #define UINT32_C(c) c ## U
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_streams.c | 234 while (bytes > 0U) { in consume()
|
12