Home
last modified time | relevance | path

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

/external/skia/tools/flags/
DCommandLineFlags.h301 int* pInt, in CreateIntFlag() argument
305 info->fIntValue = pInt; in CreateIntFlag()
312 int* pInt, in CreateIntFlag() argument
316 info->fIntValue = pInt; in CreateIntFlag()
/external/skqp/tools/flags/
DSkCommandLineFlags.h355 static bool CreateIntFlag(const char* name, int32_t* pInt, in CreateIntFlag() argument
358 info->fIntValue = pInt; in CreateIntFlag()
363 static bool CreateIntFlag(const char* name, const char* shortName, int32_t* pInt, in CreateIntFlag() argument
366 info->fIntValue = pInt; in CreateIntFlag()
/external/sqlite/dist/
Dsqlite3.c23204 int *pInt; in sqlite3MemsysGetHeader() local
23212 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
23214 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
23296 int *pInt; in sqlite3MemMalloc() local
23338 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
23339 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
23340 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
23341 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
23342 p = (void*)pInt; in sqlite3MemMalloc()
200745 int *pInt = (int*)pArg;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c23204 int *pInt; in sqlite3MemsysGetHeader() local
23212 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
23214 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
23296 int *pInt; in sqlite3MemMalloc() local
23338 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
23339 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
23340 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
23341 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
23342 p = (void*)pInt; in sqlite3MemMalloc()
200717 int *pInt = (int*)pArg;
[all …]