HomeSort by relevance Sort by last modified time
    Searched refs:xchg (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_clang.h 77 typename T::Type xchg,
81 Type prev = __sync_val_compare_and_swap(&a->val_dont_use, cmpv, xchg);
91 typename T::Type xchg,
93 return atomic_compare_exchange_strong(a, cmp, xchg, mo);
sanitizer_atomic_msvc.h 151 xchg [eax], cl // NOLINT local
164 xchg [eax], cx // NOLINT local
193 uptr xchg,
197 (void*volatile*)&a->val_dont_use, (void*)xchg, (void*)cmpv);
206 u16 xchg,
210 (volatile short*)&a->val_dont_use, (short)xchg, (short)cmpv);
219 u32 xchg,
223 (volatile long*)&a->val_dont_use, (long)xchg, (long)cmpv);
232 u64 xchg,
236 (volatile long long*)&a->val_dont_use, (long long)xchg, (long long)cmpv)
    [all...]
  /external/valgrind/none/tests/amd64/
xacq_xrel.stdout.exp 18 result for 'xchg' is 5555555555555555
19 result for 'xchg-no-lock' is 5555555555555555
  /development/ndk/platforms/android-9/arch-mips/include/asm/
system.h 37 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 28 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
system.h 37 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
system.h 37 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
system.h 37 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
system.h 37 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
system.h 37 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
system.h 37 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
system.h 37 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
atomic_32.h 31 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new)))
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
system.h 37 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro

Completed in 933 milliseconds

1 2 3 4 5