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/pdfium/core/fxcrt/
Dfx_basic_util.cpp67 int* pInt = static_cast<int*>(pData); in FX_atonum() local
68 *pInt = value; in FX_atonum()
/external/sqlite/dist/orig/
Dsqlite3.c21160 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/
Dsqlite3.c21160 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()