Searched defs:atomic_fetch_sub_explicit (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/lib/ |
D | stdatomic-fbsd.h | 281 #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/ |
D | stdatomic.h | 152 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 173 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 140 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 162 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 157 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 49837 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
|