Searched defs:pInt (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommandLineFlags.h284 static bool CreateIntFlag(const char* name, int32_t* pInt, argument
287 info->fIntValue = pInt;
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem2.c154 int *pInt; local
162 pInt = (int*)pAllocation;
164 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
246 int *pInt; local
288 pInt = (int*)&pHdr[1];
289 pInt[nReserve/sizeof(int)] = REARGUARD;
290 randomFill((char*)pInt, nByte);
291 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
292 p = (void*)pInt;
/external/skia/tools/flags/
H A DSkCommandLineFlags.h280 static bool CreateIntFlag(const char* name, int32_t* pInt, argument
283 info->fIntValue = pInt;
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp71 int* pInt; member in struct:CvDefParam
166 NewParam(name)->pInt=pAddr;
233 if(p->pInt) return p->pInt[0];
251 if(p->pInt)p->pInt[0] = cvRound(val);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c14732 int *pInt; local
14740 pInt = (int*)pAllocation;
14742 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
14824 int *pInt; local
14866 pInt = (int*)&pHdr[1];
14867 pInt[nReserve/sizeof(int)] = REARGUARD;
14868 randomFill((char*)pInt, nByte);
14869 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
14870 p = (void*)pInt;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c16726 int *pInt; local
16734 pInt = (int*)pAllocation;
16736 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
16818 int *pInt; local
16860 pInt = (int*)&pHdr[1];
16861 pInt[nReserve/sizeof(int)] = REARGUARD;
16862 randomFill((char*)pInt, nByte);
16863 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
16864 p = (void*)pInt;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16726 int *pInt; local
16734 pInt = (int*)pAllocation;
16736 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
16818 int *pInt; local
16860 pInt = (int*)&pHdr[1];
16861 pInt[nReserve/sizeof(int)] = REARGUARD;
16862 randomFill((char*)pInt, nByte);
16863 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
16864 p = (void*)pInt;
[all...]

Completed in 801 milliseconds