Searched defs:pInt (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dfx_basic_util.cpp67 int* pInt = static_cast<int*>(pData); local
68 *pInt = value;
/external/skia/tools/flags/
H A DSkCommandLineFlags.h318 static bool CreateIntFlag(const char* name, int32_t* pInt, argument
321 info->fIntValue = pInt;
326 static bool CreateIntFlag(const char* name, const char* shortName, int32_t* pInt, argument
329 info->fIntValue = pInt;
/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.c21156 int *pInt; local
21164 pInt = (int*)pAllocation;
21166 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
21248 int *pInt; local
21290 pInt = (int*)&pHdr[1];
21291 pInt[nReserve/sizeof(int)] = REARGUARD;
21292 randomFill((char*)pInt, nByte);
21293 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
21294 p = (void*)pInt;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c21156 int *pInt; local
21164 pInt = (int*)pAllocation;
21166 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
21248 int *pInt; local
21290 pInt = (int*)&pHdr[1];
21291 pInt[nReserve/sizeof(int)] = REARGUARD;
21292 randomFill((char*)pInt, nByte);
21293 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
21294 p = (void*)pInt;
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3206 milliseconds