Home
last modified time | relevance | path

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

12345

/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.h69 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
71 #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(TYPE, a, es) swaptype_ ## TYPE = \ argument
67 swapfunc(char *a, char *b, size_t n, int swaptype_long, int swaptype_int) in swapfunc()
77 #define swap(a, b) \ argument
89 #define vecswap(a, b, n) \ argument
99 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3()
112 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) 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/arch-arm/bionic/
Dbpabi.c32 long long __gnu_ldivmod_helper(long long a, long long b, long long* remainder) { in __gnu_ldivmod_helper()
38 unsigned long long __gnu_uldivmod_helper(unsigned long long a, unsigned long long b, in __gnu_uldivmod_helper()
/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.h31 #define N_TRSIZE(a) ((a).a_trsize) argument
32 #define N_DRSIZE(a) ((a).a_drsize) argument
33 #define N_SYMSIZE(a) ((a).a_syms) argument
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmal.c54 dd_add(long double a, long double b) in dd_add()
77 add_adjusted(long double a, long double b) in add_adjusted()
97 add_and_denormalize(long double a, long double b, int scale) in add_and_denormalize()
130 dd_mul(long double a, long double b) in dd_mul()
Ds_fma.c54 dd_add(double a, double b) in dd_add()
77 add_adjusted(double a, double b) in add_adjusted()
101 add_and_denormalize(double a, double b, int scale) in add_and_denormalize()
138 dd_mul(double a, double b) in dd_mul()
Ds_csqrtf.c41 float a, b; in csqrtf() local
Ds_cpowl.c54 cpowl(long double complex a, long double complex z) in cpowl()
Ds_cpow.c55 cpow(double complex a, double complex z) in cpow()
/bionic/tests/headers/posix/
Dsearch_h.c39 ACTION a; in search_h() 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
883 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.h25 #define GUID_INIT(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ argument
29 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) argument
Din.h187 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) argument
192 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) argument
197 #define IN_CLASSC(a) ((((long int) (a)) & 0xe0000000) == 0xc0000000) argument
201 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) argument
202 #define IN_MULTICAST(a) IN_CLASSD(a) argument
204 #define IN_BADCLASS(a) (((long int) (a)) == (long int) 0xffffffff) argument
205 #define IN_EXPERIMENTAL(a) IN_BADCLASS((a)) argument
206 #define IN_CLASSE(a) ((((long int) (a)) & 0xf0000000) == 0xf0000000) argument
214 #define IN_LOOPBACK(a) ((((long int) (a)) & 0xff000000) == 0x7f000000) argument
/bionic/libc/upstream-netbsd/android/include/
Dport_before.h25 #define ISC_FORMAT_PRINTF(a,b) __printflike(a,b) argument
/bionic/tests/libs/
Ddlext_test_library.cpp27 A a; variable

12345