Home
last modified time | relevance | path

Searched refs:PRIxPTR (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_debug/
Dbacktrace.cpp46 #define PAD_PTR "016" PRIxPTR
48 #define PAD_PTR "08" PRIxPTR
161 snprintf(offset_buf, sizeof(offset_buf), " (offset 0x%" PRIxPTR ")", entry->offset); in backtrace_string()
DMapData.cpp49 if (sscanf(line, "%" PRIxPTR "-%" PRIxPTR " %4s %" PRIxPTR " %*x:%*x %*d %n", &start, in parse_line()
/bionic/libc/include/
Dinttypes.h140 #define PRIxPTR __PRI_PTR_prefix"x" /* uintptr_t */ macro