/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
atomic_fetch_xor.pass.cpp | 16 // atomic_fetch_xor(volatile atomic<Integral>* obj, Integral op); 20 // atomic_fetch_xor(atomic<Integral>* obj, Integral op); 35 assert(std::atomic_fetch_xor(&t, T(2)) == T(1)); 42 assert(std::atomic_fetch_xor(&t, T(2)) == T(3));
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/ |
atomic_fetch_xor.pass.cpp | 14 // atomic_fetch_xor(volatile atomic<Integral>* obj, Integral op); 18 // atomic_fetch_xor(atomic<Integral>* obj, Integral op); 32 assert(std::atomic_fetch_xor(&t, T(2)) == T(1)); 39 assert(std::atomic_fetch_xor(&t, T(2)) == T(3));
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
atomic_fetch_xor.pass.cpp | 16 // atomic_fetch_xor(volatile atomic<Integral>* obj, Integral op); 20 // atomic_fetch_xor(atomic<Integral>* obj, Integral op); 35 assert(std::atomic_fetch_xor(&t, T(2)) == T(1)); 42 assert(std::atomic_fetch_xor(&t, T(2)) == T(3));
|
/bionic/tests/ |
stdatomic_test.cpp | 171 TEST(stdatomic, atomic_fetch_xor) { 173 ASSERT_EQ(0x100, atomic_fetch_xor(&i, 0x120));
|
/external/clang/lib/Headers/ |
stdatomic.h | 155 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) macro
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/ |
stdatomic.h | 221 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/ |
stdatomic.h | 221 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/ |
stdatomic.h | 221 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/ |
stdatomic.h | 221 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/ |
stdatomic.h | 221 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/ |
stdatomic.h | 221 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/ |
stdatomic.h | 221 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/ |
stdatomic.h | 221 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
|
/prebuilts/sdk/renderscript/clang-include/ |
stdatomic.h | 155 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) macro
|
/bionic/libc/include/ |
stdatomic.h | 79 using std::atomic_fetch_xor; 492 #define atomic_fetch_xor(object, operand) \
|
/development/ndk/platforms/android-21/include/ |
stdatomic.h | 82 using std::atomic_fetch_xor; 522 #define atomic_fetch_xor(object, operand) \
|
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/ |
stdatomic.h | 88 using std::atomic_fetch_xor; 528 #define atomic_fetch_xor(object, operand) \
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
stdatomic.h | 79 using std::atomic_fetch_xor; 492 #define atomic_fetch_xor(object, operand) \
|
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/ |
stdatomic.h | 79 using std::atomic_fetch_xor; 492 #define atomic_fetch_xor(object, operand) \
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
stdatomic.h | 79 using std::atomic_fetch_xor; 492 #define atomic_fetch_xor(object, operand) \
|
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/ |
stdatomic.h | 79 using std::atomic_fetch_xor; 492 #define atomic_fetch_xor(object, operand) \
|
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/ |
stdatomic.h | 79 using std::atomic_fetch_xor; 492 #define atomic_fetch_xor(object, operand) \
|
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/ |
stdatomic.h | 79 using std::atomic_fetch_xor; 492 #define atomic_fetch_xor(object, operand) \
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
stdatomic.h | 79 using std::atomic_fetch_xor; 492 #define atomic_fetch_xor(object, operand) \
|
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/ |
stdatomic.h | 88 using std::atomic_fetch_xor; 528 #define atomic_fetch_xor(object, operand) \
|