Home
last modified time | relevance | path

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

1234

/bionic/libc/include/netinet/
Din6.h36 #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/
Dtime.h58 #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
Dparam.h49 #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/
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/libc/arch-mips/string/
Dmemmove.c81 #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 …]
Dmemcpy.c81 #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()
Dmemcmp.c89 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/
Darpa_inet_test.cpp26 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
Dnetinet_ether_test.cpp22 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/
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.h34 #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/
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_csqrtl.c52 long double a, b; in csqrtl() local
Ds_csqrt.c52 double a, b; in csqrt() 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/kernel/uapi/linux/
Dversion.h20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
Duuid.h31 #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/
Dport_before.h25 #define ISC_FORMAT_PRINTF(a,b) __printflike(a,b) argument
Dnetbsd-compat.h37 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) argument
/bionic/tests/libs/
Ddlext_test_library.cpp27 A a; variable
/bionic/libm/upstream-netbsd/lib/libm/complex/
Dcpow.c37 cpow(double complex a, double complex z) in cpow()
Dcpowl.c37 cpowl(long double complex a, long double complex z) in cpowl()

1234