Searched refs:pInt (Results 1 - 3 of 3) sorted by relevance

/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/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 1354 milliseconds