/external/python/cpython2/PC/ |
D | dl_nt.c | 34 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/ |
D | dl_nt.c | 42 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/ |
D | iocp_windows.cc | 61 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/ |
D | dynload_win.c | 15 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/ |
D | Unwind-seh.cpp | 127 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/ |
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/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/python/cpython3/Python/ |
D | dynload_win.c | 17 extern ULONG_PTR _Py_ActivateActCtx(); 18 void _Py_DeactivateActCtx(ULONG_PTR cookie); 209 ULONG_PTR cookie = 0;
|
/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/libevent/ |
D | event_iocp.c | 46 #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/ |
D | os.cpp | 68 RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR), (ULONG_PTR*)&info); in LegacySetThreadName()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 84 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR), 85 (ULONG_PTR *)&info);
|
/external/chromium-trace/catapult/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/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | DynamicLibrary.inc | 47 ULONG_PTR ModuleBase,
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 149 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/ |
D | sg_pt_win32.h | 37 ULONG_PTR DataBufferOffset; /* was ULONG; problem in 64 bit */
|
/external/google-breakpad/src/client/windows/unittests/ |
D | minidump_test.cc | 99 { EXCEPTION_WRITE_FAULT, reinterpret_cast<ULONG_PTR>(this) } in WriteDump()
|
/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/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 329 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows()
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 335 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows()
|
/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)))
|