Searched defs:old (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | atomics_x86.c | 63 int __atomic_cmpxchg(int old, int new, volatile int* addr) { in __atomic_cmpxchg() 78 int old; in __atomic_swap() local 90 int old; in __atomic_dec() local
|
D | semaphore.c | 166 unsigned int old, new; in __sem_dec() local 190 unsigned int old, new; in __sem_trydec() local 220 unsigned int old, new; in __sem_inc() local 339 int old; in sem_post() local
|
/bionic/libc/kernel/arch-x86/asm/ |
D | atomic_32.h | 27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
/bionic/libc/kernel/common/linux/ |
D | uinput.h | 23 struct ff_effect old; member
|
D | cpumask.h | 56 #define cpu_remap(oldbit, old, new) __cpu_remap((oldbit), &(old), &(new), NR_CPUS) argument 57 #define cpus_remap(dst, src, old, new) __cpus_remap(&(dst), &(src), &(old), &(new), NR_CPUS) argument
|
D | nodemask.h | 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES) argument 58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODE… argument
|
/bionic/libc/netbsd/isc/ |
D | ev_streams.c | 152 evStream *old = id.opaque; in evCancelRW() local
|