Home
last modified time | relevance | path

Searched refs:TVector (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DCommon.h67 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {
70 TVector() : std::vector<T, pool_allocator<T> >() {} in TVector() function
71 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} in TVector() function
72 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} in TVector() function
DAnalyzeCallDepth.h50 TVector<FunctionNode*> callees;
DValidateLimitations.h26 typedef TVector<TLoopInfo> TLoopStack;
Dintermediate.h533 typedef TVector<TIntermNode*> TIntermSequence;
534 typedef TVector<int> TQualifierList;
742 TVector<TIntermNode *> mPath;
DTypes.h64 typedef TVector<TField *> TFieldList;
DSymbolTable.h186 typedef TVector<TParameter> TParamList;
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c489 struct TVector { struct
493 typedef struct TVector TVector; argument
514 TVector * relocatedExport; in SetupSectionBaseAddresses()
520 TVector originalOffsets; in SetupSectionBaseAddresses()
530 relocatedExport = (TVector *) fragToFix->initRoutine; in SetupSectionBaseAddresses()
586 BlockMoveData(unpackedDataSection + initOffset, &originalOffsets, sizeof(TVector)); in SetupSectionBaseAddresses()
595 sizeof(TVector), in SetupSectionBaseAddresses()