/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 9 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR; typedef 12 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p ); in PtrToPtr64() 16 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p ); in PtrToPtr32()
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | win32.py | 23 ULONG_PTR = c_int64 variable 26 ULONG_PTR = c_ulong variable 237 ('Internal', ULONG_PTR), 238 ('InternalHigh', ULONG_PTR),
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 69 reinterpret_cast<ULONG_PTR*>(&threadname_info)); in SetCurrentThreadName() 81 void CALLBACK RaiseFlag(ULONG_PTR param) { in RaiseFlag() 167 QueueUserAPC(&RaiseFlag, thread_, reinterpret_cast<ULONG_PTR>(&stop_)); in PlatformThread()
|
/external/netperf/src/ |
D | netlib.h | 706 #define ULONG_PTR unsigned long macro 710 (char *)(( (ULONG_PTR)(BufPtr) + \ 711 (ULONG_PTR) (Align) -1) & \ 712 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
|
D | netcpu_looper.c | 148 if (!SetThreadAffinityMask(GetCurrentThread(), (ULONG_PTR)1 << (child_num % lib_num_loc_cpus))) { in bind_to_processor() 398 (LPVOID)(ULONG_PTR)i, in start_looper_processes()
|
D | netlib.c | 1200 (LPVOID)(ULONG_PTR)time, in start_timer() 1589 temp_link->buffer_ptr = (char *)(( (ULONG_PTR)(temp_link->buffer_base) + in allocate_buffer_ring() 1590 (ULONG_PTR)alignment - 1) & in allocate_buffer_ring() 1591 ~((ULONG_PTR)alignment - 1)); in allocate_buffer_ring() 1781 (((ULONG_PTR)temp_link->buffer_base + (ULONG_PTR)alignment - 1) & in allocate_exs_buffer_ring() 1782 ~((ULONG_PTR)alignment - 1)); in allocate_exs_buffer_ring() 2374 ULONG_PTR AffinityMask; in bind_to_specific_processor() 2375 ULONG_PTR ProcessAffinityMask; in bind_to_specific_processor() 2376 ULONG_PTR SystemAffinityMask; in bind_to_specific_processor() 2395 AffinityMask = (ULONG_PTR)1 << mapped_affinity; in bind_to_specific_processor()
|
/external/libevent/ |
D | event_iocp.c | 45 #define NOTIFICATION_KEY ((ULONG_PTR)-1) 55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry() 74 ULONG_PTR key=0; in loop()
|
/external/clang/test/Analysis/ |
D | null-deref-ps.c | 257 typedef unsigned long ULONG_PTR, *PULONG_PTR; typedef 258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
D | list_ports_windows.py | 10 from serial.win32 import ULONG_PTR, is_64bit 68 ('Reserved', ULONG_PTR),
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 581 reinterpret_cast<ULONG_PTR>(&assertion.expression); in HandleInvalidParameter() 583 reinterpret_cast<ULONG_PTR>(&assertion.file); in HandleInvalidParameter() 661 reinterpret_cast<ULONG_PTR>(&assertion.expression); in HandlePureVirtualCall() 663 reinterpret_cast<ULONG_PTR>(&assertion.file); in HandlePureVirtualCall()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.cc | 347 (ULONG_PTR)(s), 0); in AddSocketPrv() 578 (ULONG_PTR*)&pSocket, &pOverlapped, 200); in Process()
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 699 …RaiseException(VC_SETNAME_EXC, 0, sizeof(thread_info) / sizeof(ULONG_PTR), (ULONG_PTR*)&thread_inf… in W32_SetThreadName()
|
/external/libchrome/sandbox/win/src/ |
D | crosscall_params.h | 55 ULONG_PTR ulong_ptr;
|
D | nt_internals.h | 89 ULONG_PTR Information; 229 IN ULONG_PTR ZeroBits, 488 IN ULONG_PTR ZeroBits,
|
/external/libchrome/sandbox/win/tools/finder/ |
D | ntundoc.h | 151 ULONG_PTR Information;
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | DynamicLibrary.inc | 47 ULONG_PTR ModuleBase,
|
/external/google-breakpad/src/client/windows/unittests/ |
D | minidump_test.cc | 99 { EXCEPTION_WRITE_FAULT, reinterpret_cast<ULONG_PTR>(this) } in WriteDump()
|
/external/fio/engines/ |
D | windowsaio.c | 371 ULONG_PTR ulKey = 0; in IoCompletionRoutine()
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 203 typedef ULONG_PTR HCRYPTPROV; // WinCrypt.h, line 249 227 static HCRYPTPROV g_hProvider = ( ULONG_PTR ) NULL; 534 g_hProvider = ( ULONG_PTR ) NULL; in mDNSPlatformClose() 1153 QueueUserAPC( ( PAPCFUNC ) TCPFreeSocket, sock->m->p->mainThread, ( ULONG_PTR ) sock ); in mDNSPlatformTCPCloseConnection() 1506 QueueUserAPC( ( PAPCFUNC ) UDPFreeSocket, sock->m->p->mainThread, ( ULONG_PTR ) sock ); in mDNSPlatformUDPClose() 2706 QueueUserAPC( ( PAPCFUNC ) FreeInterface, inMDNS->p->mainThread, ( ULONG_PTR ) ifd ); in TearDownInterfaceList() 2897 QueueUserAPC( ( PAPCFUNC ) FreeInterface, inMDNS->p->mainThread, ( ULONG_PTR ) inIFD ); in TearDownInterface()
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 369 extern \"C\" void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 84 #define SSRVOPT_RESET ((ULONG_PTR)-1) 1255 #define RVA_TO_ADDR(Mapping,Rva) ((PVOID)(((ULONG_PTR) (Mapping)) + (Rva)))
|
/external/ImageMagick/coders/ |
D | emf.c | 693 ULONG_PTR in ReadEMFImage()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 1066 QueueUserAPC( ( PAPCFUNC ) HandlePowerSuspend, gMDNSRecord.p->mainThread, ( ULONG_PTR ) NULL ); in ServiceControlHandler() 1072 …QueueUserAPC( ( PAPCFUNC ) HandlePowerResumeSuspend, gMDNSRecord.p->mainThread, ( ULONG_PTR ) NULL… in ServiceControlHandler()
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | configure.ac | 1323 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));]],
|
/external/swiftshader/third_party/LLVM/ |
D | configure | 17384 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
|