Searched refs:atomic_fetch_xor (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 132 #define atomic_fetch_xor(object, operand) \ macro 147 #define atomic_fetch_xor(object, operand) \ macro 164 atomic_fetch_xor(object, operand)
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 149 #define atomic_fetch_xor(object, operand) \ macro 153 atomic_fetch_xor(object, operand)
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 141 static inline intptr_t atomic_fetch_xor(intptr_t *object, intptr_t operand) in atomic_fetch_xor() function 169 atomic_fetch_xor(object, operand)
|
/third_party/musl/porting/linux/user/src/internal/ |
D | stdatomic_impl.h | 97 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) macro
|
/third_party/musl/src/internal/ |
D | stdatomic_impl.h | 97 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 159 atomic_fetch_xor(object, operand)
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 180 atomic_fetch_xor(object, operand)
|
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 390 #define atomic_fetch_xor(object, operand) \ macro
|
/third_party/node/deps/v8/src/codegen/ |
D | external-reference.cc | 1210 return std::atomic_fetch_xor(reinterpret_cast<std::atomic<int64_t>*>(address), in atomic_pair_xor()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 49925 atomic_fetch_xor(__atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_xor() function 49930 atomic_fetch_xor(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_xor() function
|