Home
last modified time | relevance | path

Searched defs:uintptr_t (Results 1 – 25 of 67) sorted by relevance

123

/external/cronet/base/memory/
Draw_ptr_asan_hooks.cc68 void ReleaseWrappedPtr(uintptr_t) {} in ReleaseWrappedPtr() argument
98 void UnsafelyUnwrapForComparison(uintptr_t) {} in UnsafelyUnwrapForComparison() argument
100 void Advance(uintptr_t, uintptr_t) {} in Advance() argument
102 void Duplicate(uintptr_t) {} in Duplicate() argument
/external/cronet/base/allocator/partition_allocator/
Ddangling_raw_ptr_checks.cc13 DanglingRawPtrDetectedFn* g_dangling_raw_ptr_detected_fn = [](uintptr_t) {}; in __anon71d95d990202() argument
14 DanglingRawPtrReleasedFn* g_dangling_raw_ptr_released_fn = [](uintptr_t) {}; in __anon71d95d990302() argument
16 [](uintptr_t) {}; in __anon71d95d990402() argument
/external/cronet/base/allocator/partition_allocator/starscan/
Dwrite_protector.h36 void ProtectPages(uintptr_t, size_t) final {} in ProtectPages() argument
37 void UnprotectPages(uintptr_t, size_t) final {} in UnprotectPages() argument
Dstate_bitmap_unittest.cc96 bitmap().IterateAllocated([&count](uintptr_t) { count++; }); in CountAllocated() argument
102 bitmap().IterateQuarantined([&count](uintptr_t) { count++; }); in CountQuarantined() argument
/external/cronet/base/test/memory/
Ddangling_ptr_instrumentation.cc88 void DanglingPtrInstrumentation::IncreaseCountDetected(std::uintptr_t) { in IncreaseCountDetected()
93 void DanglingPtrInstrumentation::IncreaseCountReleased(std::uintptr_t) { in IncreaseCountReleased()
/external/clang/test/Analysis/
Dmisc-ps-region-store-i386.m7 typedef unsigned uintptr_t; typedef
Dmisc-ps-region-store-x86_64.m7 typedef unsigned long uintptr_t; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libbacktrace.cc124 static void SymbolizeCodeCallback(void *vdata, uintptr_t addr, in SymbolizeCodeCallback() argument
134 static void SymbolizeDataCallback(void *vdata, uintptr_t, const char *symname, in SymbolizeDataCallback() argument
/external/clang/test/Headers/Inputs/include/
Dstdint.h14 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
/external/rust/crates/nix/src/sys/
Devent.rs224 ident: uintptr_t, in new()
245 pub fn ident(&self) -> uintptr_t { in ident()
/external/rust/crates/libc/src/hermit/
Dmod.rs22 pub type uintptr_t = usize; typedef
/external/rust/crates/libc/src/
Dsgx.rs19 pub type uintptr_t = usize; typedef
Dswitch.rs19 pub type uintptr_t = usize; typedef
/external/jazzer-api/driver/src/main/native/com/code_intelligence/jazzer/driver/
Dlibfuzzer_callbacks.cpp107 [caller_pc](const std::pair<uintptr_t, uintptr_t> &range) { in __sanitizer_weak_is_relevant_pc()
/external/ltp/testcases/kernel/kvm/include/
Dkvm_guest.h41 typedef unsigned long uintptr_t; typedef
/external/cronet/base/allocator/
Dpartition_alloc_support.cc668 partition_alloc::SetDanglingRawPtrDetectedFn([](uintptr_t) {}); in InstallDanglingRawPtrChecks() argument
669 partition_alloc::SetDanglingRawPtrReleasedFn([](uintptr_t) {}); in InstallDanglingRawPtrChecks() argument
730 partition_alloc::SetUnretainedDanglingRawPtrDetectedFn([](uintptr_t) {}); in InstallUnretainedDanglingRawPtrChecks() argument
/external/libconfig/lib/win32/
Dstdint.h91 typedef unsigned __int64 uintptr_t; typedef
94 typedef unsigned int uintptr_t; typedef
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
/external/cronet/base/allocator/partition_allocator/starscan/stack/
Dstack_unittest.cc333 void VisitStack(uintptr_t*, uintptr_t*) final { in VisitStack() argument
/external/clang/test/Sema/
Dblock-return.c53 typedef unsigned int * uintptr_t; typedef
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp297 uint8_t *allocateCodeSection(uintptr_t, unsigned, unsigned, in TEST() argument
301 uint8_t *allocateDataSection(uintptr_t, unsigned, unsigned, llvm::StringRef, in TEST() argument
/external/fmtlib/test/
Dgtest-extra.h116 const wchar_t*, unsigned, uintptr_t) {} in handle_invalid_parameter() argument
/external/icu/icu4c/source/common/
Dputilimp.h72 typedef size_t uintptr_t; typedef
/external/cronet/third_party/icu/source/common/
Dputilimp.h72 typedef size_t uintptr_t; typedef
/external/icu/libicu/cts_headers/
Dputilimp.h72 typedef size_t uintptr_t; typedef

123