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

1 2 3

  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.h 23 ULONG_PTR zero_bits,
36 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
blacklist_interceptions.cc 177 ULONG_PTR zero_bits,
246 ULONG_PTR zero_bits,
268 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
  /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_org/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->dwUpper == ((ULONG_PTR) ((INT_PTR) 0)));
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
83 EXPECT_TRUE(phContext->dwUpper == ((ULONG_PTR) ((INT_PTR) 0)));
  /external/chromium_org/sandbox/win/src/
resolver_64.cc 40 ULONG_PTR interceptor_function;
61 thunk->interceptor_function = reinterpret_cast<ULONG_PTR>(interceptor);
target_interceptions.h 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
filesystem_policy.h 52 ULONG_PTR* io_information);
68 ULONG_PTR* io_information);
target_interceptions.cc 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
process_thread_policy.cc 116 static_cast<ULONG_PTR>(client_info.process_id));
118 reinterpret_cast<PVOID>(static_cast<ULONG_PTR>(thread_id));
150 static_cast<ULONG_PTR>(client_info.process_id));
crosscall_params.h 56 ULONG_PTR ulong_ptr; member in union:sandbox::MultiType
  /external/chromium_org/sandbox/win/wow_helper/
target_code.h 30 PatchInfo* patch_info, HANDLE process, PVOID* base, ULONG_PTR zero_bits,
target_code.cc 11 PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
service64_resolver.cc 286 if (reinterpret_cast<ULONG_PTR>(full_remote_thunk) >
287 static_cast<ULONG_PTR>(ULONG_MAX))
290 if (reinterpret_cast<ULONG_PTR>(target_) > static_cast<ULONG_PTR>(ULONG_MAX))
296 ULONG_PTR diff = reinterpret_cast<BYTE*>(&full_remote_thunk->internal_thunk) -
318 ULONG_PTR patch_info = reinterpret_cast<ULONG_PTR>(remote_thunk);
wow_helper.cc 82 void* thunk = reinterpret_cast<void*>(static_cast<ULONG_PTR>(buffer));
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
set_thread_name_win.h 101 (ULONG_PTR*)&info);
  /external/clang/test/Parser/
MicrosoftExtensions.c 9 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR;
12 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p );
16 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p );
  /external/chromium_org/chrome/browser/hang_monitor/
hung_plugin_action.h 34 ULONG_PTR data,
hung_plugin_action.cc 113 reinterpret_cast<ULONG_PTR>(this));
177 ULONG_PTR data,
  /external/chromium_org/base/message_loop/
message_pump_win.cc 425 reinterpret_cast<ULONG_PTR>(this),
445 ULONG_PTR key = HandlerToKey(handler, true);
455 ULONG_PTR key = HandlerToKey(handler, false);
556 ULONG_PTR key = NULL;
613 ULONG_PTR MessagePumpForIO::HandlerToKey(IOHandler* handler,
615 ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler);
630 ULONG_PTR key,
633 return reinterpret_cast<IOHandler*>(key & ~static_cast<ULONG_PTR>(1));
message_pump_win.h 325 static ULONG_PTR HandlerToKey(IOHandler* handler, bool has_valid_io_context);
328 static IOHandler* KeyToHandler(ULONG_PTR key, bool* has_valid_io_context);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cancel.c 50 ptw32_cancel_callback (ULONG_PTR unused)
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
win32.py 18 # ULONG_PTR is a an ordinary number, not a pointer and contrary to the name it
23 ULONG_PTR = c_int64
26 ULONG_PTR = c_ulong
237 ('Internal', ULONG_PTR),
238 ('InternalHigh', ULONG_PTR),
320 'ULONG_PTR', 'CreateFile', 'NOPARITY', 'CloseHandle']
  /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)
  /external/clang/test/Analysis/
null-deref-ps.c 257 typedef unsigned long ULONG_PTR, *PULONG_PTR;
258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;

Completed in 943 milliseconds

1 2 3