Searched defs:old (Results 1 – 6 of 6) sorted by relevance
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | cmpxchg.h | 24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R100… argument 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr))… argument 26 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) argument 27 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, ) argument
|
/development/ndk/platforms/android-3/include/sys/ |
D | atomics.h | 50 __atomic_cmpxchg(int old, int _new, volatile int *ptr) in __atomic_cmpxchg()
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
/development/ndk/platforms/android-L/include/linux/ |
D | uinput.h | 30 struct ff_effect old; member
|
/development/ndk/platforms/android-3/include/linux/ |
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
|
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
|