HomeSort by relevance Sort by last modified time
    Searched refs:RefCount (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/mesa/main/
shaderobj.c 22 shader->RefCount = 1;
31 if (shader->RefCount > 1) {
mtypes.h 615 GLuint refcount; member in struct:gl_shine_tab
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 164 unsigned char RefCount; // Number of things using this.
167 BitCodeAbbrev() : RefCount(1) {}
169 void addRef() { ++RefCount; }
170 void dropRef() { if (--RefCount == 0) delete this; }
  /external/llvm/lib/CodeGen/
InterferenceCache.h 46 /// RefCount - The total number of Cursor instances referring to this Entry.
47 unsigned RefCount;
74 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0) {}
85 void addRef(int Delta) { RefCount += Delta; }
87 bool hasRefs() const { return RefCount > 0; }
145 // Update reference counts. Nothing happens when RefCount reaches 0, so
  /external/expat/amiga/
expat_lib.c 164 ++Self->Data.RefCount;
165 return Self->Data.RefCount;
171 --Self->Data.RefCount;
172 return Self->Data.RefCount;
expat_vectors.c 174 return ++Self->Data.RefCount;
179 return --Self->Data.RefCount;
  /external/clang/include/clang/Rewrite/
RewriteRope.h 32 unsigned RefCount;
36 if (this) ++RefCount;
40 if (this && --RefCount == 0)
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 117 // RefCount - Number of nodes pointing to this AliasSet plus the number of
119 unsigned RefCount : 28;
143 void addRef() { ++RefCount; }
145 assert(RefCount >= 1 && "Invalid reference count detected!");
146 if (--RefCount == 0)
225 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0),
  /external/llvm/lib/VMCore/
Attributes.cpp 123 sys::cas_flag RefCount;
134 RefCount = 0;
139 ++RefCount;
145 sys::cas_flag new_val = --RefCount;
  /external/clang/lib/Rewrite/
RewriteRope.cpp 782 Res->RefCount = 0;
791 if (AllocBuffer && --AllocBuffer->RefCount == 0)
796 AllocBuffer->RefCount = 0;
800 // Start out the new allocation with a refcount of 1, since we have an
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 91 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!");
417 AS.RefCount -= NumRefs;
418 if (AS.RefCount == 0)
551 OS << " AliasSet[" << (void*)this << ", " << RefCount << "] ";
  /external/mesa3d/src/pixelflinger2/
shader.cpp 147 assert(1 == shader->RefCount);
245 shader->RefCount++;
573 shader->RefCount--;
574 if (1 == shader->RefCount && shader->DeletePending)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 125 unsigned RefCount;
127 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
643 CPE->RefCount++;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 449 int RefCount() const { return ref_count_; }
vector-fst.h 654 if (impl_->RefCount() > 1) {
  /external/jdiff/
xerces.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 316 milliseconds