| /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/vndk/tools/header-checker/proto/ |
| D | abi_diff.proto | 8 optional abi_dump.RecordFieldDecl old = 1; field 14 optional abi_dump.EnumFieldDecl old = 1; field 20 optional abi_dump.CXXBaseSpecifier old = 1; field 26 optional abi_dump.VTableComponent old = 1; field 32 optional abi_dump.BasicNamedAndTypedDecl old = 1; field 51 optional abi_dump.BasicNamedAndTypedDecl old = 1; field 56 optional abi_dump.ParamDecl old = 1; field
|
| /development/ndk/platforms/android-9/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-21/include/linux/ |
| D | uinput.h | 30 struct ff_effect old; member
|
| /development/ndk/platforms/android-9/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
|
| /development/vndk/tools/header-checker/header-abi-diff/src/ |
| D | abi_diff_wrappers.cpp | 227 const BasicNamedAndTypedDecl &old, in DiffBasicNamedAndTypedDecl()
|