Home
last modified time | relevance | path

Searched defs:atomic_fetch_sub (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h126 #define atomic_fetch_sub(object, operand) \ macro
141 #define atomic_fetch_sub(object, operand) \ macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h137 #define atomic_fetch_sub(object, operand) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h129 #define atomic_fetch_sub(object, operand) \ macro
/third_party/elfutils/lib/
Dstdatomic-fbsd.h388 #define atomic_fetch_sub(object, operand) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49895 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_sub() function
49900 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept in atomic_fetch_sub() function
49971 atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d) noexcept in atomic_fetch_sub() function
49976 atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d) noexcept in atomic_fetch_sub() function