Home
last modified time | relevance | path

Searched defs:atomic_fetch_or (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h129 #define atomic_fetch_or(object, operand) \ macro
144 #define atomic_fetch_or(object, operand) \ macro
/third_party/musl/src/internal/
Dstdatomic_impl.h94 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
/third_party/musl/porting/linux/user/src/internal/
Dstdatomic_impl.h94 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h143 #define atomic_fetch_or(object, operand) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h132 static inline intptr_t atomic_fetch_or(intptr_t *object, intptr_t operand) in atomic_fetch_or() function
/third_party/elfutils/lib/
Dstdatomic-fbsd.h386 #define atomic_fetch_or(object, operand) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49915 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