Home
last modified time | relevance | path

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

123

/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiplusInit.h24 typedef unsigned long ULONG_PTR, *PULONG_PTR; //johnson add here. typedef
44 typedef Status (WINAPI *NotificationHookProc)(OUT ULONG_PTR *token);
45 typedef VOID (WINAPI *NotificationUnhookProc)(ULONG_PTR token);
95 OUT ULONG_PTR *token,
102 extern "C" VOID WINAPI GdiplusShutdown(ULONG_PTR token);
/external/chromium_org/net/http/
Dmock_sspi_library_win.cc30 phCredential->dwLower = phCredential->dwUpper = ((ULONG_PTR) ((INT_PTR)0)); in AcquireCredentialsHandle()
56 phNewContext->dwLower = phNewContext->dwUpper = ((ULONG_PTR) ((INT_PTR)0)); in InitializeSecurityContext()
75 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0))); in FreeCredentialsHandle()
76 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0))); in FreeCredentialsHandle()
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0))); in DeleteSecurityContext()
83 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0))); in DeleteSecurityContext()
/external/chromium_org/sandbox/win/wow_helper/
Dservice64_resolver.cc286 if (reinterpret_cast<ULONG_PTR>(full_remote_thunk) > in PerformPatch()
287 static_cast<ULONG_PTR>(ULONG_MAX)) in PerformPatch()
290 if (reinterpret_cast<ULONG_PTR>(target_) > static_cast<ULONG_PTR>(ULONG_MAX)) in PerformPatch()
296 ULONG_PTR diff = reinterpret_cast<BYTE*>(&full_remote_thunk->internal_thunk) - in PerformPatch()
318 ULONG_PTR patch_info = reinterpret_cast<ULONG_PTR>(remote_thunk); in PerformPatch()
Dtarget_code.h30 PatchInfo* patch_info, HANDLE process, PVOID* base, ULONG_PTR zero_bits,
Dtarget_code.cc11 PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits, in TargetNtMapViewOfSection()
Dwow_helper.cc82 void* thunk = reinterpret_cast<void*>(static_cast<ULONG_PTR>(buffer)); in wWinMain()
/external/chromium_org/base/message_loop/
Dmessage_pump_win.cc444 reinterpret_cast<ULONG_PTR>(this), in ScheduleWork()
464 ULONG_PTR key = HandlerToKey(handler, true); in RegisterIOHandler()
474 ULONG_PTR key = HandlerToKey(handler, false); in RegisterJobObject()
575 ULONG_PTR key = NULL; in GetIOItem()
632 ULONG_PTR MessagePumpForIO::HandlerToKey(IOHandler* handler, in HandlerToKey()
634 ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler); in HandlerToKey()
649 ULONG_PTR key, in KeyToHandler()
652 return reinterpret_cast<IOHandler*>(key & ~static_cast<ULONG_PTR>(1)); in KeyToHandler()
Dmessage_pump_win.h340 static ULONG_PTR HandlerToKey(IOHandler* handler, bool has_valid_io_context);
343 static IOHandler* KeyToHandler(ULONG_PTR key, bool* has_valid_io_context);
/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_org/chrome_elf/blacklist/
Dblacklist_interceptions.h23 ULONG_PTR zero_bits,
36 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
Dblacklist_interceptions.cc177 ULONG_PTR zero_bits, in BlNtMapViewOfSectionImpl()
246 ULONG_PTR zero_bits, in BlNtMapViewOfSection()
268 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, in BlNtMapViewOfSection64()
/external/chromium_org/sandbox/win/src/
Dresolver_64.cc36 ULONG_PTR interceptor_function;
57 thunk->interceptor_function = reinterpret_cast<ULONG_PTR>(interceptor); in SetInternalThunk()
Dfilesystem_policy.h52 ULONG_PTR* io_information);
68 ULONG_PTR* io_information);
Dprocess_thread_policy.cc116 static_cast<ULONG_PTR>(client_info.process_id)); in OpenThreadAction()
118 reinterpret_cast<PVOID>(static_cast<ULONG_PTR>(thread_id)); in OpenThreadAction()
151 static_cast<ULONG_PTR>(client_info.process_id)); in OpenProcessAction()
Dtarget_interceptions.h20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
Dtarget_interceptions.cc20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, in TargetNtMapViewOfSection()
/external/netperf/
Dnetlib.h585 #define ULONG_PTR unsigned long macro
589 (char *)(( (ULONG_PTR)(BufPtr) + \
590 (ULONG_PTR) (Align) -1) & \
591 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
/external/chromium_org/tools/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/chromium_org/chrome/browser/hang_monitor/
Dhung_plugin_action.cc114 reinterpret_cast<ULONG_PTR>(this)); in OnHungWindowDetected()
202 ULONG_PTR data, in HungWindowResponseCallback()
Dhung_plugin_action.h34 ULONG_PTR data,
/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_org/third_party/webrtc/system_wrappers/source/
Dset_thread_name_win.h101 (ULONG_PTR*)&info); in SetThreadName()
/external/webrtc/src/system_wrappers/source/
Dset_thread_name_win.h36 (ULONG_PTR*)&info); in SetThreadName()
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
Dlist_ports_windows.py10 from serial.win32 import ULONG_PTR, is_64bit
68 ('Reserved', ULONG_PTR),
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dpthread_cancel.c50 ptw32_cancel_callback (ULONG_PTR unused) in ptw32_cancel_callback()

123