/aosp_15_r20/external/cronet/base/memory/ |
H A D | raw_ptr_asan_hooks.cc | 68 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 104 void WrapPtrForDuplication(uintptr_t) {} in WrapPtrForDuplication() argument 106 void UnsafelyUnwrapForDuplication(uintptr_t) {} in UnsafelyUnwrapForDuplication() argument
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | dangling_raw_ptr_checks.cc | 13 DanglingRawPtrDetectedFn* g_dangling_raw_ptr_detected_fn = [](uintptr_t) {}; in __anon4af652940202() argument 14 DanglingRawPtrReleasedFn* g_dangling_raw_ptr_released_fn = [](uintptr_t) {}; in __anon4af652940302() argument 16 [](uintptr_t) {}; in __anon4af652940402() argument
|
/aosp_15_r20/bionic/libc/malloc_hooks/ |
H A D | malloc_hooks.cpp | 212 int hooks_malloc_iterate(uintptr_t, size_t, void (*)(uintptr_t, size_t, void*), void*) { in hooks_malloc_iterate() argument 222 ssize_t hooks_malloc_backtrace(void*, uintptr_t*, size_t) { in hooks_malloc_backtrace() argument
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_libbacktrace.cc | 124 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
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/ |
H A D | write_protector.h | 36 void ProtectPages(uintptr_t, size_t) final {} in ProtectPages() argument 37 void UnprotectPages(uintptr_t, size_t) final {} in UnprotectPages() argument
|
H A D | state_bitmap_unittest.cc | 96 bitmap().IterateAllocated([&count](uintptr_t) { count++; }); in CountAllocated() argument 102 bitmap().IterateQuarantined([&count](uintptr_t) { count++; }); in CountQuarantined() argument
|
/aosp_15_r20/external/cronet/base/test/memory/ |
H A D | dangling_ptr_instrumentation.cc | 85 void DanglingPtrInstrumentation::IncreaseCountDetected(std::uintptr_t) { in IncreaseCountDetected() 90 void DanglingPtrInstrumentation::IncreaseCountReleased(std::uintptr_t) { in IncreaseCountReleased()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/event/ |
D | syscalls.rs | 112 object: c::uintptr_t, in port_associate() 129 object: c::uintptr_t, in port_dissociate()
|
/aosp_15_r20/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | appSupport.c | 217 void (*method)(uintptr_t, uintptr_t),uintptr_t arg1, uintptr_t arg2) in cpuAppInvoke() argument
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/fmtlib/include/fmt/ |
D | format.h | 242 using uintptr_t = ::uintptr_t; variable 245 using uintptr_t = fallback_uintptr; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/fmtlib/include/fmt/ |
D | format.h | 242 using uintptr_t = ::uintptr_t; variable 245 using uintptr_t = fallback_uintptr; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/fmtlib/include/fmt/ |
D | format.h | 242 using uintptr_t = ::uintptr_t; variable 245 using uintptr_t = fallback_uintptr; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/fmtlib/include/fmt/ |
D | format.h | 242 using uintptr_t = ::uintptr_t; variable 245 using uintptr_t = fallback_uintptr; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/ |
D | event.rs | 348 ident: uintptr_t, in new() 371 pub fn ident(&self) -> uintptr_t { in ident()
|
/aosp_15_r20/external/cronet/base/allocator/ |
H A D | partition_alloc_support.cc | 704 partition_alloc::SetDanglingRawPtrDetectedFn([](uintptr_t) {}); in InstallDanglingRawPtrChecks() argument 705 partition_alloc::SetDanglingRawPtrReleasedFn([](uintptr_t) {}); in InstallDanglingRawPtrChecks() argument 773 partition_alloc::SetUnretainedDanglingRawPtrDetectedFn([](uintptr_t) {}); in InstallUnretainedDanglingRawPtrChecks() argument
|
/aosp_15_r20/external/libconfig/lib/win32/ |
H A D | stdint.h | 91 typedef unsigned __int64 uintptr_t; typedef 94 typedef unsigned int uintptr_t; typedef
|
/aosp_15_r20/external/jemalloc_new/include/msvc_compat/C99/ |
H A D | stdint.h | 116 typedef unsigned __int64 uintptr_t; typedef 119 typedef _W64 unsigned int uintptr_t; typedef
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/stack/ |
H A D | stack_unittest.cc | 334 void VisitStack(uintptr_t*, uintptr_t*) final { in VisitStack() argument
|
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/ |
H A D | ObjectTransformLayerTest.cpp | 297 uint8_t *allocateCodeSection(uintptr_t, unsigned, unsigned, in TEST() argument 301 uint8_t *allocateDataSection(uintptr_t, unsigned, unsigned, llvm::StringRef, in TEST() argument
|
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/external/fmtlib/include/fmt/ |
D | format.h | 442 using uintptr_t = ::uintptr_t; variable 444 using uintptr_t = uint128_t; variable
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/fmtlib/include/fmt/ |
D | format.h | 442 using uintptr_t = ::uintptr_t; variable 444 using uintptr_t = uint128_t; variable
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/external/fmtlib/include/fmt/ |
D | format.h | 442 using uintptr_t = ::uintptr_t; variable 444 using uintptr_t = uint128_t; variable
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/external/fmtlib/include/fmt/ |
D | format.h | 442 using uintptr_t = ::uintptr_t; variable 444 using uintptr_t = uint128_t; variable
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/fmtlib/include/fmt/ |
D | format.h | 442 using uintptr_t = ::uintptr_t; variable 444 using uintptr_t = uint128_t; variable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | stdint.h | 122 typedef unsigned long int uintptr_t; typedef 128 typedef unsigned int uintptr_t; typedef
|