HomeSort by relevance Sort by last modified time
    Searched refs:reinterpret_cast (Results 376 - 400 of 5105) sorted by null

<<11121314151617181920>>

  /external/chromium/base/
sha1_win.cc 32 if (!CryptHashData(hash, reinterpret_cast<CONST BYTE*>(str.data()),
41 reinterpret_cast<unsigned char*>(&hash_len),
51 reinterpret_cast<BYTE*>(WriteInto(&result, hash_len + 1)), &hash_len,
  /external/chromium/base/threading/
thread_local_storage_unittest.cc 55 int *ptr = reinterpret_cast<int*>(value);
64 slot.Set(reinterpret_cast<void*>(123));
65 int value = reinterpret_cast<intptr_t>(slot.Get());
  /external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.h 112 return reinterpret_cast<TaskManagerGtk*>(task_manager)->
119 return reinterpret_cast<TaskManagerGtk*>(task_manager)->
126 return reinterpret_cast<TaskManagerGtk*>(task_manager)->
133 return reinterpret_cast<TaskManagerGtk*>(task_manager)->
141 return reinterpret_cast<TaskManagerGtk*>(task_manager)->
148 return reinterpret_cast<TaskManagerGtk*>(task_manager)->
155 return reinterpret_cast<TaskManagerGtk*>(task_manager)->
162 return reinterpret_cast<TaskManagerGtk*>(task_manager)->
170 return reinterpret_cast<TaskManagerGtk*>(task_manager)->
177 return reinterpret_cast<TaskManagerGtk*>(task_manager)-
    [all...]
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc 33 reinterpret_cast<BITMAPINFO*>(&hdr),
35 reinterpret_cast<void **>(&bit_ptr),
48 reinterpret_cast<PrintWindowPointer>(
  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 58 #define IS_ALIGNED(p, a) (0==(reinterpret_cast<uintptr_t>(p) & ((a)-1)))
60 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
  /external/chromium_org/base/android/
java_handler_thread.cc 38 reinterpret_cast<intptr_t>(this),
39 reinterpret_cast<intptr_t>(&initialize_event));
53 reinterpret_cast<base::WaitableEvent*>(event)->Signal();
  /external/chromium_org/base/
sha1_win.cc 32 if (!CryptHashData(hash, reinterpret_cast<CONST BYTE*>(str.data()),
41 reinterpret_cast<unsigned char*>(&hash_len),
51 reinterpret_cast<BYTE*>(WriteInto(&result, hash_len + 1)), &hash_len,
  /external/chromium_org/base/win/
wrapped_window_proc.cc 23 reinterpret_cast<subtle::AtomicWord*>(&s_exception_filter),
24 reinterpret_cast<subtle::AtomicWord>(filter));
25 return reinterpret_cast<WinProcExceptionFilter>(rv);
  /external/chromium_org/chrome/browser/hang_monitor/
hang_crash_dump_win.cc 27 request_dump = reinterpret_cast<DumpFunction>(GetProcAddress(
51 DumpFunction request_dump = reinterpret_cast<DumpFunction>(GetProcAddress(
60 DumpFunction request_dump = reinterpret_cast<DumpFunction>(GetProcAddress(
  /external/chromium_org/chrome/test/logging/win/
mof_data_parser.h 50 *value = reinterpret_cast<const T*>(scan_);
71 *value = *reinterpret_cast<const T*>(scan_);
79 *values = reinterpret_cast<const T*>(scan_);
  /external/chromium_org/chrome_frame/
function_stub_unittest.cc 41 playpen_ = reinterpret_cast<uint8*>(
114 uintptr_t argument = reinterpret_cast<uintptr_t>(this);
115 uintptr_t dest_fn = reinterpret_cast<uintptr_t>(FooDivert);
135 stub_ = FunctionStub::Create(reinterpret_cast<uintptr_t>(this),
138 FuncPtr0 func = reinterpret_cast<FuncPtr0>(stub_->code());
146 stub_ = FunctionStub::Create(reinterpret_cast<uintptr_t>(this),
149 FuncPtr1 func = reinterpret_cast<FuncPtr1>(stub_->code());
157 stub_ = FunctionStub::Create(reinterpret_cast<uintptr_t>(this),
160 FuncPtr0 func = reinterpret_cast<FuncPtr0>(stub_->code());
186 reinterpret_cast<TestFunctionStub*>(playpen_ + playpen_size_
    [all...]
  /external/chromium_org/content/browser/android/
content_settings.cc 29 reinterpret_cast<intptr_t>(this));
51 reinterpret_cast<ContentViewCoreImpl*>(nativeContentViewCore)
55 return reinterpret_cast<intptr_t>(content_settings);
  /external/chromium_org/content/plugin/
plugin_main_linux.cc 25 char instruction = *reinterpret_cast<char*>(regs[REG_RIP]);
51 reinterpret_cast<char*>(&regs[REG_RAX])[1] =
52 reinterpret_cast<char*>(&regs[REG_EFL])[0];
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_x11.cc 18 egl_create_image_khr_ = reinterpret_cast<PFNEGLCREATEIMAGEKHRPROC>
57 reinterpret_cast<EGLClientBuffer>(texture),
68 egl_destroy_image_khr_ = reinterpret_cast<PFNEGLDESTROYIMAGEKHRPROC>
  /external/chromium_org/media/audio/win/
avrt_wrapper_win.cc 32 reinterpret_cast<AvRevertMmThreadCharacteristicsFn>(
35 reinterpret_cast<AvSetMmThreadCharacteristicsFn>(
37 g_set_mm_thread_priority = reinterpret_cast<AvSetMmThreadPriorityFn>(
  /external/chromium_org/net/base/
address_tracker_linux.cc 23 reinterpret_cast<struct ifaddrmsg*>(NLMSG_DATA(header));
44 reinterpret_cast<const struct rtattr*>(IFA_RTA(msg));
50 address = reinterpret_cast<unsigned char*>(RTA_DATA(attr));
54 local = reinterpret_cast<unsigned char*>(RTA_DATA(attr));
102 reinterpret_cast<struct sockaddr*>(&addr),
126 0, reinterpret_cast<struct sockaddr*>(&peer),
144 reinterpret_cast<struct sockaddr*>(&peer),
234 reinterpret_cast<const struct nlmsghdr*>(buffer);
242 reinterpret_cast<struct nlmsgerr*>(NLMSG_DATA(header));
250 reinterpret_cast<struct ifaddrmsg*>(NLMSG_DATA(header))
    [all...]
  /external/chromium_org/net/dns/
dns_config_watcher_mac.cc 32 reinterpret_cast<dns_configuration_notify_key_t>(
35 reinterpret_cast<dns_configuration_copy_t>(
38 reinterpret_cast<dns_configuration_free_t>(
  /external/chromium_org/net/quic/crypto/
null_decrypter_test.cc 26 const char* data = reinterpret_cast<const char*>(expected);
45 const char* data = reinterpret_cast<const char*>(expected);
60 const char* data = reinterpret_cast<const char*>(expected);
  /external/chromium_org/sandbox/win/src/
eat_resolver.cc 37 thunk_storage = reinterpret_cast<char*>(thunk_storage) + thunk_bytes;
52 *eat_entry_ = reinterpret_cast<DWORD>(thunk_storage) -
53 reinterpret_cast<DWORD>(target_module);
  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.cc 146 reinterpret_cast<NtSignalAndWaitForSingleObjectFunction>(signal);
214 ServiceFullThunk* thunk = reinterpret_cast<ServiceFullThunk*>(
280 ServiceFullThunk* full_local_thunk = reinterpret_cast<ServiceFullThunk*>(
282 ServiceFullThunk* full_remote_thunk = reinterpret_cast<ServiceFullThunk*>(
286 if (reinterpret_cast<ULONG_PTR>(full_remote_thunk) >
290 if (reinterpret_cast<ULONG_PTR>(target_) > static_cast<ULONG_PTR>(ULONG_MAX))
295 Redirected* remote_service = reinterpret_cast<Redirected*>(target_);
296 ULONG_PTR diff = reinterpret_cast<BYTE*>(&full_remote_thunk->internal_thunk) -
308 full_local_thunk->patch_info.orig_MapViewOfSection = reinterpret_cast<
318 ULONG_PTR patch_info = reinterpret_cast<ULONG_PTR>(remote_thunk)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_linux-inl.h 95 syscall(__NR_futex, reinterpret_cast<int *>(const_cast<Atomic32 *>(w)),
97 value, reinterpret_cast<struct kernel_timespec *>(&tm));
108 syscall(__NR_futex, reinterpret_cast<int *>(const_cast<Atomic32 *>(w)),
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_linux-inl.h 85 sys_futex(reinterpret_cast<int *>(const_cast<Atomic32 *>(w)),
87 value, reinterpret_cast<struct kernel_timespec *>(&tm));
97 sys_futex(reinterpret_cast<int *>(const_cast<Atomic32 *>(w)),
  /external/chromium_org/v8/src/
atomicops_internals_x86_macosx.h 229 reinterpret_cast<volatile AtomicWordCastType*>(ptr),
236 reinterpret_cast<volatile AtomicWordCastType*>(ptr), new_value);
242 reinterpret_cast<volatile AtomicWordCastType*>(ptr), increment);
248 reinterpret_cast<volatile AtomicWordCastType*>(ptr), increment);
255 reinterpret_cast<volatile AtomicWordCastType*>(ptr),
263 reinterpret_cast<volatile AtomicWordCastType*>(ptr),
269 reinterpret_cast<volatile AtomicWordCastType*>(ptr), value);
274 reinterpret_cast<volatile AtomicWordCastType*>(ptr), value);
279 reinterpret_cast<volatile AtomicWordCastType*>(ptr), value);
284 reinterpret_cast<volatile const AtomicWordCastType*>(ptr))
    [all...]
regexp-stack.h 116 limit_ = reinterpret_cast<Address>(kMemoryTop);
123 return reinterpret_cast<Address>(&thread_local_.memory_);
128 return reinterpret_cast<Address>(&thread_local_.memory_size_);
store-buffer-inl.h 37 return reinterpret_cast<Address>(heap_->store_buffer_top_address());
45 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top());
48 if ((reinterpret_cast<uintptr_t>(top) & kStoreBufferOverflowBit) != 0) {

Completed in 1994 milliseconds

<<11121314151617181920>>