Home
last modified time | relevance | path

Searched refs:atomic_fetch_xor (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h132 #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/
Dstdatomic.h149 #define atomic_fetch_xor(object, operand) \ macro
153 atomic_fetch_xor(object, operand)
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h141 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/ffmpeg/compat/atomics/dummy/
Dstdatomic.h159 atomic_fetch_xor(object, operand)
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h180 atomic_fetch_xor(object, operand)
/third_party/elfutils/lib/
Dstdatomic-fbsd.h390 #define atomic_fetch_xor(object, operand) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49925 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