Searched defs:new (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | atomics_x86.c | 63 int __atomic_cmpxchg(int old, int new, volatile int* addr) { in __atomic_cmpxchg() 77 int __atomic_swap(int new, volatile int* addr) { in __atomic_swap()
|
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
|
/bionic/libc/kernel/arch-x86/asm/ |
D | atomic_32.h | 27 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) argument
|
/bionic/libc/netbsd/isc/ |
D | ev_streams.c | 65 evStream *new; in evWrite() local 99 evStream *new; in evRead() local
|
/bionic/libc/inet/ |
D | inet_pton.c | 86 u_int new = *tp * 10 + (pch - digits); in inet_pton4() local
|
/bionic/libc/kernel/arch-sh/asm/ |
D | atomic.h | 40 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
|
/bionic/libc/kernel/common/linux/ |
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/stdio/ |
D | vfprintf.c | 1197 unsigned char *new = (unsigned char *)mmap(NULL, in __grow_type_table() local
|