Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 77) sorted by relevance

1234

/bionic/libc/include/netinet/
Din6.h33 #define IN6_IS_ADDR_UNSPECIFIED(a) \ argument
39 #define IN6_IS_ADDR_LOOPBACK(a) \ argument
45 #define IN6_IS_ADDR_V4COMPAT(a) \ argument
52 #define IN6_IS_ADDR_V4MAPPED(a) \ argument
57 #define IN6_IS_ADDR_LINKLOCAL(a) \ argument
60 #define IN6_IS_ADDR_SITELOCAL(a) \ argument
64 #define IN6_IS_ADDR_ULA(a) \ argument
67 #define IN6_IS_ADDR_MULTICAST(a) \ argument
78 #define IPV6_ADDR_MC_SCOPE(a) \ argument
81 #define IN6_IS_ADDR_MC_NODELOCAL(a) \ argument
[all …]
/bionic/libc/include/sys/
Dtime.h45 #define timerclear(a) \ argument
48 #define timerisset(a) \ argument
51 #define timercmp(a, b, op) \ argument
56 #define timeradd(a, b, res) \ argument
66 #define timersub(a, b, res) \ argument
Dparam.h45 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
46 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dqsort.c46 #define min(a, b) (a) < (b) ? a : b argument
62 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ argument
66 swapfunc(a, b, n, swaptype) in swapfunc() argument
76 #define swap(a, b) \ argument
84 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument
93 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3()
106 qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in qsort_r()
/bionic/tests/
Darpa_inet_test.cpp26 in_addr a; in TEST() local
32 in_addr a = { htonl(0x12345678) }; in TEST() local
37 in_addr a = inet_makeaddr(0x12U, 0x345678); in TEST() local
42 in_addr a = { htonl(0x12345678) }; in TEST() local
51 in_addr a = { (htonl)(0x7f000001) }; in TEST() local
Dstdatomic_test.cpp178 char a[123]; // Everything in different cache lines, member
187 three_atomics* a = reinterpret_cast<three_atomics*>(arg); in writer() local
200 three_atomics* a = reinterpret_cast<three_atomics*>(arg); in reader() local
234 three_atomics a; in TEST() local
/bionic/libc/kernel/uapi/asm-arm/asm/
Da.out.h37 #define N_TXTADDR(a) (0x00008000) argument
39 #define N_TRSIZE(a) ((a).a_trsize) argument
40 #define N_DRSIZE(a) ((a).a_drsize) argument
41 #define N_SYMSIZE(a) ((a).a_syms) argument
/bionic/libc/dns/nameser/
Dns_samedomain.c55 ns_samedomain(const char *a, const char *b) { in ns_samedomain()
152 ns_subdomain(const char *a, const char *b) { in ns_subdomain()
199 ns_samename(const char *a, const char *b) { in ns_samename()
/bionic/libc/kernel/uapi/asm-x86/asm/
Da.out.h35 #define N_TRSIZE(a) ((a).a_trsize) argument
36 #define N_DRSIZE(a) ((a).a_drsize) argument
37 #define N_SYMSIZE(a) ((a).a_syms) argument
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmal.c52 dd_add(long double a, long double b) in dd_add()
75 add_adjusted(long double a, long double b) in add_adjusted()
95 add_and_denormalize(long double a, long double b, int scale) in add_and_denormalize()
128 dd_mul(long double a, long double b) in dd_mul()
Ds_fma.c52 dd_add(double a, double b) in dd_add()
75 add_adjusted(double a, double b) in add_adjusted()
99 add_and_denormalize(double a, double b, int scale) in add_and_denormalize()
136 dd_mul(double a, double b) in dd_mul()
Ds_csqrtf.c47 float a = crealf(z), b = cimagf(z); in csqrtf() local
Ds_csqrt.c52 double a, b; in csqrt() local
Ds_csqrtl.c52 long double a, b; in csqrtl() local
De_jnf.c32 float a, b, temp, di; in __ieee754_jnf() local
171 float a, b, temp; in __ieee754_ynf() local
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dulp.c43 U a; local
Dmisc.c163 multadd in multadd() argument
276 (a, b) Bigint *a, *b; in mult() argument
516 (a, b) Bigint *a, *b; in cmp() argument
550 (a, b) Bigint *a, *b; in diff() argument
648 (a, e) Bigint *a; int *e; in b2d() argument
881 strcp_D2A(a, b) char *a; char *b; in strcp_D2A() argument
895 memcpy_D2A(a, b, len) Char *a; Char *b; size_t len; in memcpy_D2A() argument
900 char *a = (char*)a1, *ae = a + len; local
/bionic/libc/upstream-netbsd/android/include/
Dport_before.h25 #define ISC_FORMAT_PRINTF(a,b) __printflike(a,b) argument
Dnetbsd-compat.h25 #define __type_fit(t, a) (0 == 0) argument
/bionic/libc/kernel/uapi/linux/
Dversion.h20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
Dkernel.h22 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) argument
Duuid.h31 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) ((uuid_le) {{ (a) & 0xff, ((a) >> 8) & 0… argument
32 #define UUID_BE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) ((uuid_be) {{ ((a) >> 24) & 0xff, ((a) >… argument
/bionic/tests/libs/
Ddlext_test_library.cpp27 A a; variable
/bionic/libc/dns/resolv/
Dres_mkquery.c105 #define UNUSED(a) (void)&a argument
107 #define UNUSED(a) a = a argument
/bionic/libc/bionic/
Dhash.h45 #define min(a,b) (((a)>(b))?(b):(a)) argument

1234