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

/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.h267 static bool CreateIntFlag(const char* name, int32_t* pInt, argument
270 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.c14747 int *pInt; local
14755 pInt = (int*)pAllocation;
14757 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
14839 int *pInt; local
14881 pInt = (int*)&pHdr[1];
14882 pInt[nReserve/sizeof(int)] = REARGUARD;
14883 randomFill((char*)pInt, nByte);
14884 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
14885 p = (void*)pInt;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c15611 int *pInt; local
15619 pInt = (int*)pAllocation;
15621 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
15703 int *pInt; local
15745 pInt = (int*)&pHdr[1];
15746 pInt[nReserve/sizeof(int)] = REARGUARD;
15747 randomFill((char*)pInt, nByte);
15748 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
15749 p = (void*)pInt;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15611 int *pInt; local
15619 pInt = (int*)pAllocation;
15621 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
15703 int *pInt; local
15745 pInt = (int*)&pHdr[1];
15746 pInt[nReserve/sizeof(int)] = REARGUARD;
15747 randomFill((char*)pInt, nByte);
15748 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
15749 p = (void*)pInt;
[all...]

Completed in 558 milliseconds