Home
last modified time | relevance | path

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

/external/chromium/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/clang/test/Parser/
DMicrosoftExtensions.c10 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR; typedef
14 …return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p ); // expected-warning {{unknown attribute… in PtrToPtr64()
18 …return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p ); // expected-warning {{unknown attribute… in PtrToPtr32()
/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)
Dnetlib.c937 (LPVOID)(ULONG_PTR)time, in start_timer()
1274 temp_link->buffer_ptr = (char *)(( (ULONG_PTR)(temp_link->buffer_base) + in allocate_buffer_ring()
1275 (ULONG_PTR)alignment - 1) & in allocate_buffer_ring()
1276 ~((ULONG_PTR)alignment - 1)); in allocate_buffer_ring()
1464 (((ULONG_PTR)temp_link->buffer_base + (ULONG_PTR)alignment - 1) & in allocate_exs_buffer_ring()
1465 ~((ULONG_PTR)alignment - 1)); in allocate_exs_buffer_ring()
2040 ULONG_PTR AffinityMask; in bind_to_specific_processor()
2041 ULONG_PTR ProcessAffinityMask; in bind_to_specific_processor()
2042 ULONG_PTR SystemAffinityMask; in bind_to_specific_processor()
2061 AffinityMask = (ULONG_PTR)1 << mapped_affinity; in bind_to_specific_processor()
Dnetcpu_looper.c148 if (!SetThreadAffinityMask(GetCurrentThread(), (ULONG_PTR)1 << (child_num % lib_num_loc_cpus))) { in bind_to_processor()
398 (LPVOID)(ULONG_PTR)i, in start_looper_processes()
/external/chromium/chrome/browser/hang_monitor/
Dhung_plugin_action.cc63 reinterpret_cast<ULONG_PTR>(this)); in OnHungWindowDetected()
148 ULONG_PTR data, in HungWindowResponseCallback()
Dhung_plugin_action.h33 ULONG_PTR data,
/external/chromium/base/
Dmessage_pump_win.cc421 reinterpret_cast<ULONG_PTR>(this), in ScheduleWork()
435 ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler); in RegisterIOHandler()
527 ULONG_PTR key = NULL; in GetIOItem()
/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/chrome/browser/ui/views/tab_contents/
Drender_view_context_menu_views.cc59 mi.dwMenuData = reinterpret_cast<ULONG_PTR>(this); in PlatformInit()
/external/webkit/Source/JavaScriptCore/wtf/
DThreadingWin.cpp134 …RaiseException(MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(ULONG_PTR), reinterpret_cast<ULONG_PTR*>(&i… in initializeCurrentThreadInternal()
/external/chromium/chrome/browser/first_run/
Dupgrade_util_win.cc41 ULONG_PTR phandle = NULL; in InvokeGoogleUpdateForRename()
/external/chromium/chrome/browser/
Dplatform_util_win.cc154 if (reinterpret_cast<ULONG_PTR>(ShellExecuteA(NULL, "open", in OpenExternal()
/external/llvm/lib/Support/Windows/
DDynamicLibrary.inc47 ULONG_PTR ModuleBase,
/external/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp556 msg.lParam = static_cast<ULONG_PTR>(JSValueToNumber(context, arguments[2], exception)); in dispatchMessageCallback()
/external/llvm/cmake/
Dconfig-ix.cmake381 extern \"C\" void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
/external/llvm/projects/sample/autoconf/
Dconfigure.ac1242 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));]],
/external/llvm/autoconf/
Dconfigure.ac1382 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));]],
/external/llvm/projects/sample/
Dconfigure19077 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
/external/llvm/
Dconfigure19498 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));