uintptr_t         315 base/allocator/allocator_shim.cc       DCHECK_EQ(reinterpret_cast<uintptr_t>(ptr) & (alignment - 1), 0U);
uintptr_t          56 base/allocator/allocator_unittest.cc   EXPECT_EQ(0, reinterpret_cast<uintptr_t>(p) & (align-1));
uintptr_t          67 base/allocator/win_allocator.cc       alignment - reinterpret_cast<uintptr_t>(aligned_ptr) & (alignment - 1);
uintptr_t         115 base/containers/stack_container_unittest.cc     EXPECT_EQ(0u, reinterpret_cast<uintptr_t>(ptr) & (align - 1))
uintptr_t          27 base/debug/proc_maps_linux.h   uintptr_t start;
uintptr_t          28 base/debug/proc_maps_linux.h   uintptr_t end;
uintptr_t         196 base/debug/proc_maps_linux_unittest.cc   uintptr_t address = reinterpret_cast<uintptr_t>(&proc_maps);
uintptr_t          55 base/debug/profiler.h typedef uintptr_t (*ReturnAddressLocationResolver)(
uintptr_t          56 base/debug/profiler.h     uintptr_t return_addr_location);
uintptr_t          59 base/debug/profiler.h typedef void (*DynamicFunctionEntryHook)(uintptr_t function,
uintptr_t          60 base/debug/profiler.h                                          uintptr_t return_addr_location);
uintptr_t          69 base/debug/profiler.h typedef void (*DynamicFunctionEntryHook)(uintptr_t function,
uintptr_t          70 base/debug/profiler.h                                          uintptr_t return_addr_location);
uintptr_t          23 base/debug/stack_trace_android.cc   StackCrawlState(uintptr_t* frames, size_t max_depth)
uintptr_t          29 base/debug/stack_trace_android.cc   uintptr_t* frames;
uintptr_t          37 base/debug/stack_trace_android.cc   uintptr_t ip = _Unwind_GetIP(context);
uintptr_t          69 base/debug/stack_trace_android.cc   StackCrawlState state(reinterpret_cast<uintptr_t*>(trace_), kMaxTraces);
uintptr_t         102 base/debug/stack_trace_android.cc     uintptr_t address = reinterpret_cast<uintptr_t>(trace_[i]) - 1;
uintptr_t         116 base/debug/stack_trace_android.cc       uintptr_t rel_pc = address - iter->start + iter->offset;
uintptr_t         775 base/debug/stack_trace_posix.cc   uintptr_t j = i;
uintptr_t        1199 base/debug/trace_event_impl.cc   uintptr_t category_begin =
uintptr_t        1200 base/debug/trace_event_impl.cc       reinterpret_cast<uintptr_t>(g_category_group_enabled);
uintptr_t        1201 base/debug/trace_event_impl.cc   uintptr_t category_ptr = reinterpret_cast<uintptr_t>(category_group_enabled);
uintptr_t        1203 base/debug/trace_event_impl.cc          category_ptr < reinterpret_cast<uintptr_t>(
uintptr_t        1206 base/debug/trace_event_impl.cc   uintptr_t category_index =
uintptr_t         126 base/files/file_path_watcher_kqueue.cc   static uintptr_t FileDescriptorForPath(const FilePath& path);
uintptr_t         128 base/files/file_path_watcher_kqueue.cc   static const uintptr_t kNoFileDescriptor = static_cast<uintptr_t>(-1);
uintptr_t         131 base/files/file_path_watcher_kqueue.cc   static void CloseFileDescriptor(uintptr_t* fd);
uintptr_t         181 base/files/file_path_watcher_kqueue.cc     uintptr_t fd = kNoFileDescriptor;
uintptr_t         201 base/files/file_path_watcher_kqueue.cc uintptr_t FilePathWatcherImpl::FileDescriptorForPath(const FilePath& path) {
uintptr_t         208 base/files/file_path_watcher_kqueue.cc void FilePathWatcherImpl::CloseFileDescriptor(uintptr_t* fd) {
uintptr_t         260 base/files/file_path_watcher_kqueue.cc   uintptr_t have_access = FileDescriptorForPath(next_event_data->path_);
uintptr_t          65 base/lazy_instance.h     DCHECK_EQ(reinterpret_cast<uintptr_t>(instance) & (ALIGNOF(Type) - 1), 0u)
uintptr_t         157 base/lazy_instance_unittest.cc     EXPECT_EQ(0u, reinterpret_cast<uintptr_t>(ptr) & (align - 1))
uintptr_t          42 base/memory/aligned_memory.cc   DCHECK_EQ(reinterpret_cast<uintptr_t>(ptr) & (alignment - 1), 0U);
uintptr_t          10 base/memory/aligned_memory_unittest.cc     EXPECT_EQ(0u, reinterpret_cast<uintptr_t>(ptr) & (align - 1))
uintptr_t         103 base/memory/shared_memory_nacl.cc     DCHECK_EQ(0U, reinterpret_cast<uintptr_t>(memory_) &
uintptr_t         303 base/memory/shared_memory_posix.cc     DCHECK_EQ(0U, reinterpret_cast<uintptr_t>(memory_) &
uintptr_t         604 base/memory/shared_memory_unittest.cc   EXPECT_EQ(0U, reinterpret_cast<uintptr_t>(
uintptr_t         177 base/memory/shared_memory_win.cc     DCHECK_EQ(0U, reinterpret_cast<uintptr_t>(memory_) &
uintptr_t         267 base/memory/singleton_unittest.cc     EXPECT_EQ(0u, reinterpret_cast<uintptr_t>(ptr) & (align - 1))
uintptr_t         270 base/numerics/safe_numerics_unittest.cc   TEST_ARITHMETIC(uintptr_t);
uintptr_t         202 base/pickle_unittest.cc       sizeof(uintptr_t) > sizeof(header->payload_size))
uintptr_t         205 base/pickle_unittest.cc   header->payload_size = -(reinterpret_cast<uintptr_t>(start) + header_size2);
uintptr_t         138 base/process/kill_mac.cc             (event.ident == static_cast<uintptr_t>(child))) {
uintptr_t         347 base/process/kill_posix.cc       event.ident != static_cast<uintptr_t>(handle)) {
uintptr_t         283 base/security_unittest.cc   const uintptr_t kRandomMask = 0x3fffffffffffULL;
uintptr_t         285 base/security_unittest.cc       reinterpret_cast<uintptr_t>(ptr.get()) & ~kRandomMask;
uintptr_t         554 base/strings/safe_sprintf.cc             i = reinterpret_cast<uintptr_t>(arg.ptr);
uintptr_t         556 base/strings/safe_sprintf.cc             i = reinterpret_cast<uintptr_t>(arg.str);
uintptr_t         330 base/strings/safe_sprintf_unittest.cc   sprintf(addr, "0x%llX", (unsigned long long)(uintptr_t)buf);
uintptr_t         335 base/strings/safe_sprintf_unittest.cc   sprintf(addr, "0x%llX", (unsigned long long)(uintptr_t)sprintf);
uintptr_t         342 base/strings/safe_sprintf_unittest.cc   sprintf(addr, "0x%017llX", (unsigned long long)(uintptr_t)buf);
uintptr_t         345 base/strings/safe_sprintf_unittest.cc   sprintf(addr, "0x%llX", (unsigned long long)(uintptr_t)buf);
uintptr_t         331 base/strings/string_number_conversions.cc   for (uintptr_t i = 0; i < count / 2; ++i) {
uintptr_t          52 base/strings/string_util.cc   ReplacementOffset(uintptr_t parameter, size_t offset)
uintptr_t          57 base/strings/string_util.cc   uintptr_t parameter;
uintptr_t         652 base/strings/string_util.cc           uintptr_t index = 0;
uintptr_t         650 base/third_party/symbolize/symbolize.cc   uintptr_t j = i;
uintptr_t         728 base/third_party/symbolize/symbolize.cc   uint64_t pc0 = reinterpret_cast<uintptr_t>(pc);
uintptr_t         279 base/third_party/valgrind/valgrind.h   { volatile uintptr_t _zzq_args[6];                              \
uintptr_t         281 base/third_party/valgrind/valgrind.h     _zzq_args[0] = (uintptr_t)(_zzq_request);                     \
uintptr_t         282 base/third_party/valgrind/valgrind.h     _zzq_args[1] = (uintptr_t)(_zzq_arg1);                        \
uintptr_t         283 base/third_party/valgrind/valgrind.h     _zzq_args[2] = (uintptr_t)(_zzq_arg2);                        \
uintptr_t         284 base/third_party/valgrind/valgrind.h     _zzq_args[3] = (uintptr_t)(_zzq_arg3);                        \
uintptr_t         285 base/third_party/valgrind/valgrind.h     _zzq_args[4] = (uintptr_t)(_zzq_arg4);                        \
uintptr_t         286 base/third_party/valgrind/valgrind.h     _zzq_args[5] = (uintptr_t)(_zzq_arg5);                        \
uintptr_t        4358 base/third_party/valgrind/valgrind.h    (vg_VALGRIND_DO_CLIENT_REQUEST_EXPR((uintptr_t)(_zzq_default),       \
uintptr_t        4359 base/third_party/valgrind/valgrind.h         (_zzq_request), (uintptr_t)(_zzq_arg1), (uintptr_t)(_zzq_arg2), \
uintptr_t        4360 base/third_party/valgrind/valgrind.h         (uintptr_t)(_zzq_arg3), (uintptr_t)(_zzq_arg4),                 \
uintptr_t        4361 base/third_party/valgrind/valgrind.h         (uintptr_t)(_zzq_arg5)))
uintptr_t        4364 base/third_party/valgrind/valgrind.h vg_VALGRIND_DO_CLIENT_REQUEST_EXPR(uintptr_t _zzq_default,
uintptr_t        4365 base/third_party/valgrind/valgrind.h                                    unsigned _zzq_request, uintptr_t _zzq_arg1,
uintptr_t        4366 base/third_party/valgrind/valgrind.h                                    uintptr_t _zzq_arg2, uintptr_t _zzq_arg3,
uintptr_t        4367 base/third_party/valgrind/valgrind.h                                    uintptr_t _zzq_arg4, uintptr_t _zzq_arg5)
uintptr_t        4443 base/third_party/valgrind/valgrind.h                               (uintptr_t)format,
uintptr_t        4444 base/third_party/valgrind/valgrind.h                               (uintptr_t)&vargs,
uintptr_t        4473 base/third_party/valgrind/valgrind.h                               (uintptr_t)format,
uintptr_t        4474 base/third_party/valgrind/valgrind.h                               (uintptr_t)&vargs,
uintptr_t          28 chrome/browser/install_verification/win/imported_module_verification.cc bool AddressBeyondRange(const ModuleInfo& module, uintptr_t address) {
uintptr_t          47 chrome/browser/install_verification/win/imported_module_verification.cc       module_handle + dos_header->e_lfanew / sizeof(uintptr_t));
uintptr_t          55 chrome/browser/install_verification/win/imported_module_verification.cc               sizeof(uintptr_t));
uintptr_t          58 chrome/browser/install_verification/win/imported_module_verification.cc     uintptr_t* address = reinterpret_cast<uintptr_t*>(
uintptr_t          59 chrome/browser/install_verification/win/imported_module_verification.cc         module_handle + image_descriptor->FirstThunk / sizeof(uintptr_t));
uintptr_t          71 chrome/browser/install_verification/win/imported_module_verification.cc     image_descriptor += sizeof(image_descriptor) / sizeof(uintptr_t);
uintptr_t          17 chrome/browser/install_verification/win/module_info.h              uintptr_t module_base_address,
uintptr_t          30 chrome/browser/install_verification/win/module_info.h   bool ContainsAddress(uintptr_t address) const {
uintptr_t          35 chrome/browser/install_verification/win/module_info.h   uintptr_t  base_address;
uintptr_t          59 chrome/browser/install_verification/win/module_list.cc             reinterpret_cast<uintptr_t>(sys_module_info.lpBaseOfDll),
uintptr_t         238 chrome/browser/mac/relauncher.cc       event.ident != static_cast<uintptr_t>(parent_pid)) {
uintptr_t         319 chrome/installer/test/alternate_version_generator.cc                    uintptr_t context) {
uintptr_t         383 chrome/installer/test/alternate_version_generator.cc             image, &VisitResource, reinterpret_cast<uintptr_t>(context));
uintptr_t          31 chrome/installer/test/pe_image_resources.cc     upgrade_test::EnumResource_Fn callback, uintptr_t context) {
uintptr_t         111 chrome/installer/test/pe_image_resources.cc                    uintptr_t context) {
uintptr_t          52 chrome/installer/test/pe_image_resources.h                                 DWORD size, DWORD code_page, uintptr_t context);
uintptr_t          58 chrome/installer/test/pe_image_resources.h                    uintptr_t context);
uintptr_t         208 chrome/test/base/ui_test_utils.h   bool GetDetailsFor(uintptr_t source, U* details) {
uintptr_t         209 chrome/test/base/ui_test_utils.h     typename std::map<uintptr_t, U>::const_iterator iter =
uintptr_t         227 chrome/test/base/ui_test_utils.h   std::map<uintptr_t, U> details_;
uintptr_t          33 chrome/test/data/nacl/nonsfi/libc_free.c   uintptr_t a_type;
uintptr_t          35 chrome/test/data/nacl/nonsfi/libc_free.c     uintptr_t a_val;
uintptr_t          44 chrome/test/data/nacl/nonsfi/libc_free.c static Elf_auxv_t* nacl_startup_auxv(const uintptr_t info[]) {
uintptr_t         127 chrome/test/data/nacl/nonsfi/libc_free.c void _start(uintptr_t info[]) {
uintptr_t          36 components/breakpad/tools/crash_service.cc   for (uintptr_t i = 0; i < info.count; ++i) {
uintptr_t         295 components/nacl/loader/nacl_helper_linux.cc     uintptr_t r_debug_addr = strtoul(r_debug_switch_value.c_str(), &endp, 0);
uintptr_t         185 components/nacl/loader/nacl_listener.cc     *fd = reinterpret_cast<uintptr_t>(handle);
uintptr_t         200 components/nacl/loader/nonsfi/elf_loader.cc     uintptr_t seg_addr = (*NACL_VTBL(NaClDesc, descriptor)->Map)(
uintptr_t         259 components/nacl/loader/nonsfi/elf_loader.cc uintptr_t ElfImage::entry_point() const {
uintptr_t          28 components/nacl/loader/nonsfi/elf_loader.h   uintptr_t entry_point() const;
uintptr_t          28 components/nacl/loader/nonsfi/nonsfi_main.cc typedef void (*EntryPointType)(uintptr_t*);
uintptr_t          45 components/nacl/loader/nonsfi/nonsfi_main.cc     uintptr_t info[] = {
uintptr_t          52 components/nacl/loader/nonsfi/nonsfi_main.cc       reinterpret_cast<uintptr_t>(&NaClIrtInterface),
uintptr_t          23 content/app/startup_helper_win.cc                       uintptr_t reserved) {
uintptr_t         225 content/common/sandbox_win.cc   static uintptr_t s_session_id = 0;
uintptr_t          56 content/common/set_process_title_linux.cc   uintptr_t page_size, page, page_end;
uintptr_t          69 content/common/set_process_title_linux.cc   page = (uintptr_t) g_main_argv[0];
uintptr_t          76 content/common/set_process_title_linux.cc     uintptr_t env_i = (uintptr_t) environ[i];
uintptr_t          90 content/common/set_process_title_linux.cc   avail_size = page_end - (uintptr_t) g_main_argv[0];
uintptr_t         110 content/common/set_process_title_linux.cc   uintptr_t page_size = sysconf(_SC_PAGESIZE);
uintptr_t         113 content/common/set_process_title_linux.cc   if (((uintptr_t) environ) / page_size == ((uintptr_t) main_argv) / page_size)
uintptr_t          28 content/public/browser/notification_details.h   uintptr_t map_key() const { return reinterpret_cast<uintptr_t>(ptr_); }
uintptr_t          27 content/public/browser/notification_source.h   uintptr_t map_key() const { return reinterpret_cast<uintptr_t>(ptr_); }
uintptr_t          50 content/shell/tools/plugin/main.cpp     *(int *)(uintptr_t)0xbbadbeef = 0; \
uintptr_t         145 crypto/mock_apple_keychain.h   typedef uintptr_t MockKeychainItemType;
uintptr_t          59 gpu/command_buffer/service/transfer_buffer_manager.cc   DCHECK(!(reinterpret_cast<uintptr_t>(buffer->memory()) &
uintptr_t          18 media/base/audio_bus.cc   return (reinterpret_cast<uintptr_t>(ptr) &
uintptr_t          70 media/base/audio_bus_unittest.cc       ASSERT_EQ(0U, reinterpret_cast<uintptr_t>(
uintptr_t          73 media/base/decoder_buffer_unittest.cc   EXPECT_EQ(0u, reinterpret_cast<uintptr_t>(
uintptr_t          32 media/base/simd/filter_yuv_mmx.cc       (8 - (reinterpret_cast<uintptr_t>(dest) & 7)) & 7;
uintptr_t          46 media/base/simd/filter_yuv_mmx.cc       reinterpret_cast<uintptr_t>(dest + width) & ~7);
uintptr_t          25 media/base/simd/filter_yuv_sse2.cc       (16 - (reinterpret_cast<uintptr_t>(dest) & 15)) & 15;
uintptr_t          41 media/base/simd/filter_yuv_sse2.cc       reinterpret_cast<uintptr_t>(dest + width) & ~15);
uintptr_t          20 media/base/simd/sinc_resampler_sse.cc   if (reinterpret_cast<uintptr_t>(input_ptr) & 0x0F) {
uintptr_t         293 media/base/sinc_resampler.cc       DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(k1) & 0x0F);
uintptr_t         294 media/base/sinc_resampler.cc       DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(k2) & 0x0F);
uintptr_t          69 media/base/vector_math.cc   DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(src) & (kRequiredAlignment - 1));
uintptr_t          70 media/base/vector_math.cc   DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(dest) & (kRequiredAlignment - 1));
uintptr_t          81 media/base/vector_math.cc   DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(src) & (kRequiredAlignment - 1));
uintptr_t          82 media/base/vector_math.cc   DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(dest) & (kRequiredAlignment - 1));
uintptr_t         101 media/base/vector_math.cc   DCHECK_EQ(0u, reinterpret_cast<uintptr_t>(src) & (kRequiredAlignment - 1));
uintptr_t         274 media/base/yuv_convert.cc       reinterpret_cast<uint8*>(reinterpret_cast<uintptr_t>(yuvbuf + 15) & ~15);
uintptr_t         452 media/base/yuv_convert.cc       reinterpret_cast<uintptr_t>(yuv_temp + 15) & ~15);
uintptr_t         874 media/base/yuv_convert_unittest.cc           (reinterpret_cast<uintptr_t>(dst.get() + 8) & ~7) + 1);
uintptr_t         905 media/base/yuv_convert_unittest.cc           (reinterpret_cast<uintptr_t>(dst.get() + 16) & ~15) + 1);
uintptr_t         138 media/midi/midi_manager_mac.cc   MIDIEndpointRef source = reinterpret_cast<uintptr_t>(src_conn_refcon);
uintptr_t          41 media/midi/usb_midi_device_factory_android.cc   uintptr_t pointer = reinterpret_cast<uintptr_t>(this);
uintptr_t          16 mojo/environment/async_waiter_impl.cc                    uintptr_t user_data,
uintptr_t          27 mojo/environment/async_waiter_impl.cc                           uintptr_t user_data) {
uintptr_t          14 mojo/public/c/system/async_waiter.h typedef uintptr_t MojoAsyncWaitID;
uintptr_t          29 mojo/system/mapping_table.cc   uintptr_t address = reinterpret_cast<uintptr_t>(mapping->base());
uintptr_t          38 mojo/system/mapping_table.cc       address_to_mapping_map_.find(reinterpret_cast<uintptr_t>(address));
uintptr_t         185 mojo/system/message_in_transit.cc   DCHECK_EQ(reinterpret_cast<uintptr_t>(buffer) %
uintptr_t          44 native_client_sdk/src/libraries/error_handling/error_handling.c static uintptr_t EHReadPointer(uintptr_t offset) {
uintptr_t          45 native_client_sdk/src/libraries/error_handling/error_handling.c   return *((uintptr_t*) offset);
uintptr_t          69 native_client_sdk/src/libraries/error_handling/error_handling.c   uintptr_t start;
uintptr_t          70 native_client_sdk/src/libraries/error_handling/error_handling.c   uintptr_t i;
uintptr_t         118 native_client_sdk/src/libraries/error_handling/error_handling.c   uintptr_t frame_ptr;
uintptr_t         119 native_client_sdk/src/libraries/error_handling/error_handling.c   uintptr_t next;
uintptr_t         338 native_client_sdk/src/libraries/xray/xray.c       uint32_t addr = (uint32_t)(uintptr_t)this_fn;
uintptr_t         179 net/test/spawned_test_server/local_test_server_win.cc       base::IntToString(reinterpret_cast<uintptr_t>(child_write)));
uintptr_t          30 ppapi/nacl_irt/public/irt_ppapi.h   int (*thread_create)(uintptr_t* tid,
uintptr_t          33 ppapi/nacl_irt/public/irt_ppapi.h   int (*thread_join)(uintptr_t tid);
uintptr_t          42 ppapi/native_client/src/trusted/plugin/file_downloader.cc   file_desc = reinterpret_cast<uintptr_t>(handle);
uintptr_t         499 ppapi/native_client/src/trusted/plugin/service_runtime.cc           (uintptr_t) out_conn_cap);
uintptr_t         170 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h              reinterpret_cast<uintptr_t>(object_), err);
uintptr_t         186 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h            (uintptr_t) binder,
uintptr_t         214 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h            reinterpret_cast<uintptr_t>(object));
uintptr_t         222 ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h            (uintptr_t) binder);
uintptr_t          15 ppapi/native_client/src/untrusted/irt_stub/thread_creator.c static int thread_create(uintptr_t *tid,
uintptr_t          22 ppapi/native_client/src/untrusted/irt_stub/thread_creator.c   NACL_ASSERT_SAME_SIZE(pthread_t, uintptr_t);
uintptr_t          29 ppapi/native_client/src/untrusted/irt_stub/thread_creator.c static int thread_join(uintptr_t tid) {
uintptr_t          39 ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_entry.c     entry->a_un.a_val = (uintptr_t) __pnacl_wrap_irt_query_func;
uintptr_t         117 ppapi/shared_impl/ppb_audio_shared.h   uintptr_t thread_id_;
uintptr_t          39 ppapi/tests/pp_thread.h typedef uintptr_t PP_ThreadType;
uintptr_t         347 ppapi/tests/test_case.h   uintptr_t ptr_val = reinterpret_cast<uintptr_t>(ptr);
uintptr_t         463 ppapi/tests/test_file_mapping.cc       reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(address) + page_size);
uintptr_t         639 sandbox/linux/seccomp-bpf/sandbox_bpf.cc       uintptr_t syscall_entry_point =
uintptr_t         640 sandbox/linux/seccomp-bpf/sandbox_bpf.cc           static_cast<uintptr_t>(SandboxSyscall(-1));
uintptr_t         180 sandbox/linux/seccomp-bpf/verifier.cc                       ((code.value() & ~uint64_t(uintptr_t(-1))) &&
uintptr_t         182 sandbox/linux/seccomp-bpf/verifier.cc                       (code.value() && !(code.value() & uintptr_t(-1)) &&
uintptr_t         194 sandbox/linux/seccomp-bpf/verifier.cc           data->args[code.argno()] = code.value() & uintptr_t(-1);
uintptr_t         199 sandbox/linux/seccomp-bpf/verifier.cc           data->args[code.argno()] = uintptr_t(-1);
uintptr_t          37 third_party/apple_apsl/CFRuntime.h     uintptr_t _cfisa;
uintptr_t          29 third_party/fontconfig/include/fc-lang/fclang.h #define NUM0        (OFF0 + 667 * sizeof (uintptr_t))
uintptr_t          31 third_party/fontconfig/include/fc-lang/fclang.h #define OFF(s,o)    (OFF0 + o * sizeof (uintptr_t) - SET(s))
uintptr_t          41 third_party/fontconfig/include/fc-lang/fclang.h     uintptr_t      leaf_offsets[667];
uintptr_t         386 third_party/harfbuzz-ng/src/hb-blob.cc   uintptr_t pagesize = -1, mask, length;
uintptr_t         390 third_party/harfbuzz-ng/src/hb-blob.cc   pagesize = (uintptr_t) sysconf (_SC_PAGE_SIZE);
uintptr_t         392 third_party/harfbuzz-ng/src/hb-blob.cc   pagesize = (uintptr_t) sysconf (_SC_PAGESIZE);
uintptr_t         394 third_party/harfbuzz-ng/src/hb-blob.cc   pagesize = (uintptr_t) getpagesize ();
uintptr_t         397 third_party/harfbuzz-ng/src/hb-blob.cc   if ((uintptr_t) -1L == pagesize) {
uintptr_t         404 third_party/harfbuzz-ng/src/hb-blob.cc   addr = (const char *) (((uintptr_t) blob->data) & mask);
uintptr_t         405 third_party/harfbuzz-ng/src/hb-blob.cc   length = (const char *) (((uintptr_t) blob->data + blob->length + pagesize-1) & mask)  - addr;
uintptr_t         164 third_party/harfbuzz-ng/src/hb-buffer.cc   assert ((uintptr_t) pos % sizeof (scratch_buffer_t) == 0);
uintptr_t         712 third_party/harfbuzz-ng/src/hb-uniscribe.cc       range->props.potfRecords = feature_records.array + reinterpret_cast<uintptr_t> (range->props.potfRecords);
uintptr_t          60 third_party/libXNVCtrl/NVCtrl.c static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info);
uintptr_t          93 third_party/libXNVCtrl/NVCtrl.c     uintptr_t flags = version_flags(dpy, info);
uintptr_t         126 third_party/libXNVCtrl/NVCtrl.c static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info)
uintptr_t         128 third_party/libXNVCtrl/NVCtrl.c     uintptr_t data = (uintptr_t)info->data;
uintptr_t         696 third_party/libXNVCtrl/NVCtrl.c     uintptr_t flags;
uintptr_t          92 third_party/libjingle/overrides/talk/base/basictypes.h #define IS_ALIGNED(p, a) (0==(reinterpret_cast<uintptr_t>(p) & ((a)-1)))
uintptr_t          94 third_party/libjingle/overrides/talk/base/basictypes.h   (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
uintptr_t          58 third_party/libusb/src/libusb/descriptor.c 				dp += ((uintptr_t)dp & 1);	/* Align to word boundary */
uintptr_t          70 third_party/libusb/src/libusb/descriptor.c 				dp += ((uintptr_t)dp & 1);	/* Align to word boundary */
uintptr_t          83 third_party/libusb/src/libusb/libusbi.h 	((type *)((uintptr_t)(ptr) - (uintptr_t)offsetof(type, member)))
uintptr_t        1728 third_party/libusb/src/libusb/os/darwin_usb.c                                                  .size = (UInt32) (uintptr_t) arg0};
uintptr_t         584 third_party/libwebp/dec/frame.c   mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK);
uintptr_t         182 third_party/libwebp/dsp/upsampling_neon.c   uint8_t *const r_uv = (uint8_t*)((uintptr_t)(uv_buf + 15) & ~15);     \
uintptr_t         139 third_party/libwebp/dsp/upsampling_sse2.c   uint8_t* const r_u = (uint8_t*)((uintptr_t)(uv_buf + 15) & ~15);             \
uintptr_t         176 third_party/libwebp/dsp/yuv.c   uint8_t* const tmp = (uint8_t*)((uintptr_t)(tmp0 + 15) & ~15);  // align
uintptr_t         191 third_party/libwebp/dsp/yuv.c   uint8_t* const tmp = (uint8_t*)((uintptr_t)(tmp0 + 15) & ~15);  // align
uintptr_t         131 third_party/libwebp/enc/vp8enci.h #define DO_ALIGN(PTR) ((uintptr_t)((PTR) + ALIGN_CST) & ~ALIGN_CST)
uintptr_t         165 third_party/mach_override/mach_override.c     uintptr_t page = (uintptr_t)address & ~(uintptr_t)(pageSize-1);
uintptr_t         662 third_party/mach_override/mach_override.c 			uint32_t offset = (uintptr_t)originalFunction - (uintptr_t)escapeIsland;
uintptr_t         663 third_party/mach_override/mach_override.c 			uint32_t *jumpOffsetPtr = (uint32_t*)((uintptr_t)instructionsToFix + 1);
uintptr_t         667 third_party/mach_override/mach_override.c 		originalFunction = (void*)((uintptr_t)originalFunction + instructionSizes[index]);
uintptr_t         668 third_party/mach_override/mach_override.c 		escapeIsland = (void*)((uintptr_t)escapeIsland + instructionSizes[index]);
uintptr_t         669 third_party/mach_override/mach_override.c 		instructionsToFix = (void*)((uintptr_t)instructionsToFix + instructionSizes[index]);
uintptr_t         554 third_party/npapi/bindings/npapi.h   uintptr_t wParam;
uintptr_t         555 third_party/npapi/bindings/npapi.h   uintptr_t lParam;
uintptr_t         118 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc   *size = ((uintptr_t)zcontext_.next_out) - ((uintptr_t)output_position_);
uintptr_t         165 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc       reinterpret_cast<uintptr_t>(output_position_) - count);
uintptr_t         182 third_party/protobuf/src/google/protobuf/io/gzip_stream.cc     (((uintptr_t)zcontext_.next_out) - ((uintptr_t)output_position_));
uintptr_t         761 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc                         uintptr_t pReserved) {
uintptr_t         379 third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc   while ((((uintptr_t)src & 0x07) != 0) &&
uintptr_t         384 third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc   if (((uintptr_t)src & 0x07) == 0) {
uintptr_t         482 third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc     while ((((uintptr_t)src & 0x07) != 0) &&
uintptr_t         486 third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc     if (((uintptr_t)src & 0x07) == 0) {
uintptr_t          47 third_party/qcms/src/transform-sse1.c     float const * input = (float*)(((uintptr_t)&input_back[16]) & ~0xf);
uintptr_t         167 third_party/qcms/src/transform-sse1.c     float const * input = (float*)(((uintptr_t)&input_back[16]) & ~0xf);
uintptr_t          47 third_party/qcms/src/transform-sse2.c     float const * input = (float*)(((uintptr_t)&input_back[16]) & ~0xf);
uintptr_t         161 third_party/qcms/src/transform-sse2.c     float const * input = (float*)(((uintptr_t)&input_back[16]) & ~0xf);
uintptr_t         913 third_party/qcms/src/transform.c 	qcms_transform *transform_aligned = (qcms_transform*)(((uintptr_t)transform_start + 15) & ~0xf);
uintptr_t          56 third_party/qcms/src/transform_util.c 	uintptr_t value = (input_value * (length - 1));
uintptr_t          74 third_party/qcms/src/transform_util.c 	uintptr_t value = (input_value * (length - 1));
uintptr_t          52 third_party/re2/util/arena.cc   const int overage = reinterpret_cast<uintptr_t>(freestart_) &
uintptr_t          60 third_party/re2/util/arena.cc   assert(!(reinterpret_cast<uintptr_t>(freestart_)&(kDefaultAlignment-1)));
uintptr_t         118 third_party/re2/util/arena.cc     (reinterpret_cast<uintptr_t>(freestart_) & (align-1));
uintptr_t         136 third_party/re2/util/arena.cc   assert((reinterpret_cast<uintptr_t>(last_alloc_) & (align-1)) == 0);
uintptr_t         471 third_party/talloc/libreplace/replace.c 			return (char *)((uintptr_t)s);
uintptr_t         628 third_party/talloc/libreplace/replace.h #define discard_const(ptr) ((void *)((uintptr_t)(ptr)))
uintptr_t         148 third_party/tcmalloc/chromium/src/addressmap-inl.h   typedef uintptr_t Number;
uintptr_t         114 third_party/tcmalloc/chromium/src/base/basictypes.h #define PRINTABLE_PTHREAD(pthreadt) reinterpret_cast<uintptr_t>(pthreadt)
uintptr_t         194 third_party/tcmalloc/chromium/src/base/elf_mem_image.cc   const intptr_t base_as_uintptr_t = reinterpret_cast<uintptr_t>(base);
uintptr_t        1038 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h     #define LSS_SYSCALL_ARG(a) ((uint64_t)(uintptr_t)(a))
uintptr_t        1049 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h     #define LSS_RETURN(type, res) _LSS_RETURN(type, res, uintptr_t)
uintptr_t        1061 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h       _LSS_BODY(nr, type, name, uintptr_t, ## args)
uintptr_t        1255 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h       return (void (*)(void))(uintptr_t)res;
uintptr_t          98 third_party/tcmalloc/chromium/src/central_freelist.cc   const PageID p = reinterpret_cast<uintptr_t>(object) >> kPageShift;
uintptr_t          47 third_party/tcmalloc/chromium/src/common.h typedef uintptr_t PageID;
uintptr_t          50 third_party/tcmalloc/chromium/src/common.h typedef uintptr_t Length;
uintptr_t         262 third_party/tcmalloc/chromium/src/common.h   uintptr_t size;          // Size of object
uintptr_t         263 third_party/tcmalloc/chromium/src/common.h   uintptr_t depth;         // Number of PC values stored in array below
uintptr_t         585 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   buffer->AppendPtr(reinterpret_cast<uintptr_t>(type), 0);
uintptr_t         596 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     buffer->AppendPtr(reinterpret_cast<uintptr_t>(bucket->stack[depth]), 8);
uintptr_t         634 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   uintptr_t h = 0;
uintptr_t         636 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   AddToHashValue(reinterpret_cast<uintptr_t>(bucket), &h);
uintptr_t         647 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     AddToHashValue(reinterpret_cast<uintptr_t>(type->name()), &h);
uintptr_t         747 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     uintptr_t add, uintptr_t* hash_value) {
uintptr_t         755 third_party/tcmalloc/chromium/src/deep-heap-profile.cc void DeepHeapProfile::DeepBucketTable::FinishHashValue(uintptr_t* hash_value) {
uintptr_t        1080 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   uint64 address = reinterpret_cast<uintptr_t>(pointer);
uintptr_t         288 third_party/tcmalloc/chromium/src/deep-heap-profile.h     inline static void AddToHashValue(uintptr_t add, uintptr_t* hash_value);
uintptr_t         289 third_party/tcmalloc/chromium/src/deep-heap-profile.h     inline static void FinishHashValue(uintptr_t* hash_value);
uintptr_t          77 third_party/tcmalloc/chromium/src/free_list.h   const uintptr_t mask = ~(reinterpret_cast<uintptr_t>(TCMalloc_SystemAlloc)
uintptr_t          79 third_party/tcmalloc/chromium/src/free_list.h   return reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(p) ^ mask);
uintptr_t         316 third_party/tcmalloc/chromium/src/gperftools/heap-checker.h                                          uintptr_t start_address,
uintptr_t         317 third_party/tcmalloc/chromium/src/gperftools/heap-checker.h                                          uintptr_t end_address);
uintptr_t         390 third_party/tcmalloc/chromium/src/gperftools/heap-checker.h       : masked_t_(reinterpret_cast<uintptr_t>(t) ^ kHideMask) {
uintptr_t         398 third_party/tcmalloc/chromium/src/gperftools/heap-checker.h   static const uintptr_t kHideMask =
uintptr_t         399 third_party/tcmalloc/chromium/src/gperftools/heap-checker.h       static_cast<uintptr_t>(0xF03A5F7BF03A5F7Bll);
uintptr_t         400 third_party/tcmalloc/chromium/src/gperftools/heap-checker.h   uintptr_t masked_t_;
uintptr_t         394 third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h   uintptr_t address;    // Address of range
uintptr_t         361 third_party/tcmalloc/chromium/src/heap-checker.cc   uintptr_t size;         // its size
uintptr_t         408 third_party/tcmalloc/chromium/src/heap-checker.cc   uintptr_t start_address;  // the start of the range
uintptr_t         536 third_party/tcmalloc/chromium/src/heap-checker.cc static uintptr_t min_heap_address = uintptr_t(-1LL);
uintptr_t         537 third_party/tcmalloc/chromium/src/heap-checker.cc static uintptr_t max_heap_address = 0;
uintptr_t         546 third_party/tcmalloc/chromium/src/heap-checker.cc inline static uintptr_t AsInt(const void* ptr) {
uintptr_t         547 third_party/tcmalloc/chromium/src/heap-checker.cc   return reinterpret_cast<uintptr_t>(ptr);
uintptr_t         583 third_party/tcmalloc/chromium/src/heap-checker.cc       uintptr_t addr = AsInt(ptr);
uintptr_t         619 third_party/tcmalloc/chromium/src/heap-checker.cc     const uintptr_t *const ptr) {
uintptr_t         620 third_party/tcmalloc/chromium/src/heap-checker.cc   uintptr_t x;
uintptr_t         639 third_party/tcmalloc/chromium/src/heap-checker.cc   uintptr_t top = AsInt(top_ptr);
uintptr_t         670 third_party/tcmalloc/chromium/src/heap-checker.cc         uintptr_t start = AsInt(span->ptr);
uintptr_t         671 third_party/tcmalloc/chromium/src/heap-checker.cc         uintptr_t end = start + span->size;
uintptr_t         679 third_party/tcmalloc/chromium/src/heap-checker.cc           uintptr_t stack_start = start;
uintptr_t         680 third_party/tcmalloc/chromium/src/heap-checker.cc           uintptr_t stack_end = end;
uintptr_t         747 third_party/tcmalloc/chromium/src/heap-checker.cc     uintptr_t addr = AsInt(info.call_stack[depth]);
uintptr_t         762 third_party/tcmalloc/chromium/src/heap-checker.cc     uintptr_t start_address = AsInt(ptr);
uintptr_t         763 third_party/tcmalloc/chromium/src/heap-checker.cc     uintptr_t end_address = start_address + info.object_size;
uintptr_t         803 third_party/tcmalloc/chromium/src/heap-checker.cc static void RecordGlobalDataLocked(uintptr_t start_address,
uintptr_t         804 third_party/tcmalloc/chromium/src/heap-checker.cc                                    uintptr_t end_address,
uintptr_t         831 third_party/tcmalloc/chromium/src/heap-checker.cc                                                  uintptr_t start_address,
uintptr_t         832 third_party/tcmalloc/chromium/src/heap-checker.cc                                                  uintptr_t end_address) {
uintptr_t        1166 third_party/tcmalloc/chromium/src/heap-checker.cc           if (region->caller() == static_cast<uintptr_t>(NULL)) {
uintptr_t        1184 third_party/tcmalloc/chromium/src/heap-checker.cc             uintptr_t start = AsInt(i->ptr);
uintptr_t        1185 third_party/tcmalloc/chromium/src/heap-checker.cc             uintptr_t end = start + i->size;
uintptr_t        1421 third_party/tcmalloc/chromium/src/heap-checker.cc       static const uintptr_t page_mask = ~(getpagesize() - 1);
uintptr_t        1422 third_party/tcmalloc/chromium/src/heap-checker.cc       const uintptr_t addr = reinterpret_cast<uintptr_t>(object);
uintptr_t        1444 third_party/tcmalloc/chromium/src/heap-checker.cc       const uintptr_t addr = *reinterpret_cast<const uintptr_t*>(object);
uintptr_t        2359 third_party/tcmalloc/chromium/src/heap-checker.cc   const uintptr_t addr = AsInt(*ptr);
uintptr_t          46 third_party/tcmalloc/chromium/src/heap-profile-stats.h   uintptr_t hash;           // Hash value of the stack trace.
uintptr_t         175 third_party/tcmalloc/chromium/src/heap-profile-table.cc   uintptr_t h = 0;
uintptr_t         177 third_party/tcmalloc/chromium/src/heap-profile-table.cc     h += reinterpret_cast<uintptr_t>(key[i]);
uintptr_t         325 third_party/tcmalloc/chromium/src/heap-profile-table.cc                        reinterpret_cast<uintptr_t>(b.stack[d]));
uintptr_t         725 third_party/tcmalloc/chromium/src/heap-profile-table.cc           reinterpret_cast<uintptr_t>(pc), symbolization_table.GetSymbol(pc));
uintptr_t         243 third_party/tcmalloc/chromium/src/heap-profile-table.h       return reinterpret_cast<Bucket*>(bucket_rep & ~uintptr_t(kMask));
uintptr_t         246 third_party/tcmalloc/chromium/src/heap-profile-table.h     void set_bucket(Bucket* b) { bucket_rep = reinterpret_cast<uintptr_t>(b); }
uintptr_t         252 third_party/tcmalloc/chromium/src/heap-profile-table.h       bucket_rep = (bucket_rep & ~uintptr_t(kLive)) | (l ? kLive : 0);
uintptr_t         258 third_party/tcmalloc/chromium/src/heap-profile-table.h       bucket_rep = (bucket_rep & ~uintptr_t(kIgnore)) | (r ? kIgnore : 0);
uintptr_t         261 third_party/tcmalloc/chromium/src/heap-profile-table.h       return static_cast<AllocationMark>(bucket_rep & uintptr_t(kMask));
uintptr_t         264 third_party/tcmalloc/chromium/src/heap-profile-table.h       bucket_rep = (bucket_rep & ~uintptr_t(kMask)) | uintptr_t(mark);
uintptr_t         274 third_party/tcmalloc/chromium/src/heap-profile-table.h     uintptr_t bucket_rep;
uintptr_t         430 third_party/tcmalloc/chromium/src/heap-profiler.cc             (uintptr_t) start, size, prot, flags, fd, (unsigned int) offset,
uintptr_t         431 third_party/tcmalloc/chromium/src/heap-profiler.cc             (uintptr_t) result);
uintptr_t         449 third_party/tcmalloc/chromium/src/heap-profiler.cc             (uintptr_t) old_addr, old_size, new_size, flags,
uintptr_t         450 third_party/tcmalloc/chromium/src/heap-profiler.cc             (uintptr_t) new_addr, (uintptr_t) result);
uintptr_t         463 third_party/tcmalloc/chromium/src/heap-profiler.cc                   (uintptr_t) ptr, size);
uintptr_t         473 third_party/tcmalloc/chromium/src/heap-profiler.cc                   increment, (uintptr_t) result);
uintptr_t         146 third_party/tcmalloc/chromium/src/internal_logging.cc           && AddNum(reinterpret_cast<uintptr_t>(item.u_.ptr), 16);
uintptr_t         247 third_party/tcmalloc/chromium/src/malloc_extension.cc uintptr_t Count(void** entry) {
uintptr_t         248 third_party/tcmalloc/chromium/src/malloc_extension.cc   return reinterpret_cast<uintptr_t>(entry[0]);
uintptr_t         250 third_party/tcmalloc/chromium/src/malloc_extension.cc uintptr_t Size(void** entry) {
uintptr_t         251 third_party/tcmalloc/chromium/src/malloc_extension.cc   return reinterpret_cast<uintptr_t>(entry[1]);
uintptr_t         253 third_party/tcmalloc/chromium/src/malloc_extension.cc uintptr_t Depth(void** entry) {
uintptr_t         254 third_party/tcmalloc/chromium/src/malloc_extension.cc   return reinterpret_cast<uintptr_t>(entry[2]);
uintptr_t         261 third_party/tcmalloc/chromium/src/malloc_extension.cc                        uintptr_t count, uintptr_t size) {
uintptr_t         275 third_party/tcmalloc/chromium/src/malloc_extension.cc   uintptr_t total_count = 0;
uintptr_t         276 third_party/tcmalloc/chromium/src/malloc_extension.cc   uintptr_t total_size = 0;
uintptr_t         602 third_party/tcmalloc/chromium/src/malloc_hook.cc   (reinterpret_cast<uintptr_t>(ATTRIBUTE_SECTION_START(name)) <= \
uintptr_t         603 third_party/tcmalloc/chromium/src/malloc_hook.cc      reinterpret_cast<uintptr_t>(addr) && \
uintptr_t         604 third_party/tcmalloc/chromium/src/malloc_hook.cc    reinterpret_cast<uintptr_t>(addr) < \
uintptr_t         605 third_party/tcmalloc/chromium/src/malloc_hook.cc      reinterpret_cast<uintptr_t>(ATTRIBUTE_SECTION_STOP(name)))
uintptr_t         200 third_party/tcmalloc/chromium/src/memfs_malloc.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         335 third_party/tcmalloc/chromium/src/memory_region_map.cc MemoryRegionMap::DoFindRegionLocked(uintptr_t addr) {
uintptr_t         351 third_party/tcmalloc/chromium/src/memory_region_map.cc bool MemoryRegionMap::FindRegion(uintptr_t addr, Region* result) {
uintptr_t         359 third_party/tcmalloc/chromium/src/memory_region_map.cc bool MemoryRegionMap::FindAndMarkStackRegion(uintptr_t stack_top,
uintptr_t         380 third_party/tcmalloc/chromium/src/memory_region_map.cc   uintptr_t hash = 0;
uintptr_t         382 third_party/tcmalloc/chromium/src/memory_region_map.cc     hash += reinterpret_cast<uintptr_t>(key[i]);
uintptr_t         625 third_party/tcmalloc/chromium/src/memory_region_map.cc     uintptr_t start_addr = reinterpret_cast<uintptr_t>(start);
uintptr_t         626 third_party/tcmalloc/chromium/src/memory_region_map.cc     uintptr_t end_addr = start_addr + size;
uintptr_t         657 third_party/tcmalloc/chromium/src/memory_region_map.cc   uintptr_t start_addr = reinterpret_cast<uintptr_t>(start);
uintptr_t         658 third_party/tcmalloc/chromium/src/memory_region_map.cc   uintptr_t end_addr = start_addr + size;
uintptr_t         754 third_party/tcmalloc/chromium/src/memory_region_map.cc               reinterpret_cast<uintptr_t>(result), size,
uintptr_t         775 third_party/tcmalloc/chromium/src/memory_region_map.cc               (uintptr_t)result, (uintptr_t)old_addr,
uintptr_t         777 third_party/tcmalloc/chromium/src/memory_region_map.cc                flags & MREMAP_FIXED ? (uintptr_t)new_addr : 0);
uintptr_t         788 third_party/tcmalloc/chromium/src/memory_region_map.cc            (uintptr_t)result, increment);
uintptr_t         792 third_party/tcmalloc/chromium/src/memory_region_map.cc       RecordRegionAddition(result, reinterpret_cast<uintptr_t>(new_end) -
uintptr_t         793 third_party/tcmalloc/chromium/src/memory_region_map.cc                                    reinterpret_cast<uintptr_t>(result));
uintptr_t         796 third_party/tcmalloc/chromium/src/memory_region_map.cc       RecordRegionRemoval(new_end, reinterpret_cast<uintptr_t>(result) -
uintptr_t         797 third_party/tcmalloc/chromium/src/memory_region_map.cc                                    reinterpret_cast<uintptr_t>(new_end));
uintptr_t         805 third_party/tcmalloc/chromium/src/memory_region_map.cc   uintptr_t previous = 0;
uintptr_t         137 third_party/tcmalloc/chromium/src/memory_region_map.h     uintptr_t start_addr;  // region start address
uintptr_t         138 third_party/tcmalloc/chromium/src/memory_region_map.h     uintptr_t end_addr;  // region end address
uintptr_t         152 third_party/tcmalloc/chromium/src/memory_region_map.h     uintptr_t caller() const {
uintptr_t         153 third_party/tcmalloc/chromium/src/memory_region_map.h       return reinterpret_cast<uintptr_t>(call_stack_depth >= 1
uintptr_t         167 third_party/tcmalloc/chromium/src/memory_region_map.h       start_addr = reinterpret_cast<uintptr_t>(start);
uintptr_t         181 third_party/tcmalloc/chromium/src/memory_region_map.h     void set_start_addr(uintptr_t addr) {
uintptr_t         185 third_party/tcmalloc/chromium/src/memory_region_map.h     void set_end_addr(uintptr_t addr) {
uintptr_t         199 third_party/tcmalloc/chromium/src/memory_region_map.h     void SetRegionSetKey(uintptr_t addr) {
uintptr_t         220 third_party/tcmalloc/chromium/src/memory_region_map.h   static bool FindRegion(uintptr_t addr, Region* result);
uintptr_t         227 third_party/tcmalloc/chromium/src/memory_region_map.h   static bool FindAndMarkStackRegion(uintptr_t stack_top, Region* result);
uintptr_t         350 third_party/tcmalloc/chromium/src/memory_region_map.h   static const Region* DoFindRegionLocked(uintptr_t addr);
uintptr_t         136 third_party/tcmalloc/chromium/src/packed-cache-inl.h   typedef uintptr_t K;
uintptr_t         486 third_party/tcmalloc/chromium/src/page_heap.cc   const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t          76 third_party/tcmalloc/chromium/src/pagemap.h   typedef uintptr_t Number;
uintptr_t         163 third_party/tcmalloc/chromium/src/pagemap.h   typedef uintptr_t Number;
uintptr_t         340 third_party/tcmalloc/chromium/src/pagemap.h   typedef uintptr_t Number;
uintptr_t         443 third_party/tcmalloc/chromium/src/pagemap.h   typedef uintptr_t Number;
uintptr_t         150 third_party/tcmalloc/chromium/src/profiledata.h   typedef uintptr_t Slot;
uintptr_t          82 third_party/tcmalloc/chromium/src/sampler.cc     rnd_ = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(this));
uintptr_t          44 third_party/tcmalloc/chromium/src/stack_trace_table.cc bool StackTraceTable::Bucket::KeyEqual(uintptr_t h,
uintptr_t          73 third_party/tcmalloc/chromium/src/stack_trace_table.cc   uintptr_t h = 0;
uintptr_t          75 third_party/tcmalloc/chromium/src/stack_trace_table.cc     h += reinterpret_cast<uintptr_t>(t.stack[i]);
uintptr_t         129 third_party/tcmalloc/chromium/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(static_cast<uintptr_t>(b->count));
uintptr_t          66 third_party/tcmalloc/chromium/src/stack_trace_table.h     uintptr_t hash;
uintptr_t          73 third_party/tcmalloc/chromium/src/stack_trace_table.h     bool KeyEqual(uintptr_t h, const StackTrace& t) const;
uintptr_t          54 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h   uintptr_t* frames;
uintptr_t          60 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h   stack_crawl_state_t(uintptr_t* frames, int max_depth, int skip_count)
uintptr_t          75 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h   uintptr_t ip = 0;
uintptr_t          77 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h   ip &= ~(uintptr_t)0x1;  // remove thumb mode bit
uintptr_t          79 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h   uintptr_t ip = _Unwind_GetIP(context);
uintptr_t         118 third_party/tcmalloc/chromium/src/stacktrace_android-inl.h       reinterpret_cast<uintptr_t*>(result), max_depth, skip_count);
uintptr_t          68 third_party/tcmalloc/chromium/src/stacktrace_arm-inl.h     if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
uintptr_t          75 third_party/tcmalloc/chromium/src/stacktrace_arm-inl.h         && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL;
uintptr_t          77 third_party/tcmalloc/chromium/src/stacktrace_arm-inl.h   if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
uintptr_t         134 third_party/tcmalloc/chromium/src/stacktrace_arm-inl.h         sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
uintptr_t          63 third_party/tcmalloc/chromium/src/stacktrace_powerpc-inl.h     if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
uintptr_t          70 third_party/tcmalloc/chromium/src/stacktrace_powerpc-inl.h         && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL;
uintptr_t          72 third_party/tcmalloc/chromium/src/stacktrace_powerpc-inl.h   if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
uintptr_t         159 third_party/tcmalloc/chromium/src/stacktrace_powerpc-inl.h         sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
uintptr_t         205 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h             ((uintptr_t)reg_esp & (sizeof(reg_esp) - 1)) == 0) {
uintptr_t         219 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h                   (uintptr_t)(reg_esp + num_push_instructions - 1) &
uintptr_t         239 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h     if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
uintptr_t         246 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h       const uintptr_t delta = (uintptr_t)new_sp - (uintptr_t)old_sp;
uintptr_t         247 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h       const uintptr_t acceptable_delta = 1000000;
uintptr_t         253 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h   if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
uintptr_t         258 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h   if ((uintptr_t)new_sp >= 0xffffe000) return NULL;
uintptr_t         268 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h     void *new_sp_aligned = (void *)((uintptr_t)new_sp & ~(page_size - 1));
uintptr_t         367 third_party/tcmalloc/chromium/src/stacktrace_x86-inl.h         sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
uintptr_t         232 third_party/tcmalloc/chromium/src/symbolize.cc                  "0x%" PRIxPTR "\n", reinterpret_cast<uintptr_t>(iter->first));
uintptr_t          94 third_party/tcmalloc/chromium/src/system-alloc.cc template <int ADDRESS_BITS> bool CheckAddressBits(uintptr_t ptr) {
uintptr_t          99 third_party/tcmalloc/chromium/src/system-alloc.cc template <> bool CheckAddressBits<8 * sizeof(void*)>(uintptr_t ptr) {
uintptr_t         384 third_party/tcmalloc/chromium/src/system-alloc.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         390 third_party/tcmalloc/chromium/src/system-alloc.cc   if (reinterpret_cast<uintptr_t>(r2) == (ptr + size)) {
uintptr_t         401 third_party/tcmalloc/chromium/src/system-alloc.cc   ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         455 third_party/tcmalloc/chromium/src/system-alloc.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         540 third_party/tcmalloc/chromium/src/system-alloc.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         631 third_party/tcmalloc/chromium/src/system-alloc.cc           reinterpret_cast<uintptr_t>(result) + *actual_size - 1);
uintptr_t         634 third_party/tcmalloc/chromium/src/system-alloc.cc           reinterpret_cast<uintptr_t>(result) + size - 1);
uintptr_t         551 third_party/tcmalloc/chromium/src/tcmalloc.cc     result[used_slots+0] = reinterpret_cast<void*>(static_cast<uintptr_t>(1));
uintptr_t         559 third_party/tcmalloc/chromium/src/tcmalloc.cc   result[used_slots] = reinterpret_cast<void*>(static_cast<uintptr_t>(0));
uintptr_t         578 third_party/tcmalloc/chromium/src/tcmalloc.cc           uintptr_t limit = ranges[n].address + ranges[n].length;
uintptr_t         794 third_party/tcmalloc/chromium/src/tcmalloc.cc     const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t         956 third_party/tcmalloc/chromium/src/tcmalloc.cc   PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t        1152 third_party/tcmalloc/chromium/src/tcmalloc.cc   const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t        1178 third_party/tcmalloc/chromium/src/tcmalloc.cc         span->start << kPageShift == reinterpret_cast<uintptr_t>(ptr),
uintptr_t        1195 third_party/tcmalloc/chromium/src/tcmalloc.cc     ASSERT(reinterpret_cast<uintptr_t>(ptr) % kPageSize == 0);
uintptr_t        1218 third_party/tcmalloc/chromium/src/tcmalloc.cc   const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t        1309 third_party/tcmalloc/chromium/src/tcmalloc.cc     ASSERT((reinterpret_cast<uintptr_t>(p) % align) == 0);
uintptr_t         291 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc static const uintptr_t kHideMask =
uintptr_t         292 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   static_cast<uintptr_t>(0xF03A5F7BF03A5F7BLL);
uintptr_t         306 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   *ptr = reinterpret_cast<T*>(reinterpret_cast<uintptr_t>(*ptr) ^ kHideMask);
uintptr_t         314 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   *ptr = reinterpret_cast<T*>(reinterpret_cast<uintptr_t>(*ptr) ^ kHideMask);
uintptr_t         905 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc                  reinterpret_cast<uintptr_t>(ptr) ^ kHideMask)
uintptr_t         922 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc           reinterpret_cast<uintptr_t>(ptr) ^ kHideMask);
uintptr_t         926 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc           reinterpret_cast<uintptr_t>(ptr) ^ kHideMask);
uintptr_t        1254 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc static void* Mmapper(uintptr_t* addr_after_mmap_call) {
uintptr_t        1260 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   *addr_after_mmap_call = reinterpret_cast<uintptr_t>(stack[0]);
uintptr_t        1266 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc static void* (*mmapper_addr)(uintptr_t* addr) = &Mmapper;
uintptr_t        1271 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   uintptr_t caller_addr_limit;
uintptr_t        1273 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   uintptr_t caller = 0;
uintptr_t        1278 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc       if (i->start_addr == reinterpret_cast<uintptr_t>(addr)) {
uintptr_t        1285 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   if (!(reinterpret_cast<uintptr_t>(mmapper_addr) <= caller  &&
uintptr_t        1289 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc          << "0x" << reinterpret_cast<uintptr_t>(mmapper_addr)
uintptr_t        1296 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc static void* Mallocer(uintptr_t* addr_after_malloc_call) {
uintptr_t        1302 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   *addr_after_malloc_call = reinterpret_cast<uintptr_t>(stack[0]);
uintptr_t        1307 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc static void* (*mallocer_addr)(uintptr_t* addr) = &Mallocer;
uintptr_t        1313 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   uintptr_t caller_addr_limit;
uintptr_t        1315 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   uintptr_t caller =
uintptr_t        1316 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     reinterpret_cast<uintptr_t>(HeapLeakChecker::GetAllocCaller(addr));
uintptr_t        1318 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   if (!(reinterpret_cast<uintptr_t>(mallocer_addr) <= caller  &&
uintptr_t        1322 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc          << "0x" << reinterpret_cast<uintptr_t>(mallocer_addr)
uintptr_t         100 third_party/tcmalloc/chromium/src/tests/memalign_unittest.cc static uintptr_t Number(void* p) {
uintptr_t         101 third_party/tcmalloc/chromium/src/tests/memalign_unittest.cc   return reinterpret_cast<uintptr_t>(p);
uintptr_t         107 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc typedef uintptr_t ProfileDataSlot;
uintptr_t          15 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc                         const uintptr_t* expected, int len) {
uintptr_t          18 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc     CHECK_EQ(reinterpret_cast<uintptr_t>(entries[i]), expected[i]);
uintptr_t          40 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   static const uintptr_t k1[] = {0};
uintptr_t          44 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   t1.size = static_cast<uintptr_t>(1024);
uintptr_t          45 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   t1.depth = static_cast<uintptr_t>(2);
uintptr_t          51 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   t2.size = static_cast<uintptr_t>(512);
uintptr_t          52 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   t2.depth = static_cast<uintptr_t>(2);
uintptr_t          60 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   static const uintptr_t k2[] = {1, 1024, 2, 1, 2, 0};
uintptr_t          68 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1,  512, 2, 2, 1, 0};
uintptr_t          77 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   static const uintptr_t k4[] = {2, 2048, 2, 1, 2, 1,  512, 2, 2, 1, 0};
uintptr_t          82 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   t3.size = static_cast<uintptr_t>(2);
uintptr_t          83 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   t3.depth = static_cast<uintptr_t>(2);
uintptr_t          92 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   static const uintptr_t k5[] = {2, 1026, 2, 1, 2, 0};
uintptr_t          66 third_party/tcmalloc/chromium/src/tests/system-alloc_unittest.cc     uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         758 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     uintptr_t p = reinterpret_cast<uintptr_t>(ptrs[i]);
uintptr_t         797 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   uintptr_t ptr;
uintptr_t         827 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   state.ptr = reinterpret_cast<uintptr_t>(ptr);
uintptr_t         254 third_party/tcmalloc/chromium/src/windows/port.cc   assert((reinterpret_cast<uintptr_t>(result) & (alignment - 1)) == 0);
uintptr_t         469 third_party/tcmalloc/chromium/src/windows/preamble_patcher.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(block);
uintptr_t         148 third_party/tcmalloc/vendor/src/addressmap-inl.h   typedef uintptr_t Number;
uintptr_t         114 third_party/tcmalloc/vendor/src/base/basictypes.h #define PRINTABLE_PTHREAD(pthreadt) reinterpret_cast<uintptr_t>(pthreadt)
uintptr_t         194 third_party/tcmalloc/vendor/src/base/elf_mem_image.cc   const intptr_t base_as_uintptr_t = reinterpret_cast<uintptr_t>(base);
uintptr_t          98 third_party/tcmalloc/vendor/src/central_freelist.cc   const PageID p = reinterpret_cast<uintptr_t>(object) >> kPageShift;
uintptr_t          46 third_party/tcmalloc/vendor/src/common.h typedef uintptr_t PageID;
uintptr_t          49 third_party/tcmalloc/vendor/src/common.h typedef uintptr_t Length;
uintptr_t         239 third_party/tcmalloc/vendor/src/common.h   uintptr_t size;          // Size of object
uintptr_t         240 third_party/tcmalloc/vendor/src/common.h   uintptr_t depth;         // Number of PC values stored in array below
uintptr_t         316 third_party/tcmalloc/vendor/src/gperftools/heap-checker.h                                          uintptr_t start_address,
uintptr_t         317 third_party/tcmalloc/vendor/src/gperftools/heap-checker.h                                          uintptr_t end_address);
uintptr_t         390 third_party/tcmalloc/vendor/src/gperftools/heap-checker.h       : masked_t_(reinterpret_cast<uintptr_t>(t) ^ kHideMask) {
uintptr_t         398 third_party/tcmalloc/vendor/src/gperftools/heap-checker.h   static const uintptr_t kHideMask =
uintptr_t         399 third_party/tcmalloc/vendor/src/gperftools/heap-checker.h       static_cast<uintptr_t>(0xF03A5F7BF03A5F7Bll);
uintptr_t         400 third_party/tcmalloc/vendor/src/gperftools/heap-checker.h   uintptr_t masked_t_;
uintptr_t         407 third_party/tcmalloc/vendor/src/gperftools/malloc_extension.h   uintptr_t address;    // Address of range
uintptr_t         361 third_party/tcmalloc/vendor/src/heap-checker.cc   uintptr_t size;         // its size
uintptr_t         408 third_party/tcmalloc/vendor/src/heap-checker.cc   uintptr_t start_address;  // the start of the range
uintptr_t         536 third_party/tcmalloc/vendor/src/heap-checker.cc static uintptr_t min_heap_address = uintptr_t(-1LL);
uintptr_t         537 third_party/tcmalloc/vendor/src/heap-checker.cc static uintptr_t max_heap_address = 0;
uintptr_t         546 third_party/tcmalloc/vendor/src/heap-checker.cc inline static uintptr_t AsInt(const void* ptr) {
uintptr_t         547 third_party/tcmalloc/vendor/src/heap-checker.cc   return reinterpret_cast<uintptr_t>(ptr);
uintptr_t         583 third_party/tcmalloc/vendor/src/heap-checker.cc       uintptr_t addr = AsInt(ptr);
uintptr_t         619 third_party/tcmalloc/vendor/src/heap-checker.cc     const uintptr_t *const ptr) {
uintptr_t         620 third_party/tcmalloc/vendor/src/heap-checker.cc   uintptr_t x;
uintptr_t         639 third_party/tcmalloc/vendor/src/heap-checker.cc   uintptr_t top = AsInt(top_ptr);
uintptr_t         670 third_party/tcmalloc/vendor/src/heap-checker.cc         uintptr_t start = AsInt(span->ptr);
uintptr_t         671 third_party/tcmalloc/vendor/src/heap-checker.cc         uintptr_t end = start + span->size;
uintptr_t         679 third_party/tcmalloc/vendor/src/heap-checker.cc           uintptr_t stack_start = start;
uintptr_t         680 third_party/tcmalloc/vendor/src/heap-checker.cc           uintptr_t stack_end = end;
uintptr_t         747 third_party/tcmalloc/vendor/src/heap-checker.cc     uintptr_t addr = AsInt(info.call_stack[depth]);
uintptr_t         762 third_party/tcmalloc/vendor/src/heap-checker.cc     uintptr_t start_address = AsInt(ptr);
uintptr_t         763 third_party/tcmalloc/vendor/src/heap-checker.cc     uintptr_t end_address = start_address + info.object_size;
uintptr_t         803 third_party/tcmalloc/vendor/src/heap-checker.cc static void RecordGlobalDataLocked(uintptr_t start_address,
uintptr_t         804 third_party/tcmalloc/vendor/src/heap-checker.cc                                    uintptr_t end_address,
uintptr_t         831 third_party/tcmalloc/vendor/src/heap-checker.cc                                                  uintptr_t start_address,
uintptr_t         832 third_party/tcmalloc/vendor/src/heap-checker.cc                                                  uintptr_t end_address) {
uintptr_t        1166 third_party/tcmalloc/vendor/src/heap-checker.cc           if (region->caller() == static_cast<uintptr_t>(NULL)) {
uintptr_t        1184 third_party/tcmalloc/vendor/src/heap-checker.cc             uintptr_t start = AsInt(i->ptr);
uintptr_t        1185 third_party/tcmalloc/vendor/src/heap-checker.cc             uintptr_t end = start + i->size;
uintptr_t        1421 third_party/tcmalloc/vendor/src/heap-checker.cc       static const uintptr_t page_mask = ~(getpagesize() - 1);
uintptr_t        1422 third_party/tcmalloc/vendor/src/heap-checker.cc       const uintptr_t addr = reinterpret_cast<uintptr_t>(object);
uintptr_t        1444 third_party/tcmalloc/vendor/src/heap-checker.cc       const uintptr_t addr = *reinterpret_cast<const uintptr_t*>(object);
uintptr_t        2358 third_party/tcmalloc/vendor/src/heap-checker.cc   const uintptr_t addr = AsInt(*ptr);
uintptr_t         182 third_party/tcmalloc/vendor/src/heap-profile-table.cc   uintptr_t h = 0;
uintptr_t         184 third_party/tcmalloc/vendor/src/heap-profile-table.cc     h += reinterpret_cast<uintptr_t>(key[i]);
uintptr_t         317 third_party/tcmalloc/vendor/src/heap-profile-table.cc                        reinterpret_cast<uintptr_t>(b.stack[d]));
uintptr_t         667 third_party/tcmalloc/vendor/src/heap-profile-table.cc           reinterpret_cast<uintptr_t>(pc), symbolization_table.GetSymbol(pc));
uintptr_t         207 third_party/tcmalloc/vendor/src/heap-profile-table.h     uintptr_t    hash;   // Hash value of the stack trace
uintptr_t         217 third_party/tcmalloc/vendor/src/heap-profile-table.h       return reinterpret_cast<Bucket*>(bucket_rep & ~uintptr_t(kMask));
uintptr_t         220 third_party/tcmalloc/vendor/src/heap-profile-table.h     void set_bucket(Bucket* b) { bucket_rep = reinterpret_cast<uintptr_t>(b); }
uintptr_t         226 third_party/tcmalloc/vendor/src/heap-profile-table.h       bucket_rep = (bucket_rep & ~uintptr_t(kLive)) | (l ? kLive : 0);
uintptr_t         232 third_party/tcmalloc/vendor/src/heap-profile-table.h       bucket_rep = (bucket_rep & ~uintptr_t(kIgnore)) | (r ? kIgnore : 0);
uintptr_t         242 third_party/tcmalloc/vendor/src/heap-profile-table.h     uintptr_t bucket_rep;
uintptr_t         351 third_party/tcmalloc/vendor/src/heap-profiler.cc             (uintptr_t) start, size, prot, flags, fd, (unsigned int) offset,
uintptr_t         352 third_party/tcmalloc/vendor/src/heap-profiler.cc             (uintptr_t) result);
uintptr_t         370 third_party/tcmalloc/vendor/src/heap-profiler.cc             (uintptr_t) old_addr, old_size, new_size, flags,
uintptr_t         371 third_party/tcmalloc/vendor/src/heap-profiler.cc             (uintptr_t) new_addr, (uintptr_t) result);
uintptr_t         384 third_party/tcmalloc/vendor/src/heap-profiler.cc                   (uintptr_t) ptr, size);
uintptr_t         394 third_party/tcmalloc/vendor/src/heap-profiler.cc                   increment, (uintptr_t) result);
uintptr_t         145 third_party/tcmalloc/vendor/src/internal_logging.cc           && AddNum(reinterpret_cast<uintptr_t>(item.u_.ptr), 16);
uintptr_t         230 third_party/tcmalloc/vendor/src/malloc_extension.cc uintptr_t Count(void** entry) {
uintptr_t         231 third_party/tcmalloc/vendor/src/malloc_extension.cc   return reinterpret_cast<uintptr_t>(entry[0]);
uintptr_t         233 third_party/tcmalloc/vendor/src/malloc_extension.cc uintptr_t Size(void** entry) {
uintptr_t         234 third_party/tcmalloc/vendor/src/malloc_extension.cc   return reinterpret_cast<uintptr_t>(entry[1]);
uintptr_t         236 third_party/tcmalloc/vendor/src/malloc_extension.cc uintptr_t Depth(void** entry) {
uintptr_t         237 third_party/tcmalloc/vendor/src/malloc_extension.cc   return reinterpret_cast<uintptr_t>(entry[2]);
uintptr_t         244 third_party/tcmalloc/vendor/src/malloc_extension.cc                        uintptr_t count, uintptr_t size) {
uintptr_t         258 third_party/tcmalloc/vendor/src/malloc_extension.cc   uintptr_t total_count = 0;
uintptr_t         259 third_party/tcmalloc/vendor/src/malloc_extension.cc   uintptr_t total_size = 0;
uintptr_t         602 third_party/tcmalloc/vendor/src/malloc_hook.cc   (reinterpret_cast<uintptr_t>(ATTRIBUTE_SECTION_START(name)) <= \
uintptr_t         603 third_party/tcmalloc/vendor/src/malloc_hook.cc      reinterpret_cast<uintptr_t>(addr) && \
uintptr_t         604 third_party/tcmalloc/vendor/src/malloc_hook.cc    reinterpret_cast<uintptr_t>(addr) < \
uintptr_t         605 third_party/tcmalloc/vendor/src/malloc_hook.cc      reinterpret_cast<uintptr_t>(ATTRIBUTE_SECTION_STOP(name)))
uintptr_t         200 third_party/tcmalloc/vendor/src/memfs_malloc.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         298 third_party/tcmalloc/vendor/src/memory_region_map.cc MemoryRegionMap::DoFindRegionLocked(uintptr_t addr) {
uintptr_t         314 third_party/tcmalloc/vendor/src/memory_region_map.cc bool MemoryRegionMap::FindRegion(uintptr_t addr, Region* result) {
uintptr_t         322 third_party/tcmalloc/vendor/src/memory_region_map.cc bool MemoryRegionMap::FindAndMarkStackRegion(uintptr_t stack_top,
uintptr_t         481 third_party/tcmalloc/vendor/src/memory_region_map.cc     uintptr_t start_addr = reinterpret_cast<uintptr_t>(start);
uintptr_t         482 third_party/tcmalloc/vendor/src/memory_region_map.cc     uintptr_t end_addr = start_addr + size;
uintptr_t         512 third_party/tcmalloc/vendor/src/memory_region_map.cc   uintptr_t start_addr = reinterpret_cast<uintptr_t>(start);
uintptr_t         513 third_party/tcmalloc/vendor/src/memory_region_map.cc   uintptr_t end_addr = start_addr + size;
uintptr_t         591 third_party/tcmalloc/vendor/src/memory_region_map.cc               reinterpret_cast<uintptr_t>(result), size,
uintptr_t         612 third_party/tcmalloc/vendor/src/memory_region_map.cc               (uintptr_t)result, (uintptr_t)old_addr,
uintptr_t         614 third_party/tcmalloc/vendor/src/memory_region_map.cc                flags & MREMAP_FIXED ? (uintptr_t)new_addr : 0);
uintptr_t         624 third_party/tcmalloc/vendor/src/memory_region_map.cc   RAW_VLOG(10, "Sbrk = 0x%"PRIxPTR" of %"PRIdS"", (uintptr_t)result, increment);
uintptr_t         628 third_party/tcmalloc/vendor/src/memory_region_map.cc       RecordRegionAddition(result, reinterpret_cast<uintptr_t>(new_end) -
uintptr_t         629 third_party/tcmalloc/vendor/src/memory_region_map.cc                                    reinterpret_cast<uintptr_t>(result));
uintptr_t         632 third_party/tcmalloc/vendor/src/memory_region_map.cc       RecordRegionRemoval(new_end, reinterpret_cast<uintptr_t>(result) -
uintptr_t         633 third_party/tcmalloc/vendor/src/memory_region_map.cc                                    reinterpret_cast<uintptr_t>(new_end));
uintptr_t         641 third_party/tcmalloc/vendor/src/memory_region_map.cc   uintptr_t previous = 0;
uintptr_t         125 third_party/tcmalloc/vendor/src/memory_region_map.h     uintptr_t start_addr;  // region start address
uintptr_t         126 third_party/tcmalloc/vendor/src/memory_region_map.h     uintptr_t end_addr;  // region end address
uintptr_t         140 third_party/tcmalloc/vendor/src/memory_region_map.h     uintptr_t caller() const {
uintptr_t         141 third_party/tcmalloc/vendor/src/memory_region_map.h       return reinterpret_cast<uintptr_t>(call_stack_depth >= 1
uintptr_t         155 third_party/tcmalloc/vendor/src/memory_region_map.h       start_addr = reinterpret_cast<uintptr_t>(start);
uintptr_t         169 third_party/tcmalloc/vendor/src/memory_region_map.h     void set_start_addr(uintptr_t addr) {
uintptr_t         173 third_party/tcmalloc/vendor/src/memory_region_map.h     void set_end_addr(uintptr_t addr) {
uintptr_t         187 third_party/tcmalloc/vendor/src/memory_region_map.h     void SetRegionSetKey(uintptr_t addr) {
uintptr_t         208 third_party/tcmalloc/vendor/src/memory_region_map.h   static bool FindRegion(uintptr_t addr, Region* result);
uintptr_t         215 third_party/tcmalloc/vendor/src/memory_region_map.h   static bool FindAndMarkStackRegion(uintptr_t stack_top, Region* result);
uintptr_t         302 third_party/tcmalloc/vendor/src/memory_region_map.h   static const Region* DoFindRegionLocked(uintptr_t addr);
uintptr_t         136 third_party/tcmalloc/vendor/src/packed-cache-inl.h   typedef uintptr_t K;
uintptr_t         424 third_party/tcmalloc/vendor/src/page_heap.cc   const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t          70 third_party/tcmalloc/vendor/src/pagemap.h   typedef uintptr_t Number;
uintptr_t         137 third_party/tcmalloc/vendor/src/pagemap.h   typedef uintptr_t Number;
uintptr_t         240 third_party/tcmalloc/vendor/src/pagemap.h   typedef uintptr_t Number;
uintptr_t         150 third_party/tcmalloc/vendor/src/profiledata.h   typedef uintptr_t Slot;
uintptr_t          82 third_party/tcmalloc/vendor/src/sampler.cc     rnd_ = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(this));
uintptr_t          44 third_party/tcmalloc/vendor/src/stack_trace_table.cc bool StackTraceTable::Bucket::KeyEqual(uintptr_t h,
uintptr_t          73 third_party/tcmalloc/vendor/src/stack_trace_table.cc   uintptr_t h = 0;
uintptr_t          75 third_party/tcmalloc/vendor/src/stack_trace_table.cc     h += reinterpret_cast<uintptr_t>(t.stack[i]);
uintptr_t         129 third_party/tcmalloc/vendor/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(static_cast<uintptr_t>(b->count));
uintptr_t         138 third_party/tcmalloc/vendor/src/stack_trace_table.cc   out[idx++] = static_cast<uintptr_t>(0);
uintptr_t          66 third_party/tcmalloc/vendor/src/stack_trace_table.h     uintptr_t hash;
uintptr_t          73 third_party/tcmalloc/vendor/src/stack_trace_table.h     bool KeyEqual(uintptr_t h, const StackTrace& t) const;
uintptr_t          68 third_party/tcmalloc/vendor/src/stacktrace_arm-inl.h     if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
uintptr_t          75 third_party/tcmalloc/vendor/src/stacktrace_arm-inl.h         && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL;
uintptr_t          77 third_party/tcmalloc/vendor/src/stacktrace_arm-inl.h   if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
uintptr_t         134 third_party/tcmalloc/vendor/src/stacktrace_arm-inl.h         sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
uintptr_t          63 third_party/tcmalloc/vendor/src/stacktrace_powerpc-inl.h     if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
uintptr_t          70 third_party/tcmalloc/vendor/src/stacktrace_powerpc-inl.h         && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL;
uintptr_t          72 third_party/tcmalloc/vendor/src/stacktrace_powerpc-inl.h   if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
uintptr_t         159 third_party/tcmalloc/vendor/src/stacktrace_powerpc-inl.h         sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
uintptr_t         202 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h             ((uintptr_t)reg_esp & (sizeof(reg_esp) - 1)) == 0) {
uintptr_t         216 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h                   (uintptr_t)(reg_esp + num_push_instructions - 1) &
uintptr_t         236 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h     if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
uintptr_t         243 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h       const uintptr_t delta = (uintptr_t)new_sp - (uintptr_t)old_sp;
uintptr_t         244 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h       const uintptr_t acceptable_delta = 1000000;
uintptr_t         250 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h   if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
uintptr_t         255 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h   if ((uintptr_t)new_sp >= 0xffffe000) return NULL;
uintptr_t         265 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h     void *new_sp_aligned = (void *)((uintptr_t)new_sp & ~(page_size - 1));
uintptr_t         340 third_party/tcmalloc/vendor/src/stacktrace_x86-inl.h         sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
uintptr_t         232 third_party/tcmalloc/vendor/src/symbolize.cc                  "0x%"PRIxPTR"\n", reinterpret_cast<uintptr_t>(iter->first));
uintptr_t          94 third_party/tcmalloc/vendor/src/system-alloc.cc template <int ADDRESS_BITS> bool CheckAddressBits(uintptr_t ptr) {
uintptr_t          99 third_party/tcmalloc/vendor/src/system-alloc.cc template <> bool CheckAddressBits<8 * sizeof(void*)>(uintptr_t ptr) {
uintptr_t         242 third_party/tcmalloc/vendor/src/system-alloc.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         248 third_party/tcmalloc/vendor/src/system-alloc.cc   if (reinterpret_cast<uintptr_t>(r2) == (ptr + size)) {
uintptr_t         259 third_party/tcmalloc/vendor/src/system-alloc.cc   ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         317 third_party/tcmalloc/vendor/src/system-alloc.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         403 third_party/tcmalloc/vendor/src/system-alloc.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         487 third_party/tcmalloc/vendor/src/system-alloc.cc           reinterpret_cast<uintptr_t>(result) + *actual_size - 1);
uintptr_t         490 third_party/tcmalloc/vendor/src/system-alloc.cc           reinterpret_cast<uintptr_t>(result) + size - 1);
uintptr_t         523 third_party/tcmalloc/vendor/src/tcmalloc.cc     result[used_slots+0] = reinterpret_cast<void*>(static_cast<uintptr_t>(1));
uintptr_t         531 third_party/tcmalloc/vendor/src/tcmalloc.cc   result[used_slots] = reinterpret_cast<void*>(static_cast<uintptr_t>(0));
uintptr_t         550 third_party/tcmalloc/vendor/src/tcmalloc.cc           uintptr_t limit = ranges[n].address + ranges[n].length;
uintptr_t         787 third_party/tcmalloc/vendor/src/tcmalloc.cc     const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t         949 third_party/tcmalloc/vendor/src/tcmalloc.cc   PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t        1128 third_party/tcmalloc/vendor/src/tcmalloc.cc   const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t        1160 third_party/tcmalloc/vendor/src/tcmalloc.cc     ASSERT(reinterpret_cast<uintptr_t>(ptr) % kPageSize == 0);
uintptr_t        1183 third_party/tcmalloc/vendor/src/tcmalloc.cc   const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
uintptr_t        1267 third_party/tcmalloc/vendor/src/tcmalloc.cc     ASSERT((reinterpret_cast<uintptr_t>(p) % align) == 0);
uintptr_t         291 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc static const uintptr_t kHideMask =
uintptr_t         292 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   static_cast<uintptr_t>(0xF03A5F7BF03A5F7BLL);
uintptr_t         306 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   *ptr = reinterpret_cast<T*>(reinterpret_cast<uintptr_t>(*ptr) ^ kHideMask);
uintptr_t         314 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   *ptr = reinterpret_cast<T*>(reinterpret_cast<uintptr_t>(*ptr) ^ kHideMask);
uintptr_t         905 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc                  reinterpret_cast<uintptr_t>(ptr) ^ kHideMask)
uintptr_t         922 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc           reinterpret_cast<uintptr_t>(ptr) ^ kHideMask);
uintptr_t         926 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc           reinterpret_cast<uintptr_t>(ptr) ^ kHideMask);
uintptr_t        1254 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc static void* Mmapper(uintptr_t* addr_after_mmap_call) {
uintptr_t        1260 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   *addr_after_mmap_call = reinterpret_cast<uintptr_t>(stack[0]);
uintptr_t        1266 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc static void* (*mmapper_addr)(uintptr_t* addr) = &Mmapper;
uintptr_t        1271 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   uintptr_t caller_addr_limit;
uintptr_t        1273 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   uintptr_t caller = 0;
uintptr_t        1278 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc       if (i->start_addr == reinterpret_cast<uintptr_t>(addr)) {
uintptr_t        1285 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   if (!(reinterpret_cast<uintptr_t>(mmapper_addr) <= caller  &&
uintptr_t        1289 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc          << "0x" << reinterpret_cast<uintptr_t>(mmapper_addr)
uintptr_t        1296 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc static void* Mallocer(uintptr_t* addr_after_malloc_call) {
uintptr_t        1302 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   *addr_after_malloc_call = reinterpret_cast<uintptr_t>(stack[0]);
uintptr_t        1307 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc static void* (*mallocer_addr)(uintptr_t* addr) = &Mallocer;
uintptr_t        1313 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   uintptr_t caller_addr_limit;
uintptr_t        1315 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   uintptr_t caller =
uintptr_t        1316 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     reinterpret_cast<uintptr_t>(HeapLeakChecker::GetAllocCaller(addr));
uintptr_t        1318 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   if (!(reinterpret_cast<uintptr_t>(mallocer_addr) <= caller  &&
uintptr_t        1322 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc          << "0x" << reinterpret_cast<uintptr_t>(mallocer_addr)
uintptr_t         100 third_party/tcmalloc/vendor/src/tests/memalign_unittest.cc static uintptr_t Number(void* p) {
uintptr_t         101 third_party/tcmalloc/vendor/src/tests/memalign_unittest.cc   return reinterpret_cast<uintptr_t>(p);
uintptr_t         107 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc typedef uintptr_t ProfileDataSlot;
uintptr_t          15 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc                         const uintptr_t* expected, int len) {
uintptr_t          18 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc     CHECK_EQ(reinterpret_cast<uintptr_t>(entries[i]), expected[i]);
uintptr_t          40 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   static const uintptr_t k1[] = {0};
uintptr_t          44 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   t1.size = static_cast<uintptr_t>(1024);
uintptr_t          45 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   t1.depth = static_cast<uintptr_t>(2);
uintptr_t          51 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   t2.size = static_cast<uintptr_t>(512);
uintptr_t          52 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   t2.depth = static_cast<uintptr_t>(2);
uintptr_t          60 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   static const uintptr_t k2[] = {1, 1024, 2, 1, 2, 0};
uintptr_t          68 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1,  512, 2, 2, 1, 0};
uintptr_t          77 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   static const uintptr_t k4[] = {2, 2048, 2, 1, 2, 1,  512, 2, 2, 1, 0};
uintptr_t          82 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   t3.size = static_cast<uintptr_t>(2);
uintptr_t          83 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   t3.depth = static_cast<uintptr_t>(2);
uintptr_t          92 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   static const uintptr_t k5[] = {2, 1026, 2, 1, 2, 0};
uintptr_t          66 third_party/tcmalloc/vendor/src/tests/system-alloc_unittest.cc     uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         758 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     uintptr_t p = reinterpret_cast<uintptr_t>(ptrs[i]);
uintptr_t         797 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   uintptr_t ptr;
uintptr_t         827 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   state.ptr = reinterpret_cast<uintptr_t>(ptr);
uintptr_t         247 third_party/tcmalloc/vendor/src/windows/port.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(result);
uintptr_t         469 third_party/tcmalloc/vendor/src/windows/preamble_patcher.cc   uintptr_t ptr = reinterpret_cast<uintptr_t>(block);