Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dcontext.hpp33 struct _cl_context : public clover::ref_counter {
Dsampler.hpp33 struct _cl_sampler : public clover::ref_counter {
Dbase.hpp60 class ref_counter { class
62 ref_counter() : __ref_count(1) {} in ref_counter() function in clover::ref_counter
Dqueue.hpp37 struct _cl_command_queue : public clover::ref_counter {
Dprogram.hpp36 struct _cl_program : public clover::ref_counter {
Devent.hpp52 struct _cl_event : public clover::ref_counter {
Dmemory.hpp40 struct _cl_mem : public clover::ref_counter {
Dkernel.hpp39 struct _cl_kernel : public clover::ref_counter {
/external/libxml2/
Ddict.c116 int ref_counter; member
552 dict->ref_counter = 1; in xmlDictCreate()
616 dict->ref_counter++; in xmlDictReference()
780 dict->ref_counter--; in xmlDictFree()
781 if (dict->ref_counter > 0) { in xmlDictFree()