Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 107) 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/upstream-netbsd/lib/libc/regex/
Dutils.h52 #define iswupper(a) isupper(a) argument
53 #define iswlower(a) islower(a) argument
54 #define iswalpha(a) isalpha(a) argument
55 #define iswalnum(a) isalnum(a) argument
56 #define towupper(a) toupper(a) argument
57 #define towlower(a) tolower(a) argument
/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.c47 #define MIN(a, b) ((a) < (b) ? a : b) argument
54 swapfunc(char *a, char *b, size_t es) in swapfunc()
65 #define vecswap(a, b, n) \ argument
75 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3()
88 qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in qsort_r()
/bionic/tests/
Darpa_inet_test.cpp28 in_addr a; in TEST() local
111 in_addr a = { htonl(0x12345678) }; in TEST() local
116 in_addr a = inet_makeaddr(0x12U, 0x345678); in TEST() local
121 in_addr a = { htonl(0x12345678) }; in TEST() local
132 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
Dstdatomic_test.cpp188 char a[123]; // Everything in different cache lines, member
197 three_atomics* a = reinterpret_cast<three_atomics*>(arg); in writer() local
210 three_atomics* a = reinterpret_cast<three_atomics*>(arg); in reader() local
244 three_atomics a; 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.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.c61 dd_add(double a, double b) in dd_add()
84 add_adjusted(double a, double b) in add_adjusted()
108 add_and_denormalize(double a, double b, int scale) in add_and_denormalize()
145 dd_mul(double a, double b) in dd_mul()
De_jnf.c38 float a, b, temp, di; in __ieee754_jnf() local
177 float a, b, temp; in __ieee754_ynf() local
De_jn.c57 double a, b, c, s, temp, di; in __ieee754_jn() local
220 double a, b, c, s, temp; in __ieee754_yn() local
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dmisc.c167 multadd in multadd() argument
280 (a, b) Bigint *a, *b; in mult() argument
520 (a, b) Bigint *a, *b; in cmp() argument
554 (a, b) Bigint *a, *b; in diff() argument
652 (a, e) Bigint *a; int *e; in b2d() argument
887 strcp_D2A(a, b) char *a; char *b; in strcp_D2A() argument
899 memcpy_D2A(a, b, len) Char *a; Char *b; size_t len; in memcpy_D2A() argument
904 char *a = (char*)a1, *ae = a + len; 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/upstream-netbsd/android/include/
Dnetbsd-compat.h36 #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) argument
46 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrstr.c55 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
56 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
58 #define BITOP(a,b,op) \ argument
Dmemmem.c58 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
59 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
61 #define BITOP(a,b,op) \ argument
/bionic/libc/kernel/uapi/linux/
Din.h206 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) argument
211 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) argument
216 #define IN_CLASSC(a) ((((long int) (a)) & 0xe0000000) == 0xc0000000) argument
220 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) argument
221 #define IN_MULTICAST(a) IN_CLASSD(a) argument
223 #define IN_BADCLASS(a) (((long int) (a)) == (long int) 0xffffffff) argument
224 #define IN_EXPERIMENTAL(a) IN_BADCLASS((a)) argument
225 #define IN_CLASSE(a) ((((long int) (a)) & 0xf0000000) == 0xf0000000) argument
234 #define IN_LOOPBACK(a) ((((long int) (a)) & 0xff000000) == 0x7f000000) 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
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
Dsha1.c107 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R01()
117 do_R2(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R2()
127 do_R3(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R3()
137 do_R4(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R4()
152 uint32_t a, b, c, d, e; in SHA1Transform() local
/bionic/libc/bionic/
Dtime64.c149 #define WRAP(a,b,m) ((a) = ((a) < 0 ) ? ((b)--, (a) + (m)) : (a)) argument
152 # define SHOULD_USE_SYSTEM_LOCALTIME(a) ( \ argument
157 # define SHOULD_USE_SYSTEM_LOCALTIME(a) (0) argument
161 # define SHOULD_USE_SYSTEM_GMTIME(a) ( \ argument
166 # define SHOULD_USE_SYSTEM_GMTIME(a) (0) argument
/bionic/libc/dns/resolv/
Dres_mkquery.c104 #define UNUSED(a) (void)&a argument
106 #define UNUSED(a) a = a argument
/bionic/tests/headers/posix/
Dsearch_h.c39 ACTION a; in search_h() local

12345