Home
last modified time | relevance | path

Searched refs:ref_counter (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/util/
Dpointer.hpp43 class ref_counter { class
45 ref_counter(unsigned value = 1) : _ref_count(value) {} in ref_counter() function in clover::ref_counter
73 ref_holder(ref_counter &o) : p(&o) { in ref_holder()
108 ref_counter *p;
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprogram.hpp35 class program : public ref_counter, public _cl_program {
90 ref_counter _kernel_ref_counter;
Dsampler.hpp30 class sampler : public ref_counter, public _cl_sampler {
Dcontext.hpp34 class context : public ref_counter, public _cl_context {
Dqueue.hpp39 class command_queue : public ref_counter, public _cl_command_queue {
Ddevice.hpp43 class device : public ref_counter, public _cl_device_id {
Devent.hpp53 class event : public ref_counter, public _cl_event {
Dmemory.hpp36 class memory_obj : public ref_counter, public _cl_mem {
Dkernel.hpp37 class kernel : public ref_counter, public _cl_kernel {
/third_party/libxml2/
Ddict.c117 int ref_counter; member
589 dict->ref_counter = 1; in xmlDictCreate()
653 dict->ref_counter++; in xmlDictReference()
817 dict->ref_counter--; in xmlDictFree()
818 if (dict->ref_counter > 0) { in xmlDictFree()
/third_party/gettext/gnulib-local/lib/libxml/
Ddict.c127 int ref_counter; member
592 dict->ref_counter = 1; in xmlDictCreate()
656 dict->ref_counter++; in xmlDictReference()
820 dict->ref_counter--; in xmlDictFree()
821 if (dict->ref_counter > 0) { in xmlDictFree()
/third_party/chromium/patch/
D0001-cve.patch100950 dict->ref_counter++;
100962 dict->ref_counter--;
100963 if (dict->ref_counter > 0) {