Home
last modified time | relevance | path

Searched defs:ref_count (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/glib/gio/
Dgdbusintrospection.h46 gint ref_count; /* (atomic) */ member
66 gint ref_count; /* (atomic) */ member
87 gint ref_count; /* (atomic) */ member
108 gint ref_count; /* (atomic) */ member
129 gint ref_count; /* (atomic) */ member
152 gint ref_count; /* (atomic) */ member
175 gint ref_count; /* (atomic) */ member
Dgwin32file-sync-stream.h31 ULONG ref_count; member
Dgsettingsschema-internal.h42 gint ref_count; member
/third_party/mindspore/mindspore/lite/src/train/
Dstatic_allocator.h26 int SetRefCount(void *ptr, int ref_count) override { return 0; } in SetRefCount()
27 int DecRefCount(void *ptr, int ref_count) override { return 0; } in DecRefCount()
28 int IncRefCount(void *ptr, int ref_count) override { return 0; } in IncRefCount()
/third_party/mindspore/mindspore/lite/src/runtime/
Dinner_allocator.cc116 int ref_count = std::atomic_load(&membuf->ref_count_); in RefCount() local
123 int DefaultAllocator::SetRefCount(void *buf, int ref_count) { in SetRefCount()
138 int DefaultAllocator::IncRefCount(void *buf, int ref_count) { in IncRefCount()
153 int DefaultAllocator::DecRefCount(void *buf, int ref_count) { in DecRefCount()
/third_party/mindspore/mindspore/core/ir/
Ddevice_sync.h52 void set_ref_count(size_t ref_count) { ref_count_ = ref_count; } in set_ref_count()
53 size_t ref_count() const { return ref_count_; } in ref_count() function
/third_party/glib/glib/
Dgrcboxprivate.h27 grefcount ref_count; member
41 gatomicrefcount ref_count; member
Dgthreadprivate.h33 gint ref_count; member
/third_party/mindspore/tests/ut/cpp/pre_activate/mem_reuse/
Dkernel_ref_test.cc44 int ref_count = 3; in TEST_F() local
57 int ref_count = kernel_ref_count_ptr->ref_count_; in TEST_F() local
/third_party/mindspore/mindspore/lite/src/
Dtensor.h150 virtual int ref_count() const { return ref_count_; } in ref_count() function
154 virtual void set_ref_count(int ref_count) { in set_ref_count()
158 void set_init_ref_count(int ref_count) { this->init_ref_count_ = ref_count; } in set_init_ref_count()
Dtensorlist.h112 void set_ref_count(int ref_count) override { in set_ref_count()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-selector.h78 glong ref_count ; member
Dcr-stylesheet.h91 gulong ref_count ; member
Dcr-cascade.c53 guint ref_count; member
Dcr-declaration.h76 glong ref_count ; member
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_allocator.cc307 int ref_count = std::atomic_load(&mem_buf->ref_count_); in RefCount() local
314 int OpenCLAllocator::SetRefCount(void *buf, int ref_count) { in SetRefCount()
329 int OpenCLAllocator::IncRefCount(void *buf, int ref_count) { in IncRefCount()
344 int OpenCLAllocator::DecRefCount(void *buf, int ref_count) { in DecRefCount()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdecoder.h46 gint ref_count; member
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h84 gint ref_count; /* ATOMIC */ member
102 gint ref_count; /* ATOMIC */ member
110 guint ref_count; /* ATOMIC */ member
172 gint ref_count; /* ATOMIC */ member
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.h35 int ref_count; member
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcolorconvert.c120 gint *ref_count = user_data; in _frame_unref() local
129 gint ref_count = 0; in check_conversion() local
/third_party/boost/boost/statechart/detail/
Dcounted_base.hpp51 long ref_count() const in ref_count() function in boost::statechart::detail::counted_base
/third_party/libsoup/libsoup/
Dsoup-socket-private.h68 guint ref_count; member
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/
DSDL_syshaptic.h50 int ref_count; /* Count for multiple opens */ member
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintersurface.h34 gint ref_count; member
/third_party/e2fsprogs/e2fsck/
Dpass4.c94 __u64 ref_count; in check_ea_inode() local

1234567