/hardware/ti/wlan/wl1271/CUDK/os/common/inc/ |
cu_ostypes.h | 7 typedef void VOID,*PVOID; 16 typedef PVOID THandle;
|
cu_osapi.h | 79 PVOID os_MemoryCAlloc(U32 Number, U32 Size); 80 PVOID os_MemoryAlloc(U32 Size); 81 VOID os_MemoryFree(PVOID pMemPtr); 82 PVOID os_memset(PVOID s, U8 c, U32 n); 83 PVOID os_memcpy(PVOID dest, const PVOID src, U32 n); 84 S32 os_memcmp(const PVOID s1, const PVOID s2, S32 n) [all...] |
/hardware/ti/wlan/wl1271/CUDK/os/linux/inc/ |
ipc_sta.h | 40 S32 IPC_STA_Private_Send(THandle hIpcSta, U32 ioctl_cmd, PVOID bufIn, U32 sizeIn, PVOID bufOut, U32 sizeOut); 41 S32 IPC_STA_Wext_Send(THandle hIpcSta, U32 wext_request_id, PVOID p_iwreq_data, U32 len);
|
/external/chromium/base/win/ |
pe_image.h | 31 PVOID section_start, DWORD section_size, 32 PVOID cookie); 40 DWORD hint, LPCSTR name, PVOID function, 41 LPCSTR forward, PVOID cookie); 49 PIMAGE_THUNK_DATA iat, PVOID cookie); 57 PIMAGE_THUNK_DATA iat, PVOID cookie); 70 PVOID cookie); 76 PVOID address, PVOID cookie); 112 PVOID GetImageDirectoryEntryAddr(UINT directory) const [all...] |
pe_image_unittest.cc | 19 PVOID function, 21 PVOID cookie) { 34 PVOID cookie) { 43 PVOID section_start, 45 PVOID cookie) { 54 PVOID address, 55 PVOID cookie) { 66 PVOID cookie) { 80 PVOID cookie) {
|
pe_image.cc | 24 PVOID cookie; 49 PIMAGE_THUNK_DATA iat, PVOID cookie) { 62 PIMAGE_THUNK_DATA unload_iat, PVOID cookie) { 106 PVOID PEImage::GetImageDirectoryEntryAddr(UINT directory) const { 113 PIMAGE_SECTION_HEADER PEImage::GetImageSectionFromAddr(PVOID address) const { 239 bool PEImage::EnumSections(EnumSectionsFunction callback, PVOID cookie) const { 245 PVOID section_start = RVAToAddr(section->VirtualAddress); 255 bool PEImage::EnumExports(EnumExportsFunction callback, PVOID cookie) const { 256 PVOID directory = GetImageDirectoryEntryAddr(IMAGE_DIRECTORY_ENTRY_EXPORT); 275 PVOID func = RVAToAddr(functions[count]) [all...] |
/external/chromium/base/ |
atomicops_internals_x86_msvc.h | 98 COMPILE_ASSERT(sizeof(Atomic64) == sizeof(PVOID), atomic_word_is_atomic); 103 PVOID result = InterlockedCompareExchangePointer( 104 reinterpret_cast<volatile PVOID*>(ptr), 105 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); 111 PVOID result = InterlockedExchangePointer( 112 reinterpret_cast<volatile PVOID*>(ptr), 113 reinterpret_cast<PVOID>(new_value));
|
/hardware/ti/omap3/dspbridge/inc/ |
memry.h | 80 * PVOID pointer returned is a valid memory location. 82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type); 99 extern bool MEMRY_BindMem(PVOID pVA, PVOID pPA, ULONG ulBytes); 115 * PVOID pointer returned is a valid memory location. 117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type); 130 extern VOID MEMRY_Free(IN PVOID pMemBuf); 145 extern bool MEMRY_FreeVM(PVOID pVirtualAddr); 166 extern DSPAPIDLL PVOID WINAPI MEMRY_PageLock(PVOID pBuffer [all...] |
wcdioctl.h | 178 PVOID *ppRsvAddr; 184 PVOID pRsvAddr; 189 PVOID pMpuAddr; 191 PVOID pReqAddr; 192 PVOID *ppMapAddr; 199 PVOID pMapAddr; 204 PVOID pMpuAddr; 215 PVOID pMpuAddr; 386 OUT PVOID *ppBufVA; 391 PVOID pBufPA [all...] |
strmdefs.h | 46 PVOID pVirtBase; /* Process virtual base address of mapped SM */ 54 PVOID pVirtBase; /* " " Stream'process virt base */
|
mem.h | 99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type); 145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes, 168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type); 197 extern VOID MEM_FlushCache(PVOID pMemBuf, ULONG cBytes,INT FlushType); 213 extern VOID MEM_Free(IN PVOID pMemBuf); 232 extern VOID MEM_VFree(IN PVOID pMemBuf); 251 extern VOID MEM_FreePhysMem(PVOID pVirtualAddress, 286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes); 340 extern PVOID MEM_LinearAddress(IN PVOID pPhyAddr, IN ULONG cBytes) [all...] |
DSPProcessor.h | 157 PVOID pMpuAddr, 178 PVOID pMpuAddr, 262 PVOID pMpuAddr, 264 PVOID pReqAddr, 265 PVOID * ppMapAddr, ULONG ulMapAttr); 313 PVOID * ppRsvAddr); 335 PVOID pMapAddr); 357 PVOID pRsvAddr);
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
memry.h | 80 * PVOID pointer returned is a valid memory location. 82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type); 99 extern bool MEMRY_BindMem(PVOID pVA, PVOID pPA, ULONG ulBytes); 115 * PVOID pointer returned is a valid memory location. 117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type); 130 extern VOID MEMRY_Free(IN PVOID pMemBuf); 145 extern bool MEMRY_FreeVM(PVOID pVirtualAddr); 166 extern DSPAPIDLL PVOID WINAPI MEMRY_PageLock(PVOID pBuffer [all...] |
wcdioctl.h | 178 PVOID *ppRsvAddr; 184 PVOID pRsvAddr; 189 PVOID pMpuAddr; 191 PVOID pReqAddr; 192 PVOID *ppMapAddr; 199 PVOID pMapAddr; 204 PVOID pMpuAddr; 215 PVOID pMpuAddr; 386 OUT PVOID *ppBufVA; 391 PVOID pBufPA [all...] |
strmdefs.h | 47 PVOID pVirtBase; /* Process virtual base address of mapped SM */ 55 PVOID pVirtBase; /* " " Stream'process virt base */
|
mem.h | 99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type); 145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes, 168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type); 197 extern VOID MEM_FlushCache(PVOID pMemBuf, ULONG cBytes,INT FlushType); 213 extern VOID MEM_Free(IN PVOID pMemBuf); 232 extern VOID MEM_VFree(IN PVOID pMemBuf); 251 extern VOID MEM_FreePhysMem(PVOID pVirtualAddress, 286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes); 340 extern PVOID MEM_LinearAddress(IN PVOID pPhyAddr, IN ULONG cBytes) [all...] |
DSPProcessor.h | 157 PVOID pMpuAddr, 178 PVOID pMpuAddr, 262 PVOID pMpuAddr, 264 PVOID pReqAddr, 265 PVOID * ppMapAddr, ULONG ulMapAttr); 313 PVOID * ppRsvAddr); 335 PVOID pMapAddr); 357 PVOID pRsvAddr);
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/ |
cu_common.h | 60 S32 CuCommon_SetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len); 61 S32 CuCommon_GetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len); 62 S32 CuCommon_GetSetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len); 64 S32 CuCommon_Start_Scan(THandle hCuCommon, PVOID scanParams, U32 sizeOfScanParams); 78 S32 CuCommon_PrintDriverDebug(THandle hCuCommon, PVOID pParams, U32 param_size);
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
osapi.c | 212 PVOID os_MemoryCAlloc(U32 Number, U32 Size) 227 PVOID os_MemoryAlloc(U32 Size) 246 VOID os_MemoryFree(PVOID pMemPtr) 260 PVOID os_memset(PVOID s, U8 c, U32 n) 274 PVOID os_memcpy(PVOID dest, const PVOID src, U32 n) 288 S32 os_memcmp(const PVOID s1, const PVOID s2, S32 n [all...] |
/external/v8/src/ |
atomicops_internals_x86_msvc.h | 121 STATIC_ASSERT(sizeof(Atomic64) == sizeof(PVOID)); 126 PVOID result = InterlockedCompareExchangePointer( 127 reinterpret_cast<volatile PVOID*>(ptr), 128 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); 134 PVOID result = InterlockedExchangePointer( 135 reinterpret_cast<volatile PVOID*>(ptr), 136 reinterpret_cast<PVOID>(new_value));
|
/external/stlport/test/unit/ |
config_test.cpp | 98 void* pvoid = operator new (huge_amount); local 101 CPPUNIT_ASSERT( pvoid != 0 ); 104 operator delete(pvoid);
|
/ndk/tests/device/test-gnustl-full/unit/ |
config_test.cpp | 98 void* pvoid = operator new (huge_amount); local 101 CPPUNIT_ASSERT( pvoid != 0 ); 104 operator delete(pvoid);
|
/ndk/tests/device/test-stlport/unit/ |
config_test.cpp | 98 void* pvoid = operator new (huge_amount); local 101 CPPUNIT_ASSERT( pvoid != 0 ); 104 operator delete(pvoid);
|
/sdk/find_java/ |
utils.cpp | 156 PVOID disableWow64FsRedirection() {
159 // PVOID oldWow64Value;
164 PVOID oldWow64Value = 0;
170 typedef BOOL (WINAPI *disableWow64FuncType)(PVOID *);
182 void revertWow64FsRedirection(PVOID oldWow64Value) {
193 typedef BOOL (WINAPI *revertWow64FuncType)(PVOID);
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
cu_common.c | 172 S32 CuCommon_SetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len) 186 S32 CuCommon_GetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len) 200 S32 CuCommon_GetSetBuffer(THandle hCuCommon, U32 PrivateIoctlId, PVOID pBuffer, U32 len) 291 (PVOID)data, 293 (PVOID)data, 381 S32 CuCommon_PrintDriverDebug(THandle hCuCommon, PVOID pParams, U32 param_size)
|