/external/chromium/net/http/ |
D | mock_sspi_library_win.cc | 30 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/ |
D | MicrosoftExtensions.c | 10 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/ |
D | netlib.h | 585 #define ULONG_PTR unsigned long macro 589 (char *)(( (ULONG_PTR)(BufPtr) + \ 590 (ULONG_PTR) (Align) -1) & \ 591 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
|
D | netlib.c | 937 (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()
|
D | netcpu_looper.c | 148 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/ |
D | hung_plugin_action.cc | 63 reinterpret_cast<ULONG_PTR>(this)); in OnHungWindowDetected() 148 ULONG_PTR data, in HungWindowResponseCallback()
|
D | hung_plugin_action.h | 33 ULONG_PTR data,
|
/external/chromium/base/ |
D | message_pump_win.cc | 421 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/ |
D | null-deref-ps.c | 257 typedef unsigned long ULONG_PTR, *PULONG_PTR; typedef 258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | render_view_context_menu_views.cc | 59 mi.dwMenuData = reinterpret_cast<ULONG_PTR>(this); in PlatformInit()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ThreadingWin.cpp | 134 …RaiseException(MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(ULONG_PTR), reinterpret_cast<ULONG_PTR*>(&i… in initializeCurrentThreadInternal()
|
/external/chromium/chrome/browser/first_run/ |
D | upgrade_util_win.cc | 41 ULONG_PTR phandle = NULL; in InvokeGoogleUpdateForRename()
|
/external/chromium/chrome/browser/ |
D | platform_util_win.cc | 154 if (reinterpret_cast<ULONG_PTR>(ShellExecuteA(NULL, "open", in OpenExternal()
|
/external/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 47 ULONG_PTR ModuleBase,
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EventSender.cpp | 556 msg.lParam = static_cast<ULONG_PTR>(JSValueToNumber(context, arguments[2], exception)); in dispatchMessageCallback()
|
/external/llvm/cmake/ |
D | config-ix.cmake | 381 extern \"C\" void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
|
/external/llvm/projects/sample/autoconf/ |
D | configure.ac | 1242 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));]],
|
/external/llvm/autoconf/ |
D | configure.ac | 1382 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));]],
|
/external/llvm/projects/sample/ |
D | configure | 19077 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
|
/external/llvm/ |
D | configure | 19498 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
|