| /bionic/libc/include/netinet/ |
| D | in6.h | 36 #define IN6_IS_ADDR_UNSPECIFIED(a) \ argument 42 #define IN6_IS_ADDR_LOOPBACK(a) \ argument 48 #define IN6_IS_ADDR_V4COMPAT(a) \ argument 54 #define IN6_IS_ADDR_V4MAPPED(a) \ argument 59 #define __bionic_s6_addr(a) __BIONIC_CAST(reinterpret_cast, const uint8_t*, a) argument 61 #define IN6_IS_ADDR_LINKLOCAL(a) \ argument 64 #define IN6_IS_ADDR_SITELOCAL(a) \ argument 67 #define IN6_IS_ADDR_MULTICAST(a) (__bionic_s6_addr(a)[0] == 0xff) argument 69 #define IN6_IS_ADDR_ULA(a) ((__bionic_s6_addr(a)[0] & 0xfe) == 0xfc) argument 78 #define IPV6_ADDR_MC_SCOPE(a) (__bionic_s6_addr(a)[1] & 0x0f) argument [all …]
|
| /bionic/libc/include/sys/ |
| D | time.h | 58 #define timerclear(a) \ argument 61 #define timerisset(a) \ argument 64 #define timercmp(a, b, op) \ argument 69 #define timeradd(a, b, res) \ argument 79 #define timersub(a, b, res) \ argument
|
| D | param.h | 49 #define MIN(a,b) (((a)<(b))?(a):(b)) argument 50 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
|
| /bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
| D | qsort.c | 46 #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/libc/arch-mips/string/ |
| D | memmove.c | 81 #define DO_BYTE(a, i) \ argument 90 do_bytes (void *a, const void *b, unsigned long len, void *ret) in do_bytes() 108 do_bytes_backward (void *a, const void *b, unsigned long len, void *ret) in do_bytes_backward() 123 do_bytes_aligned (void *a, const void *b, unsigned long len, void *ret) in do_bytes_aligned() 160 #define STORE_UNALIGNED_8(a, b) \ argument 174 #define STORE_UNALIGNED_4(a, b) \ argument 185 unaligned_words_forward (struct ulw *a, const reg_t * b, in unaligned_words_forward() 224 unaligned_words_backward (struct ulw *a, const reg_t * b, in unaligned_words_backward() 265 unaligned_words_forward (reg_t * a, const reg_t * b, in unaligned_words_forward() 272 unaligned_words_backward (reg_t * a, const reg_t * b, in unaligned_words_backward() [all …]
|
| D | memcpy.c | 81 #define DO_BYTE(a, i) \ argument 90 do_bytes (void *a, const void *b, unsigned long len, void *ret) in do_bytes() 108 do_bytes_remaining (void *a, const void *b, unsigned long len, void *ret) in do_bytes_remaining() 147 unaligned_words (struct ulw *a, const reg_t * b, in unaligned_words() 200 unaligned_words (reg_t * a, const reg_t * b, in unaligned_words() 237 aligned_words (reg_t * a, const reg_t * b, in aligned_words() 289 memcpy (void *a, const void *b, size_t len) __overloadable in memcpy()
|
| D | memcmp.c | 89 static int __attribute__ ((noinline)) do_by_bitfields (reg_t a, reg_t b) in do_by_bitfields() 112 do_bytes (const void *a, const void *b, unsigned long len) in do_bytes() 139 static int unaligned_words (const struct ulw *a, const reg_t *b, in unaligned_words() 216 static int unaligned_words (const reg_t *a, const reg_t *b, in unaligned_words() 225 static int aligned_words (const reg_t *a, const reg_t *b, in aligned_words() 312 int memcmp (const void *a, const void *b, size_t len) in memcmp()
|
| /bionic/tests/ |
| D | arpa_inet_test.cpp | 26 in_addr a; in TEST() local 109 in_addr a = { htonl(0x12345678) }; in TEST() local 114 in_addr a = inet_makeaddr(0x12U, 0x345678); in TEST() local 119 in_addr a = { htonl(0x12345678) }; in TEST() local 130 in_addr a = { (htonl)(0x7f000001) }; in TEST() local
|
| D | netinet_ether_test.cpp | 22 ether_addr* a = ether_aton("12:34:56:78:9a:bc"); in TEST() local 37 ether_addr* a = ether_aton_r("12:34:56:78:9a:bc", &addr); in TEST() local
|
| /bionic/libc/dns/nameser/ |
| D | ns_samedomain.c | 55 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/ |
| D | a.out.h | 34 #define N_TRSIZE(a) ((a).a_trsize) argument 35 #define N_DRSIZE(a) ((a).a_drsize) argument 36 #define N_SYMSIZE(a) ((a).a_syms) argument
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | s_fmal.c | 52 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()
|
| D | s_fma.c | 52 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()
|
| D | s_csqrtf.c | 47 float a = crealf(z), b = cimagf(z); in csqrtf() local
|
| D | s_csqrtl.c | 52 long double a, b; in csqrtl() local
|
| D | s_csqrt.c | 52 double a, b; in csqrt() local
|
| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
| D | ulp.c | 43 U a; local
|
| D | misc.c | 163 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/kernel/uapi/linux/ |
| D | version.h | 20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
|
| D | uuid.h | 31 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument 34 #define UUID_BE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument
|
| /bionic/libc/upstream-netbsd/android/include/ |
| D | port_before.h | 25 #define ISC_FORMAT_PRINTF(a,b) __printflike(a,b) argument
|
| D | netbsd-compat.h | 37 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) argument
|
| /bionic/tests/libs/ |
| D | dlext_test_library.cpp | 27 A a; variable
|
| /bionic/libm/upstream-netbsd/lib/libm/complex/ |
| D | cpow.c | 37 cpow(double complex a, double complex z) in cpow()
|
| D | cpowl.c | 37 cpowl(long double complex a, long double complex z) in cpowl()
|