/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_ntoa.c | 43 static char b[18]; in inet_ntoa() local 47 #define UC(b) (((int)b)&0xff) in inet_ntoa() argument
|
/bionic/libc/arch-mips/string/ |
D | memmove.c | 78 bits_t b; member 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 | 78 bits_t b; member 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 | 82 bits_t b; member 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/libc/kernel/uapi/linux/ |
D | uuid.h | 25 __u8 b[16]; member 29 __u8 b[16]; member 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
|
D | version.h | 20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
|
/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()
|
D | ns_parse.c | 86 int b, rdlength; in ns_skiprr() local 128 int b = ns_skiprr(msg, eom, (ns_sect)i, in ns_initparse() local 144 int b; in ns_parserr() local 207 int b; in ns_parserr2() local
|
/bionic/libc/include/sys/ |
D | time.h | 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 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()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | smisc.c | 42 Bigint *b; local 85 (a, b) Bigint *a, *b; in ratio() argument 145 copybits(c, n, b) ULong *c; int n; Bigint *b; in copybits() argument 175 any_on(b, k) Bigint *b; int k; in any_on() argument
|
D | misc.c | 165 (b, m, a) Bigint *b; int m, a; in multadd() argument 263 Bigint *b; local 276 (a, b) Bigint *a, *b; in mult() argument 390 (b, k) Bigint *b; int k; in pow5mult() argument 460 (b, k) Bigint *b; int k; in lshift() argument 516 (a, b) Bigint *a, *b; in cmp() argument 550 (a, b) Bigint *a, *b; in diff() argument 722 Bigint *b; local 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 [all …]
|
D | gmisc.c | 36 rshift(b, k) Bigint *b; int k; in rshift() argument 69 trailz(b) Bigint *b; in trailz() argument
|
D | strtodg.c | 49 increment(b) Bigint *b; in increment() argument 96 decrement(b) Bigint *b; in decrement() argument 128 all_on(b, n) Bigint *b; int n; in all_on() argument 147 set_ones(b, n) Bigint *b; int n; in set_ones() argument 184 Bigint *b; local 354 ULong *b, *be, y, z; local
|
/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_ilogbl.c | 27 int b; in ilogbl() local
|
D | s_csqrtf.c | 47 float a = crealf(z), b = cimagf(z); in csqrtf() local
|
D | s_logbl.c | 28 int b; in logbl() local
|
D | s_csqrt.c | 52 double a, b; in csqrt() local
|
D | s_csqrtl.c | 52 long double a, b; in csqrtl() local
|
/bionic/libc/upstream-netbsd/android/include/ |
D | port_before.h | 25 #define ISC_FORMAT_PRINTF(a,b) __printflike(a,b) argument
|
/bionic/libc/include/ |
D | strings.h | 51 #define bzero(b, len) (void)(__builtin___memset_chk((b), '\0', (len), __bos0(b))) argument
|
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | eventlib.h | 64 #define EV_BYTEMASK_BYTE(b) ((b) / 8) argument 65 #define EV_BYTEMASK_MASK(b) (1 << ((b) % 8)) argument 66 #define EV_BYTEMASK_SET(bm, b) \ argument 68 #define EV_BYTEMASK_CLR(bm, b) \ argument 70 #define EV_BYTEMASK_TST(bm, b) \ argument
|