Home
last modified time | relevance | path

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

123

/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/Analysis/
Dmisc-ps-region-store-x86_64.m7 typedef unsigned long uintptr_t; typedef
Dmisc-ps-region-store-i386.m7 typedef unsigned uintptr_t; typedef
Dnull-deref-ps.c4 typedef unsigned uintptr_t; typedef
/external/clang/test/Headers/Inputs/include/
Dstdint.h14 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
/external/rust/crates/nix/src/sys/
Devent.rs221 pub fn new(ident: uintptr_t, filter: EventFilter, flags: EventFlag, in new()
233 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/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/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/clang/test/Sema/
Dblock-return.c53 typedef unsigned int * uintptr_t; typedef
/external/fmtlib/test/
Dgtest-extra.h115 const wchar_t*, unsigned, uintptr_t) {} in handle_invalid_parameter() argument
/external/icu/libicu/cts_headers/
Dputilimp.h72 typedef size_t uintptr_t; typedef
/external/icu/icu4c/source/common/
Dputilimp.h72 typedef size_t uintptr_t; typedef
/external/clang/test/CodeGenCXX/
Dmangle-ms-back-references.cpp47 typedef unsigned int uintptr_t; typedef
/external/perfetto/src/base/
Ddebug_crash_stack_trace.cc168 const char* function) -> int { in SignalHandler()
/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_bionic_hooks.cc185 ssize_t heapprofd_malloc_backtrace(void*, uintptr_t*, size_t) { in heapprofd_malloc_backtrace() argument
/external/armnn/third-party/fmt/
Dformat.h277 using uintptr_t = ::uintptr_t; variable
280 using uintptr_t = fallback_uintptr; variable
/external/capstone/include/windowsce/
Dstdint.h54 typedef unsigned __int32 uintptr_t; typedef
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h121 typedef unsigned long uintptr_t; typedef
/external/fmtlib/include/fmt/
Dformat.h311 using uintptr_t = ::uintptr_t; variable
314 using uintptr_t = fallback_uintptr; variable
/external/musl/include/
Dalltypes.h.in6 TYPEDEF unsigned _Addr uintptr_t; variable
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h145 typedef int uintptr_t; typedef

123