/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/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/rust/crates/grpcio-sys/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/llvm-project/libunwind/src/ |
D | Unwind-seh.cpp | 116 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame) in _GCC_specific_handler() 144 exc->private_[1] = (ULONG_PTR)frame; in _GCC_specific_handler() 147 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame; in _GCC_specific_handler() 210 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exc; in __libunwind_seh_personality() 211 ms_exc.ExceptionInformation[1] = (ULONG_PTR)context; in __libunwind_seh_personality() 343 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object); in _Unwind_RaiseException() 384 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exception_object; in _Unwind_Resume()
|
/external/llvm-project/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/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/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ExceptionRecord.h | 67 const std::vector<ULONG_PTR>& GetExceptionArguments() const { return m_arguments; } in GetExceptionArguments() 75 std::vector<ULONG_PTR> m_arguments;
|
/external/webrtc/rtc_base/ |
D | platform_thread_types.cc | 103 ::RaiseException(0x406D1388, 0, sizeof(threadname_info) / sizeof(ULONG_PTR), in SetCurrentThreadName() 104 reinterpret_cast<ULONG_PTR*>(&threadname_info)); in SetCurrentThreadName()
|
D | task_queue_win.cc | 48 void CALLBACK InitializeQueueThread(ULONG_PTR param) { in InitializeQueueThread() 180 bool QueueAPC(PAPCFUNC apc_function, ULONG_PTR data) { in QueueAPC() 222 reinterpret_cast<ULONG_PTR>(&event))); in TaskQueueWin()
|
D | platform_thread.h | 74 bool QueueAPC(PAPCFUNC apc_function, ULONG_PTR data);
|
D | platform_thread.cc | 184 bool PlatformThread::QueueAPC(PAPCFUNC function, ULONG_PTR data) { in QueueAPC()
|
/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/libusb/libusb/os/ |
D | windows_common.c | 35 #define STATUS_SUCCESS ((ULONG_PTR)0UL) 302 overlapped->Internal = (ULONG_PTR)STATUS_SUCCESS; in windows_force_sync_completion() 303 overlapped->InternalHigh = (ULONG_PTR)size; in windows_force_sync_completion() 417 ULONG_PTR completion_key; in windows_iocp_thread() 433 if (completion_key != (ULONG_PTR)ctx) in windows_iocp_thread() 566 if (!PostQueuedCompletionStatus(priv->completion_port, 0, (ULONG_PTR)ctx, NULL)) in windows_exit()
|
/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/llvm-project/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/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 83 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR), 84 (ULONG_PTR *)&info);
|
/external/llvm-project/lldb/source/Host/windows/ |
D | HostThreadWindows.cpp | 20 void __stdcall ExitThreadProxy(ULONG_PTR dwExitCode) { in ExitThreadProxy()
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 584 reinterpret_cast<ULONG_PTR>(&assertion.expression); in HandleInvalidParameter() 586 reinterpret_cast<ULONG_PTR>(&assertion.file); in HandleInvalidParameter() 664 reinterpret_cast<ULONG_PTR>(&assertion.expression); in HandlePureVirtualCall() 666 reinterpret_cast<ULONG_PTR>(&assertion.file); in HandlePureVirtualCall()
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Threading.inc | 85 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR), 86 (ULONG_PTR *)&info);
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | sysinfo.cc | 69 DWORD Win32CountSetBits(ULONG_PTR bitMask) { in Win32CountSetBits()
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_pt_win32.h | 37 ULONG_PTR DataBufferOffset; /* was ULONG; problem in 64 bit */
|