Searched refs:U (Results 1 – 25 of 32) 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; 192 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 613 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 | 659 U d; 727 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 | 147 hp->rd = (statp->options & RES_RECURSE) != 0U; in res_nmkquery() 148 hp->ad = (statp->options & RES_USE_DNSSEC) != 0U; in res_nmkquery() 242 if ((statp->options & RES_DEBUG) != 0U) in res_nopt()
|
D | res_send.c | 449 if ((statp->options & RES_ROTATE) != 0U && in res_nsend() 450 (statp->options & RES_BLAST) == 0U) { in res_nsend() 624 if ((v_circuit && (statp->options & RES_USEVC) == 0U) || in res_nsend() 625 (statp->options & RES_STAYOPEN) == 0U) { in res_nsend() 1229 if (anhp->rcode == FORMERR && (statp->options & RES_USE_EDNS0) != 0U) { in send_dg() 1302 if ((statp->options & RES_DEBUG) != 0U) { in Aerror() 1320 if ((statp->options & RES_DEBUG) != 0U) in Perror()
|
/bionic/libc/kernel/uapi/linux/ |
D | bcache.h | 140 #define CACHE_REPLACEMENT_LRU 0U 143 #define CACHE_MODE_WRITETHROUGH 0U 147 #define BDEV_STATE_NONE 0U
|
D | auto_fs.h | 70 #define AUTOFS_TYPE_ANY 0U
|
D | tipc.h | 149 #define TIPC_REKEYING_NOW (~0U)
|
D | inet_diag.h | 32 #define INET_DIAG_NOCOOKIE (~0U)
|
/bionic/libc/bionic/ |
D | c32rtomb.cpp | 48 if (c32 == U'\0') { in c32rtomb()
|
D | mbrtoc32.cpp | 137 return mbstate_reset_and_return(c32 == U'\0' ? 0 : bytes_wanted, state); in mbrtoc32()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_sctp.h | 52 #define SCTP_CHUNKMAP_SET_ALL(chunkmap) memset((chunkmap), ~0U, sizeof(chunkmap))
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_logl.c | 126 #define E(i) (U[(i)].E) 127 #define H(i) (U[(i)].H) 292 } U[TSIZE] = { variable
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | ioctl.h | 38 #define _IOC_NONE 0U
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | frontend.h | 311 #define NO_STREAM_ID_FILTER (~0U) 312 #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 | 128 #define UINT32_C(c) c ## U
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_streams.c | 234 while (bytes > 0U) { in consume()
|
/bionic/docs/ |
D | status.md | 74 * Bug fixes to handling of UTF-8 U+fffe/U+ffff and code points above U+10ffff.
|
12