Home
last modified time | relevance | path

Searched refs:pInt (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/flags/
DSkCommandLineFlags.h318 static bool CreateIntFlag(const char* name, int32_t* pInt, in CreateIntFlag() argument
321 info->fIntValue = pInt; in CreateIntFlag()
326 static bool CreateIntFlag(const char* name, const char* shortName, int32_t* pInt, in CreateIntFlag() argument
329 info->fIntValue = pInt; in CreateIntFlag()
/external/opencv/cvaux/include/
Dcvvidsurv.hpp71 int* pInt; member
166 NewParam(name)->pInt=pAddr; in AddParam()
233 if(p->pInt) return p->pInt[0]; in GetParam()
251 if(p->pInt)p->pInt[0] = cvRound(val); in SetParam()
/external/sqlite/dist/
Dsqlite3.c18226 int *pInt; in sqlite3MemsysGetHeader() local
18234 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
18236 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
18318 int *pInt; in sqlite3MemMalloc() local
18360 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
18361 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
18362 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
18363 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
18364 p = (void*)pInt; in sqlite3MemMalloc()
/external/sqlite/dist/orig/
Dsqlite3.c18226 int *pInt; in sqlite3MemsysGetHeader() local
18234 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
18236 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
18318 int *pInt; in sqlite3MemMalloc() local
18360 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
18361 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
18362 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
18363 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
18364 p = (void*)pInt; in sqlite3MemMalloc()