/third_party/node/deps/v8/src/base/ |
H A D | win32-headers.h | 61 typedef unsigned __int64 ULONG_PTR, *PULONG_PTR; typedef 63 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR; // NOLINT(runtime/int) typedef 92 ULONG_PTR SpinCount;
|
/third_party/lzma/C/ |
H A D | 7zWindows.h | 53 typedef unsigned long ULONG_PTR, *PULONG_PTR;
typedef 54 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
|
/third_party/lame/ACM/ddk/ |
H A D | msacmdrv.h | 37 typedef unsigned long ULONG_PTR, *PULONG_PTR; typedef 41 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | unwinding-info-win64.cc | 34 _In_ ULONG_PTR RangeBase, 35 _In_ ULONG_PTR RangeEnd 527 DWORD MaximumEntryCount, ULONG_PTR RangeBase, in AddGrowableFunctionTable() 528 ULONG_PTR RangeEnd) { in AddGrowableFunctionTable()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_event_win32.h | 55 ULONG_PTR Information;
|
H A D | ares_event_win32.c | 190 PostQueuedCompletionStatus(ew->iocp_handle, 0, (ULONG_PTR)event->data, NULL); in ares_iocpevent_signal() 473 (ULONG_PTR)ed, 0) == NULL) { in ares_evsys_win32_event_add()
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 699 RaiseException(VC_SETNAME_EXC, 0, sizeof(thread_info) / sizeof(ULONG_PTR), (ULONG_PTR*)&thread_info); in W32_SetThreadName()
|
/third_party/python/Modules/clinic/ |
H A D | overlapped.c.h | 17 ULONG_PTR CompletionKey, 26 ULONG_PTR CompletionKey; in _overlapped_CreateIoCompletionPort() 85 ULONG_PTR CompletionKey, 94 ULONG_PTR CompletionKey; in _overlapped_PostQueuedCompletionStatus()
|
/third_party/libuv/src/win/ |
H A D | req-inl.h | 32 (req)->u.io.overlapped.Internal = (ULONG_PTR) (status)
|
H A D | tcp.c | 98 (ULONG_PTR)socket, in uv__tcp_set_socket() 420 req->u.io.overlapped.hEvent = (HANDLE) ((ULONG_PTR) req->event_handle | 1); in uv__tcp_queue_accept() 485 req->u.io.overlapped.hEvent = (HANDLE) ((ULONG_PTR) req->event_handle | 1); in uv__tcp_queue_read() 899 req->u.io.overlapped.hEvent = (HANDLE) ((ULONG_PTR) req->event_handle | 1); in uv__tcp_write()
|
H A D | poll.c | 225 (ULONG_PTR) sock, in uv__fast_poll_create_peer_socket()
|
H A D | fs-event.c | 282 (ULONG_PTR)handle, in uv_fs_event_start()
|
H A D | core.c | 431 ULONG_PTR key; in uv__poll_wine()
|
/third_party/node/deps/uv/src/win/ |
H A D | req-inl.h | 32 (req)->u.io.overlapped.Internal = (ULONG_PTR) (status)
|
H A D | tcp.c | 106 (ULONG_PTR)socket, in uv__tcp_set_socket() 430 req->u.io.overlapped.hEvent = (HANDLE) ((ULONG_PTR) req->event_handle | 1); in uv__tcp_queue_accept() 512 req->u.io.overlapped.hEvent = (HANDLE) ((ULONG_PTR) req->event_handle | 1); in uv__tcp_queue_read() 929 req->u.io.overlapped.hEvent = (HANDLE) ((ULONG_PTR) req->event_handle | 1); in uv__tcp_write()
|
H A D | core.c | 428 ULONG_PTR key; in uv__poll_wine()
|
H A D | fs-event.c | 295 (ULONG_PTR)handle, in uv_fs_event_start()
|
H A D | poll.c | 223 (ULONG_PTR) sock, in uv__fast_poll_create_peer_socket()
|
/third_party/ninja/src/ |
H A D | subprocess-win32.cc | 54 if (!CreateIoCompletionPort(pipe_, ioport, (ULONG_PTR)this, 0)) in SetupPipe()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 69 DWORD Win32CountSetBits(ULONG_PTR bitMask) { in Win32CountSetBits()
|
/third_party/python/Modules/ |
H A D | overlapped.c | 44 type = 'ULONG_PTR' 215 key as CompletionKey: ULONG_PTR 225 ULONG_PTR CompletionKey, in _overlapped_CreateIoCompletionPort_impl() 260 ULONG_PTR CompletionKey = 0; in _overlapped_GetQueuedCompletionStatus_impl() 286 key as CompletionKey: ULONG_PTR 297 ULONG_PTR CompletionKey, in _overlapped_PostQueuedCompletionStatus_impl()
|
/third_party/libuv/include/uv/ |
H A D | win.h | 385 ULONG_PTR result; /* overlapped.Internal is reused to hold the result */\
|
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 79 #define IS_INTRESOURCE(_r) (((ULONG_PTR)(_r) >> 16) == 0)
|
/third_party/node/deps/uv/include/uv/ |
H A D | win.h | 382 ULONG_PTR result; /* overlapped.Internal is reused to hold the result */\
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | poll-win32.c | 138 ULONG_PTR Information;
|