/bionic/libc/inet/ |
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/include/sys/ |
D | time.h | 51 #define timercmp(a, b, op) \ argument 56 #define timeradd(a, b, res) \ argument 66 #define timersub(a, b, res) \ argument
|
/bionic/libc/stdlib/ |
D | qsort.c | 37 #define min(a, b) (a) < (b) ? a : b argument 57 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() 65 #define swap(a, b) \ argument 73 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument 76 med3(char *a, char *b, char *c, int (*cmp)(const void *, const void *)) in med3()
|
D | strtod.c | 198 #define Sign_Extend(a,b) if (b < 0) a |= 0xffff0000; argument 227 #define Storeinc(a,b,c) \ argument 231 #define Storeinc(a,b,c) \ argument 328 #define rounded_product(a,b) a = rnd_prod(a, b) argument 329 #define rounded_quotient(a,b) a = rnd_quot(a, b) argument 336 #define rounded_product(a,b) a *= b argument 337 #define rounded_quotient(a,b) a /= b argument 471 (b, m, a) Bigint *b; int m, a; in multadd() argument 528 Bigint *b; local 653 Bigint *b; local [all …]
|
/bionic/libc/netbsd/nameser/ |
D | ns_samedomain.c | 54 ns_samedomain(const char *a, const char *b) { in ns_samedomain() 153 ns_subdomain(const char *a, const char *b) { in ns_subdomain() 201 ns_samename(const char *a, const char *b) { in ns_samename()
|
D | ns_parse.c | 83 int b, rdlength; in ns_skiprr() local 125 int b = ns_skiprr(msg, eom, (ns_sect)i, in ns_initparse() local 141 int b; in ns_parserr() local
|
/bionic/libc/kernel/common/linux/ |
D | jiffies.h | 66 #define time_after(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((long… argument 67 #define time_before(a,b) time_after(b,a) argument 69 #define time_after_eq(a,b) (typecheck(unsigned long, a) && typecheck(unsigned long, b) && ((l… argument 70 #define time_before_eq(a,b) time_after_eq(b,a) argument
|
D | version.h | 20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
|
/bionic/libc/bionic/ |
D | pthread_internal.h | 55 static __inline__ void timespec_add( struct timespec* a, const struct timespec* b ) in timespec_add() 65 static __inline__ void timespec_sub( struct timespec* a, const struct timespec* b ) in timespec_sub() 85 static __inline__ int timespec_cmp( const struct timespec* a, const struct timespec* b ) in timespec_cmp()
|
D | md5.c | 67 #define DOIT(a,b,c,d,k,s,i,OP) \ argument 70 #define DO1(a,b,c,d,k,s,i) DOIT(a,b,c,d,k,s,i,F) argument 71 #define DO2(a,b,c,d,k,s,i) DOIT(a,b,c,d,k,s,i,G) argument 72 #define DO3(a,b,c,d,k,s,i) DOIT(a,b,c,d,k,s,i,H) argument 73 #define DO4(a,b,c,d,k,s,i) DOIT(a,b,c,d,k,s,i,I) argument 203 unsigned int b:32; member
|
D | hash.h | 45 #define min(a,b) (((a)>(b))?(b):(a)) argument
|
D | sha1.c | 80 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R01() 90 do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R2() 100 do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R3() 110 do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R4() 127 u_int32_t a, b, c, d, e; local
|
/bionic/libm/src/ |
D | s_ilogbl.c | 28 int b; in ilogbl() local
|
D | e_jnf.c | 34 float a, b, temp, di; in __ieee754_jnf() local 168 float a, b, temp; in __ieee754_ynf() local
|
D | e_jn.c | 58 double a, b, temp, di; in __ieee754_jn() local 215 double a, b, temp; in __ieee754_yn() local
|
D | e_hypotf.c | 26 float a=x,b=y,t1,t2,y1,y2,w; in __ieee754_hypotf() local
|
D | e_hypot.c | 56 double a=x,b=y,t1,t2,y1,y2,w; in __ieee754_hypot() local
|
/bionic/libc/kernel/arch-x86/asm/ |
D | div64.h | 24 #define div_long_long_rem(a,b,c) div_ll_X_l_rem(a,b,c) argument
|
D | desc_32.h | 64 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) argument 65 #define write_gdt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) argument 66 #define write_idt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b) argument
|
D | byteorder.h | 40 struct { __u32 a,b; } s; in ___arch__swab64() member
|
/bionic/libc/private/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/arch-arm/bionic/ |
D | strlen.c | 38 const char *b; in strlen() member
|
/bionic/libm/bsdsrc/ |
D | mathimpl.h | 65 double b; member
|
/bionic/libc/kernel/tools/ |
D | update_all.py | 57 b = BatchFileUpdater() variable
|
D | clean_header.py | 134 b = BatchFileUpdater() variable
|