Searched refs:pInt (Results 1 – 4 of 4) sorted by relevance
/external/skia/tools/flags/ |
D | SkCommandLineFlags.h | 318 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/pdfium/core/fxcrt/ |
D | fx_basic_util.cpp | 67 int* pInt = static_cast<int*>(pData); in FX_atonum() local 68 *pInt = value; in FX_atonum()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 21160 int *pInt; in sqlite3MemsysGetHeader() local 21168 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader() 21170 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader() 21252 int *pInt; in sqlite3MemMalloc() local 21294 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc() 21295 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc() 21296 randomFill((char*)pInt, nByte); in sqlite3MemMalloc() 21297 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc() 21298 p = (void*)pInt; in sqlite3MemMalloc()
|
/external/sqlite/dist/ |
D | sqlite3.c | 21160 int *pInt; in sqlite3MemsysGetHeader() local 21168 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader() 21170 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader() 21252 int *pInt; in sqlite3MemMalloc() local 21294 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc() 21295 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc() 21296 randomFill((char*)pInt, nByte); in sqlite3MemMalloc() 21297 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc() 21298 p = (void*)pInt; in sqlite3MemMalloc()
|