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

  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 32 DiagnosticEngine::ArgumentKind getArgKind(unsigned int pIdx) const {
33 assert(pIdx < getNumArgs() && "Argument index is out of range!");
34 return (DiagnosticEngine::ArgumentKind)m_Engine.state().ArgumentKinds[pIdx];
37 const std::string& getArgStdStr(unsigned int pIdx) const {
38 assert(getArgKind(pIdx) == DiagnosticEngine::ak_std_string &&
40 return m_Engine.state().ArgumentStrs[pIdx];
43 const char* getArgCStr(unsigned int pIdx) const {
44 assert(getArgKind(pIdx) == DiagnosticEngine::ak_c_string &&
46 return reinterpret_cast<const char*>(m_Engine.state().ArgumentVals[pIdx]);
49 int getArgSInt(unsigned int pIdx) const
    [all...]
LDContext.h 52 const LDSection* getSection(unsigned int pIdx) const;
53 LDSection* getSection(unsigned int pIdx);
63 const LDSymbol* getSymbol(unsigned int pIdx) const;
64 LDSymbol* getSymbol(unsigned int pIdx);
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 28 LDSection* LDContext::getSection(unsigned int pIdx) {
29 if (pIdx >= m_SectionTable.size())
31 return m_SectionTable[pIdx];
34 const LDSection* LDContext::getSection(unsigned int pIdx) const {
35 if (pIdx >= m_SectionTable.size())
37 return m_SectionTable[pIdx];
67 LDSymbol* LDContext::getSymbol(unsigned int pIdx) {
68 if (pIdx >= m_SymTab.size())
70 return m_SymTab[pIdx];
73 const LDSymbol* LDContext::getSymbol(unsigned int pIdx) const
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTriStrip.cpp 72 const unsigned int *pIdx; // three indices for the tri
146 if((pIdx[0] == pw0 && pIdx[1] == pw1))
148 if((pIdx[1] == pw0 && pIdx[2] == pw1))
150 if((pIdx[2] == pw0 && pIdx[0] == pw1))
329 m_pTri[i].pIdx = &pui32TriList[3 * i];
337 b0 = TryLinkEdge(m_pTri[i], m_pTri[j], 0, m_pTri[i].pIdx[1], m_pTri[i].pIdx[0])
    [all...]
PVRTModelPOD.h 651 @param[out] pIdx Four bytes containing matrix indices for vertex (0..255) (D3D: use UBYTE4)
660 char * const pIdx,
    [all...]
PVRTModelPOD.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 169 milliseconds