Searched refs:atomic_dec (Results 1 – 10 of 10) sorted by relevance
/third_party/libdrm/ |
D | xf86atomic.h | 51 # define atomic_dec(x, v) ((void) __sync_sub_and_fetch(&(x)->atomic, (v))) macro 71 # define atomic_dec(x, v) ((void) AO_fetch_and_add_full(&(x)->atomic, -(v))) macro 96 # define atomic_dec(x, v) (atomic_add_int(&(x)->atomic, -(v))) macro
|
/third_party/boost/boost/compute/functional/ |
D | atomic.hpp | 69 class atomic_dec : public function<T (T*)> class 72 atomic_dec() in atomic_dec() function in boost::compute::atomic_dec
|
/third_party/boost/libs/compute/include/boost/compute/functional/ |
D | atomic.hpp | 69 class atomic_dec : public function<T (T*)> class 72 atomic_dec() in atomic_dec() function in boost::compute::atomic_dec
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/ |
D | atomic.h | 50 #define atomic_dec(v) LOS_AtomicDec(v) macro
|
/third_party/libdrm/radeon/ |
D | radeon_cs_gem.c | 450 … atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id); in cs_gem_emit() 482 … atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id); in cs_gem_erase()
|
/third_party/libdrm/tests/amdgpu/ |
D | bo_tests.c | 313 atomic_dec(&find_bo_handle->refcount, 1); in amdgpu_bo_find_by_cpu_mapping()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_meter.c | 39 #define atomic_dec(ptr) __atomic_sub_fetch(ptr, 1, __ATOMIC_SEQ_CST) macro 143 atomic_dec(&meter->reset); in snd_pcm_meter_update_scope() 236 atomic_dec(&meter->reset); in snd_pcm_meter_thread()
|
/third_party/boost/libs/compute/doc/html/ |
D | standalone_HTML.manifest | 118 boost/compute/atomic_dec.html
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | DSInstructions.td | 820 defm : DSAtomicRetPat_mc<DS_DEC_RTN_U32, i32, "atomic_dec">; 838 defm : DSAtomicRetPat_mc<DS_DEC_RTN_U64, i64, "atomic_dec">;
|
D | SIInstrInfo.td | 655 defm atomic_dec : SIAtomicM0Glue2 <"DEC", 1>;
|