Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/cronet/base/memory/
H A 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
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 Ddangling_raw_ptr_checks.cc13 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 Dmalloc_hooks.cpp212 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 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
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dwrite_protector.h36 void ProtectPages(uintptr_t, size_t) final {} in ProtectPages() argument
37 void UnprotectPages(uintptr_t, size_t) final {} in UnprotectPages() argument
H A Dstate_bitmap_unittest.cc96 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 Ddangling_ptr_instrumentation.cc85 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/
Dsyscalls.rs112 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/
DappSupport.c217 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/
Dformat.h242 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/
Dformat.h242 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/
Dformat.h242 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/
Dformat.h242 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/
Devent.rs348 ident: uintptr_t, in new()
371 pub fn ident(&self) -> uintptr_t { in ident()
/aosp_15_r20/external/cronet/base/allocator/
H A Dpartition_alloc_support.cc704 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 Dstdint.h91 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 Dstdint.h116 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 Dstack_unittest.cc334 void VisitStack(uintptr_t*, uintptr_t*) final { in VisitStack() argument
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/
H A 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
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/external/fmtlib/include/fmt/
Dformat.h442 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/
Dformat.h442 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/
Dformat.h442 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/
Dformat.h442 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/
Dformat.h442 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/
Dstdint.h122 typedef unsigned long int uintptr_t; typedef
128 typedef unsigned int uintptr_t; typedef

12345678910>>...12