Home
last modified time | relevance | path

Searched refs:atomic_dec (Results 1 – 10 of 10) sorted by relevance

/third_party/libdrm/
Dxf86atomic.h51 # 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/
Datomic.hpp69 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/
Datomic.hpp69 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/
Datomic.h50 #define atomic_dec(v) LOS_AtomicDec(v) macro
/third_party/libdrm/radeon/
Dradeon_cs_gem.c450atomic_dec((atomic_t *)radeon_gem_get_reloc_in_cs((struct radeon_bo*)csg->relocs_bo[i]), cs->id); in cs_gem_emit()
482atomic_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/
Dbo_tests.c313 atomic_dec(&find_bo_handle->refcount, 1); in amdgpu_bo_find_by_cpu_mapping()
/third_party/alsa-lib/src/pcm/
Dpcm_meter.c39 #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/
Dstandalone_HTML.manifest118 boost/compute/atomic_dec.html
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DDSInstructions.td820 defm : DSAtomicRetPat_mc<DS_DEC_RTN_U32, i32, "atomic_dec">;
838 defm : DSAtomicRetPat_mc<DS_DEC_RTN_U64, i64, "atomic_dec">;
DSIInstrInfo.td655 defm atomic_dec : SIAtomicM0Glue2 <"DEC", 1>;