Searched refs:atomic_fetch_or (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 129 #define atomic_fetch_or(object, operand) \ macro 144 #define atomic_fetch_or(object, operand) \ macro 161 atomic_fetch_or(object, operand)
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 143 #define atomic_fetch_or(object, operand) \ macro 147 atomic_fetch_or(object, operand)
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 132 static inline intptr_t atomic_fetch_or(intptr_t *object, intptr_t operand) in atomic_fetch_or() function 166 atomic_fetch_or(object, operand)
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 156 atomic_fetch_or(object, operand)
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 177 atomic_fetch_or(object, operand)
|
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 386 #define atomic_fetch_or(object, operand) \ macro
|
/third_party/node/deps/v8/src/codegen/ |
D | external-reference.cc | 1198 return std::atomic_fetch_or(reinterpret_cast<std::atomic<int64_t>*>(address), in atomic_pair_or()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 49915 atomic_fetch_or(__atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_or() function 49920 atomic_fetch_or(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_or() function
|