Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 56) sorted by relevance

123

/bionic/libc/inet/
Dinet_ntoa.c43 static char b[18]; in inet_ntoa() local
47 #define UC(b) (((int)b)&0xff) in inet_ntoa() argument
/bionic/libc/include/sys/
Dtime.h51 #define timercmp(a, b, op) \ argument
56 #define timeradd(a, b, res) \ argument
66 #define timersub(a, b, res) \ argument
/bionic/libc/stdlib/
Dqsort.c37 #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()
Dstrtod.c198 #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/
Dns_samedomain.c54 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()
Dns_parse.c83 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/
Djiffies.h66 #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
Dversion.h20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
/bionic/libc/bionic/
Dpthread_internal.h55 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()
Dmd5.c67 #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
Dhash.h45 #define min(a,b) (((a)>(b))?(b):(a)) argument
Dsha1.c80 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/
Ds_ilogbl.c28 int b; in ilogbl() local
De_jnf.c34 float a, b, temp, di; in __ieee754_jnf() local
168 float a, b, temp; in __ieee754_ynf() local
De_jn.c58 double a, b, temp, di; in __ieee754_jn() local
215 double a, b, temp; in __ieee754_yn() local
De_hypotf.c26 float a=x,b=y,t1,t2,y1,y2,w; in __ieee754_hypotf() local
De_hypot.c56 double a=x,b=y,t1,t2,y1,y2,w; in __ieee754_hypot() local
/bionic/libc/kernel/arch-x86/asm/
Ddiv64.h24 #define div_long_long_rem(a,b,c) div_ll_X_l_rem(a,b,c) argument
Ddesc_32.h64 #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
Dbyteorder.h40 struct { __u32 a,b; } s; in ___arch__swab64() member
/bionic/libc/private/isc/
Deventlib.h64 #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/
Dstrlen.c38 const char *b; in strlen() member
/bionic/libm/bsdsrc/
Dmathimpl.h65 double b; member
/bionic/libc/kernel/tools/
Dupdate_all.py57 b = BatchFileUpdater() variable
Dclean_header.py134 b = BatchFileUpdater() variable

123