/third_party/elfutils/lib/ |
D | dynamicsizehash_concurrent.c | 319 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker() 333 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker() 341 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker() 460 atomic_fetch_sub_explicit(&htab->filled, 1, memory_order_relaxed); in INSERT()
|
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 389 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
|
/third_party/ffmpeg/libavutil/ |
D | buffer.c | 119 if (atomic_fetch_sub_explicit(&b->refcount, 1, memory_order_acq_rel) == 1) { in buffer_replace() 321 if (atomic_fetch_sub_explicit(&pool->refcount, 1, memory_order_acq_rel) == 1) in av_buffer_pool_uninit() 338 if (atomic_fetch_sub_explicit(&pool->refcount, 1, memory_order_acq_rel) == 1) in pool_release_buffer()
|
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/atomicSub/ |
D | 15bfc9.wgsl.expected.msl | 9 uint res = atomic_fetch_sub_explicit(&((*(tint_symbol)).arg_0), 1u, memory_order_relaxed);
|
D | 051100.wgsl.expected.msl | 9 int res = atomic_fetch_sub_explicit(&((*(tint_symbol)).arg_0), 1, memory_order_relaxed);
|
D | 0d26c2.wgsl.expected.msl | 5 uint res = atomic_fetch_sub_explicit(tint_symbol, 1u, memory_order_relaxed);
|
D | 77883a.wgsl.expected.msl | 5 int res = atomic_fetch_sub_explicit(tint_symbol, 1, memory_order_relaxed);
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/comp/ |
D | atomic-decrement.asm.comp | 24 … uint _29 = atomic_fetch_sub_explicit((device atomic_uint*)&u0_counter.c, 1, memory_order_relaxed);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/comp/ |
D | atomic-decrement.asm.comp | 24 … uint _29 = atomic_fetch_sub_explicit((device atomic_uint*)&u0_counter.c, 1, memory_order_relaxed);
|
/third_party/openssl/ohos_lite/include/internal/ |
D | refcount.h | 50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | refcount.h | 50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
|
/third_party/openssl/include/internal/ |
D | refcount.h | 50 *ret = atomic_fetch_sub_explicit(val, 1, memory_order_relaxed) - 1; in CRYPTO_DOWN_REF()
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 152 #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/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 173 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_common.h | 225 return atomic_fetch_sub_explicit(&ref->count, val, memory_order_release); in vn_refcount_fetch_sub_release()
|
/third_party/ffmpeg/libavformat/ |
D | fifo.c | 188 …atomic_fetch_sub_explicit(&fifo->queue_duration, next_duration(avf, pkt, &ctx->last_received_dts),… in fifo_thread_write_packet()
|
/third_party/ffmpeg/libavcodec/ |
D | v4l2_buffers.c | 219 atomic_fetch_sub_explicit(&s->refcount, 1, memory_order_acq_rel); in v4l2_free_buffer()
|
/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 49896 { return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); } in atomic_fetch_sub() 49901 { return atomic_fetch_sub_explicit(__a, __i, memory_order_seq_cst); } in atomic_fetch_sub() 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
|