Home
last modified time | relevance | path

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

12

/external/python/cpython2/PC/
Ddl_nt.c34 typedef BOOL (WINAPI * PFN_ACTIVATEACTCTX)(HANDLE, ULONG_PTR *);
35 typedef BOOL (WINAPI * PFN_DEACTIVATEACTCTX)(DWORD, ULONG_PTR);
61 ULONG_PTR _Py_ActivateActCtx() in _Py_ActivateActCtx()
63 ULONG_PTR ret = 0; in _Py_ActivateActCtx()
72 void _Py_DeactivateActCtx(ULONG_PTR cookie) in _Py_DeactivateActCtx()
/external/python/cpython3/PC/
Ddl_nt.c42 typedef BOOL (WINAPI * PFN_ACTIVATEACTCTX)(HANDLE, ULONG_PTR *);
43 typedef BOOL (WINAPI * PFN_DEACTIVATEACTCTX)(DWORD, ULONG_PTR);
69 ULONG_PTR _Py_ActivateActCtx() in _Py_ActivateActCtx()
71 ULONG_PTR ret = 0; in _Py_ActivateActCtx()
80 void _Py_DeactivateActCtx(ULONG_PTR cookie) in _Py_DeactivateActCtx()
/external/grpc-grpc/src/core/lib/iomgr/
Diocp_windows.cc61 ULONG_PTR completion_key; in grpc_iocp_work()
76 if (completion_key == (ULONG_PTR)&g_iocp_kick_token) { in grpc_iocp_work()
108 CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, (ULONG_PTR)NULL, 0); in grpc_iocp_init()
116 success = PostQueuedCompletionStatus(g_iocp, 0, (ULONG_PTR)&g_iocp_kick_token, in grpc_iocp_kick()
/external/python/cpython2/Python/
Ddynload_win.c15 extern ULONG_PTR _Py_ActivateActCtx();
16 void _Py_DeactivateActCtx(ULONG_PTR cookie);
179 ULONG_PTR cookie = 0;
193 ULONG_PTR cookie = _Py_ActivateActCtx();
/external/libunwind_llvm/src/
DUnwind-seh.cpp127 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame) in _GCC_specific_handler()
155 exc->private_[1] = (ULONG_PTR)frame; in _GCC_specific_handler()
158 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame; in _GCC_specific_handler()
221 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exc; in __libunwind_seh_personality()
222 ms_exc.ExceptionInformation[1] = (ULONG_PTR)context; in __libunwind_seh_personality()
353 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object); in _Unwind_RaiseException()
394 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exception_object; in _Unwind_Resume()
/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/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/python/cpython3/Python/
Ddynload_win.c17 extern ULONG_PTR _Py_ActivateActCtx();
18 void _Py_DeactivateActCtx(ULONG_PTR cookie);
209 ULONG_PTR cookie = 0;
/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/libevent/
Devent_iocp.c46 #define NOTIFICATION_KEY ((ULONG_PTR)-1)
56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
75 ULONG_PTR key=0; in loop()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp68 RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR), (ULONG_PTR*)&info); in LegacySetThreadName()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DThreading.inc84 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
85 (ULONG_PTR *)&info);
/external/chromium-trace/catapult/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/swiftshader/third_party/LLVM/lib/Support/Windows/
DDynamicLibrary.inc47 ULONG_PTR ModuleBase,
/external/python/cpython3/Modules/
Doverlapped.c149 ULONG_PTR CompletionKey; in overlapped_CreateIoCompletionPort()
178 ULONG_PTR CompletionKey = 0; in overlapped_GetQueuedCompletionStatus()
214 ULONG_PTR CompletionKey; in overlapped_PostQueuedCompletionStatus()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_win32.h37 ULONG_PTR DataBufferOffset; /* was ULONG; problem in 64 bit */
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc99 { EXCEPTION_WRITE_FAULT, reinterpret_cast<ULONG_PTR>(this) } in WriteDump()
/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/libcxx/utils/google-benchmark/src/
Dsysinfo.cc329 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows()
/external/google-benchmark/src/
Dsysinfo.cc335 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows()
/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)))

12