HomeSort by relevance Sort by last modified time
    Searched refs:ULONG_PTR (Results 1 - 18 of 18) sorted by null

  /development/host/windows/usb/api/
adb_api_instance.cpp 30 ULONG_PTR adb_app_instance_id = 0;
adb_object_handle.cpp 34 ULONG_PTR next_adb_handle_value = 0;
  /external/chromium/net/http/
mock_sspi_library_win.cc 30 phCredential->dwLower = phCredential->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
56 phNewContext->dwLower = phNewContext->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
75 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
76 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
83 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
  /external/clang/test/Parser/
MicrosoftExtensions.c 10 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR;
14 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p ); // expected-warning {{unknown attribute '__ptr64' ignored}}
18 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p ); // expected-warning {{unknown attribute '__ptr32' ignored}}
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.h 33 ULONG_PTR data,
hung_plugin_action.cc 63 reinterpret_cast<ULONG_PTR>(this));
148 ULONG_PTR data,
  /external/chromium/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.cc 59 mi.dwMenuData = reinterpret_cast<ULONG_PTR>(this);
  /external/netperf/
netlib.h 585 #define ULONG_PTR unsigned long
589 (char *)(( (ULONG_PTR)(BufPtr) + \
590 (ULONG_PTR) (Align) -1) & \
591 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
netcpu_looper.c 148 if (!SetThreadAffinityMask(GetCurrentThread(), (ULONG_PTR)1 << (child_num % lib_num_loc_cpus))) {
399 (LPVOID)(ULONG_PTR)i,
netlib.c 945 (LPVOID)(ULONG_PTR)time,
    [all...]
  /external/clang/test/Analysis/
null-deref-ps.c 257 typedef unsigned long ULONG_PTR, *PULONG_PTR;
258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
  /external/chromium/base/
message_pump_win.cc 421 reinterpret_cast<ULONG_PTR>(this),
435 ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler);
527 ULONG_PTR key = NULL;
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 41 ULONG_PTR phandle = NULL;
  /external/chromium/chrome/browser/
platform_util_win.cc 154 if (reinterpret_cast<ULONG_PTR>(ShellExecuteA(NULL, "open",
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingWin.cpp 134 RaiseException(MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(ULONG_PTR), reinterpret_cast<ULONG_PTR*>(&info));
  /external/webkit/Tools/DumpRenderTree/win/
EventSender.cpp 556 msg.lParam = static_cast<ULONG_PTR>(JSValueToNumber(context, arguments[2], exception));
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 260 milliseconds