Home
last modified time | relevance | path

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

/third_party/elfutils/lib/
Dstdatomic-fbsd.h281 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
306 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
355 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h152 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h173 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h140 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h162 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h157 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49837 atomic_fetch_sub_explicit(__atomic_base<_ITp>* __a, _ITp __i, in atomic_fetch_sub_explicit() function
49843 atomic_fetch_sub_explicit(volatile __atomic_base<_ITp>* __a, _ITp __i, in atomic_fetch_sub_explicit() function
49959 atomic_fetch_sub_explicit(volatile atomic<_ITp*>* __a, in atomic_fetch_sub_explicit() function
49965 atomic_fetch_sub_explicit(atomic<_ITp*>* __a, ptrdiff_t __d, in atomic_fetch_sub_explicit() function