HomeSort by relevance Sort by last modified time
    Searched refs:ULONG_PTR (Results 1 - 8 of 8) 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/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/chromium/base/
message_pump_win.cc 416 reinterpret_cast<ULONG_PTR>(this),
430 ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler);
520 ULONG_PTR key = NULL;
  /external/webkit/JavaScriptCore/wtf/
ThreadingWin.cpp 130 RaiseException(MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(ULONG_PTR), reinterpret_cast<ULONG_PTR*>(&info));
  /external/webkit/WebKitTools/DumpRenderTree/win/
EventSender.cpp 550 msg.lParam = static_cast<ULONG_PTR>(JSValueToNumber(context, arguments[2], exception));

Completed in 86 milliseconds