/bionic/libc/kernel/arch-x86/asm/ |
D | cmpxchg_32.h | 27 …o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr… argument 28 …o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_loca… argument 29 #define cmpxchg64(ptr,o,n) ((__typeof__(*(ptr)))__cmpxchg64((ptr),(unsigned long long)(o), (unsig… argument 30 #define cmpxchg64_local(ptr,o,n) ((__typeof__(*(ptr)))__cmpxchg64_local((ptr),(unsigned long long)… argument
|
D | local_32.h | 31 #define local_cmpxchg(l, o, n) (cmpxchg_local(&((l)->a.counter), (o), (n))) argument
|
/bionic/libc/stdio/ |
D | flags.c | 48 int ret, m, o; in __sflags() local 55 o = 0; in __sflags() 61 o = O_CREAT | O_TRUNC; in __sflags() 67 o = O_CREAT | O_APPEND; in __sflags() 80 *optr = m | o; in __sflags()
|
D | fseek.c | 185 int o = target - curoff; in fseeko() local 187 fp->_p = fp->_bf._base + o; in fseeko() 188 fp->_r = n - o; in fseeko()
|
/bionic/libc/kernel/common/linux/ |
D | ip.h | 39 #define IPOPT_COPIED(o) ((o)&IPOPT_COPY) argument 40 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK) argument 41 #define IPOPT_NUMBER(o) ((o)&IPOPT_NUMBER_MASK) argument
|
D | ext2_fs.h | 214 #define clear_opt(o, opt) o &= ~EXT2_MOUNT_##opt argument 215 #define set_opt(o, opt) o |= EXT2_MOUNT_##opt argument
|
D | ext3_fs.h | 266 #define clear_opt(o, opt) o &= ~EXT3_MOUNT_##opt argument 267 #define set_opt(o, opt) o |= EXT3_MOUNT_##opt argument
|
/bionic/libm/src/ |
D | s_ceill.c | 36 uint64_t o = u.bits.manh; \ 38 if (u.bits.manh < o) \ 44 uint64_t o = u.bits.manh; \ 46 if (u.bits.manh < o) { \ 92 uint64_t o = u.bits.manl; in ceill() local 94 if (u.bits.manl < o) /* got a carry */ in ceill()
|
D | s_floorl.c | 36 uint64_t o = u.bits.manh; \ 38 if (u.bits.manh < o) \ 44 uint64_t o = u.bits.manh; \ 46 if (u.bits.manh < o) { \ 92 uint64_t o = u.bits.manl; in floorl() local 94 if (u.bits.manl < o) /* got a carry */ in floorl()
|
/bionic/libc/include/netinet/ |
D | ip.h | 118 #define IPOPT_COPIED(o) ((o)&0x80) argument 119 #define IPOPT_CLASS(o) ((o)&0x60) argument 120 #define IPOPT_NUMBER(o) ((o)&0x1f) argument
|
/bionic/libc/netbsd/net/ |
D | reentrant.h | 218 #define thr_once(o, f) __libc_thr_once((o), (f)) argument 219 #define thr_sigsetmask(f, n, o) __libc_thr_sigsetmask((f), (n), (o)) argument 226 #define thr_setcancelstate(n, o) __libc_thr_setcancelstate((n),(o)) argument 260 #define thr_once(o, f) 261 #define thr_sigsetmask(f, n, o)
|
/bionic/libc/kernel/tools/ |
D | utils.py | 380 o = commands.getoutput( "p4 add " + files ) 381 D2( o ) 387 o = commands.getoutput( "p4 edit " + files ) 388 D2( o ) 396 o = commands.getoutput( "p4 delete " + files ) 397 D2( o )
|
/bionic/libc/ |
D | Android.mk | 392 GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtbegin_so.o 398 GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtend_so.o 406 GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtbegin_static.o 412 GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtbegin_dynamic.o 421 GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtend_android.o
|
D | Jamfile | 251 $(CC) -c -o $(1) $(CFLAGS) -I$(INCLUDES) -D$(DEFINES) $(2) 344 objname = <$(arch)>$(name).o ;
|