Searched defs:pS (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Dvolatile.c7 int* pS; variable
49 i=*pS;
50 // CHECK: [[PS_VAL:%[a-zA-Z0-9_.]+]] = load i32*, i32** @pS
124 *pS=i;
126 // CHECK: [[PS_VAL:%[a-zA-Z0-9_.]+]] = load i32*, i32** @pS
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTModelPOD.cpp1696 @Output pS SPODScene data. May be NULL.
1706 PowerVR plugin. pS may be NULL if only the export options
1710 SPODScene * const pS,
1740 if(pS)
1742 if(!ReadScene(*pS, src))
1798 if(!pS)
1805 if(!(pS->nFlags & PVRTMODELPODSF_FIXED))
1809 if(pS->nFlags & PVRTMODELPODSF_FIXED)
1822 @Output pS CPVRTModelPOD data. May not be NULL.
1829 in pS
1709 Read( SPODScene * const pS, CSource &src, char * const pszExpOpt, const size_t count, char * const pszHistory, const size_t historyCount) argument
1831 ReadFromSourceStream( CPVRTModelPOD * const pS, CSourceStream &src, char * const pszExpOpt, const size_t count, char * const pszHistory, const size_t historyCount) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c98004 Stat4Sample *pS = p->a + p->iGet; local
118106 Select *pS = 0; /* Select the column is extracted from */ local
118197 Select *pS = pExpr->x.pSelect; local
129880 exprSelectUsage(WhereMaskSet *pMaskSet, Select *pS) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c98004 Stat4Sample *pS = p->a + p->iGet; local
118106 Select *pS = 0; /* Select the column is extracted from */ local
118197 Select *pS = pExpr->x.pSelect; local
129880 exprSelectUsage(WhereMaskSet *pMaskSet, Select *pS) argument
[all...]

Completed in 597 milliseconds