| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
| D | misc.c | 169 (b, m, a) Bigint *b; int m, a; in multadd() argument 267 Bigint *b; local 280 (a, b) Bigint *a, *b; in mult() argument 394 (b, k) Bigint *b; int k; in pow5mult() argument 464 (b, k) Bigint *b; int k; in lshift() argument 520 (a, b) Bigint *a, *b; in cmp() argument 554 (a, b) Bigint *a, *b; in diff() argument 726 Bigint *b; local 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 [all …]
|
| 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 | 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
|
| D | gmisc.c | 36 rshift(b, k) Bigint *b; int k; in rshift() argument 69 trailz(b) Bigint *b; in trailz() argument
|
| D | dmisc.c | 99 Bigint *b = (Bigint *)((int *)s - 1); local 112 (b, S) Bigint *b, *S; in quorem() argument
|
| /bionic/libc/kernel/uapi/linux/ |
| D | cxl_mem.h | 13 #define ___C(a,b) CXL_MEM_COMMAND_ID_ ##a argument 14 #define ___DEPRECATED(a,b) CXL_MEM_DEPRECATED_ID_ ##a argument 20 #define ___C(a,b) { b } argument 21 #define ___DEPRECATED(a,b) { "Deprecated " b } argument 29 #define ___C(a,b) (0) argument 30 #define ___DEPRECATED(a,b) (1) argument
|
| D | mei_uuid.h | 11 __u8 b[16]; member 13 #define UUID_LE(a,b,c,d0,d1,d2,d3,d4,d5,d6,d7) \ 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 | 85 #define timercmp(a, b, op) \ argument 90 #define timeradd(a, b, res) \ argument 100 #define timersub(a, b, res) \ argument
|
| D | param.h | 73 #define MIN(a,b) (((a)<(b))?(a):(b)) argument 75 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | s_fmal.c | 51 dd_add(long double a, long double b) in dd_add() 74 add_adjusted(long double a, long double b) in add_adjusted() 94 add_and_denormalize(long double a, long double b, int scale) in add_and_denormalize() 127 dd_mul(long double a, long double b) in dd_mul()
|
| D | s_fma.c | 58 dd_add(double a, double b) in dd_add() 81 add_adjusted(double a, double b) in add_adjusted() 105 add_and_denormalize(double a, double b, int scale) in add_and_denormalize() 142 dd_mul(double a, double b) in dd_mul()
|
| D | e_jnf.c | 35 float a, b, temp, di; in jnf() local 174 float a, b, temp; in ynf() local
|
| /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-arm/bionic/ |
| D | bpabi.c | 32 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-openbsd/lib/libc/string/ |
| D | strstr.c | 55 #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
|
| D | memmem.c | 58 #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/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
|
| /bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
| D | qsort.c | 55 #define MIN(a, b) ((a) < (b) ? a : b) argument 62 swapfunc(char *a, char *b, size_t es) in swapfunc() 73 #define vecswap(a, b, n) \ argument 87 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3()
|
| /bionic/libc/tzcode/ |
| D | private.h | 447 # define ckd_add(r, a, b) __builtin_add_overflow(a, b, r) argument 450 # define ckd_sub(r, a, b) __builtin_sub_overflow(a, b, r) argument 453 # define ckd_mul(r, a, b) __builtin_mul_overflow(a, b, r) argument 456 # define ckd_add(r, a, b) __builtin_add_overflow(a, b, r) argument 457 # define ckd_sub(r, a, b) __builtin_sub_overflow(a, b, r) argument 458 # define ckd_mul(r, a, b) __builtin_mul_overflow(a, b, r) argument 816 #define max(a, b) ((a) > (b) ? (a) : (b)) argument 817 #define min(a, b) ((a) < (b) ? (a) : (b)) argument 822 #define MAXVAL(t, b) \ argument 825 #define MINVAL(t, b) \ argument [all …]
|
| /bionic/libc/include/ |
| D | strings.h | 70 #define bzero(b, len) __bionic_bzero((b), (len)) argument 71 static __inline __always_inline void __bionic_bzero(void* _Nonnull b, size_t len) { in __bionic_bzero()
|
| /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
| D | sha1.c | 107 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/tests/libs/ |
| D | memtag_globals_dso.cpp | 75 void check_matching_tags(const void* a, const void* b) { in check_matching_tags() 90 void check_eq(const void* a, const void* b) { in check_eq()
|
| /bionic/libc/upstream-openbsd/lib/libc/stdio/ |
| D | open_memstream.c | 27 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) argument 39 memstream_write(void *v, const char *b, int l) in memstream_write()
|