Home
last modified time | relevance | path

Searched refs:ULONG_PTR (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/Parser/
DMicrosoftExtensions.c9 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/
Dwin32.py23 ULONG_PTR = c_int64 variable
26 ULONG_PTR = c_ulong variable
237 ('Internal', ULONG_PTR),
238 ('InternalHigh', ULONG_PTR),
/external/webrtc/webrtc/base/
Dplatform_thread.cc69 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/
Dnetlib.h706 #define ULONG_PTR unsigned long macro
710 (char *)(( (ULONG_PTR)(BufPtr) + \
711 (ULONG_PTR) (Align) -1) & \
712 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
Dnetcpu_looper.c148 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()
Dnetlib.c1200 (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/
Devent_iocp.c45 #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/
Dnull-deref-ps.c257 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/
Dlist_ports_windows.py10 from serial.win32 import ULONG_PTR, is_64bit
68 ('Reserved', ULONG_PTR),
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc581 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/
Dudp_socket2_manager_win.cc347 (ULONG_PTR)(s), 0); in AddSocketPrv()
578 (ULONG_PTR*)&pSocket, &pOverlapped, 200); in Process()
/external/libmicrohttpd/src/platform/
Dw32functions.c699 …RaiseException(VC_SETNAME_EXC, 0, sizeof(thread_info) / sizeof(ULONG_PTR), (ULONG_PTR*)&thread_inf… in W32_SetThreadName()
/external/libchrome/sandbox/win/src/
Dcrosscall_params.h55 ULONG_PTR ulong_ptr;
Dnt_internals.h89 ULONG_PTR Information;
229 IN ULONG_PTR ZeroBits,
488 IN ULONG_PTR ZeroBits,
/external/libchrome/sandbox/win/tools/finder/
Dntundoc.h151 ULONG_PTR Information;
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DDynamicLibrary.inc47 ULONG_PTR ModuleBase,
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc99 { EXCEPTION_WRITE_FAULT, reinterpret_cast<ULONG_PTR>(this) } in WriteDump()
/external/fio/engines/
Dwindowsaio.c371 ULONG_PTR ulKey = 0; in IoCompletionRoutine()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c203 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/
Dconfig-ix.cmake369 extern \"C\" void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h84 #define SSRVOPT_RESET ((ULONG_PTR)-1)
1255 #define RVA_TO_ADDR(Mapping,Rva) ((PVOID)(((ULONG_PTR) (Mapping)) + (Rva)))
/external/ImageMagick/coders/
Demf.c693 ULONG_PTR in ReadEMFImage()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c1066 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/
Dconfigure.ac1323 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));]],
/external/swiftshader/third_party/LLVM/
Dconfigure17384 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));