Searched refs:PRIxPTR (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc349 "mmap(start=0x%"PRIxPTR", len=%"PRIuS", prot=0x%x, flags=0x%x, "
350 "fd=%d, offset=0x%x) = 0x%"PRIxPTR"",
367 "mremap(old_addr=0x%"PRIxPTR", old_size=%"PRIuS", "
368 "new_size=%"PRIuS", flags=0x%x, new_addr=0x%"PRIxPTR") = "
369 "0x%"PRIxPTR"",
383 RAW_LOG(INFO, "munmap(start=0x%"PRIxPTR", len=%"PRIuS")",
393 RAW_LOG(INFO, "sbrk(inc=%"PRIdS") = 0x%"PRIxPTR"",
H A Dmemory_region_map.cc589 RAW_VLOG(10, "MMap = 0x%"PRIxPTR" of %"PRIuS" at %"PRIu64" "
610 RAW_VLOG(10, "MRemap = 0x%"PRIxPTR" of 0x%"PRIxPTR" %"PRIuS" "
611 "to %"PRIuS" flags %d new_addr=0x%"PRIxPTR,
624 RAW_VLOG(10, "Sbrk = 0x%"PRIxPTR" of %"PRIdS"", (uintptr_t)result, increment);
644 RAW_LOG(INFO, "Memory region 0x%"PRIxPTR"..0x%"PRIxPTR" "
645 "from 0x%"PRIxPTR" stack=%d",
H A Dsymbolize.cc232 "0x%"PRIxPTR"\n", reinterpret_cast<uintptr_t>(iter->first));
H A Dheap-profile-table.cc48 #include <inttypes.h> // for PRIxPTR
316 printed = snprintf(buf + buflen, bufsize - buflen, " 0x%08" PRIxPTR,
666 printer.Printf("\t@ %"PRIxPTR" %s\n",
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h240 #define PRIxPTR "I64x" macro
252 #define PRIxPTR "x" macro
/external/jemalloc/test/unit/
H A Drtree.c51 "i=%u, j=%u, k=%u, set key=%#"PRIxPTR", "
52 "get key=%#"PRIxPTR, i, j, k, keys[j], local
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc428 "mmap(start=0x%" PRIxPTR ", len=%" PRIuS ", prot=0x%x, flags=0x%x, "
429 "fd=%d, offset=0x%x) = 0x%" PRIxPTR,
446 "mremap(old_addr=0x%" PRIxPTR ", old_size=%" PRIuS ", "
447 "new_size=%" PRIuS ", flags=0x%x, new_addr=0x%" PRIxPTR ") = "
448 "0x%" PRIxPTR,
462 RAW_LOG(INFO, "munmap(start=0x%" PRIxPTR ", len=%" PRIuS ")",
472 RAW_LOG(INFO, "sbrk(inc=%" PRIdS ") = 0x%" PRIxPTR,
H A Dmemory_region_map.cc752 RAW_VLOG(10, "MMap = 0x%" PRIxPTR " of %" PRIuS " at %" PRIu64 " "
773 RAW_VLOG(10, "MRemap = 0x%" PRIxPTR " of 0x%" PRIxPTR " %" PRIuS " "
774 "to %" PRIuS " flags %d new_addr=0x%" PRIxPTR,
787 RAW_VLOG(10, "Sbrk = 0x%" PRIxPTR " of %" PRIdS,
808 RAW_LOG(INFO, "Memory region 0x%" PRIxPTR "..0x%" PRIxPTR " "
809 "from 0x%" PRIxPTR " stack=%d",
H A Dsymbolize.cc227 "0x%" PRIxPTR "\n", reinterpret_cast<uintptr_t>(iter->first));
H A Dheap-profile-table.cc48 #include <inttypes.h> // for PRIxPTR
324 printed = snprintf(buf + buflen, bufsize - buflen, " 0x%08" PRIxPTR,
522 snprintf(addr, 16, "0x%08" PRIxPTR, ptr);
724 printer.Printf("\t@ %" PRIxPTR " %s\n",
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h151 #define PRIxPTR "Ix" macro
/external/mesa3d/include/c99/
H A Dinttypes.h151 #define PRIxPTR "Ix" macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h106 #ifndef PRIxPTR
107 #define PRIxPTR "lx" macro
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h339 # define PRIxPTR "llx" macro
342 # define PRIxPTR "lx" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h106 #ifndef PRIxPTR
107 #define PRIxPTR "lx" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h336 # define PRIxPTR "llx" macro
339 # define PRIxPTR "lx" macro
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h159 #define PRIxPTR __PRIPTR_PREFIX "x" macro
/external/qemu/include/exec/
H A Dcpu-common.h47 # define RAM_ADDR_FMT "%" PRIxPTR
/external/bison/lib/
H A Dinttypes.in.h573 #if !defined PRIxPTR || @PRI_MACROS_BROKEN@
574 # undef PRIxPTR macro
576 # define PRIxPTR @PRIPTR_PREFIX@ "x" macro
/external/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp291 #ifndef PRIxPTR
292 #error PRIxPTR not defined
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_dump.c156 printf("\"%"PRIxPTR"\": {\"l\": %zu, \"f\": %"PRIu32", \"s\": \"%zx\"}",
/external/e2fsprogs/intl/
H A Dloadmsgcat.c439 #if !defined PRIxPTR || PRI_MACROS_BROKEN
440 # undef PRIxPTR macro
441 # define PRIxPTR \ macro
744 return PRIxPTR;
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp535 #ifndef PRIxPTR
536 #error PRIxPTR not defined
/external/bison/darwin-lib/
H A Dinttypes.h885 #if !defined PRIxPTR || 0
886 # undef PRIxPTR macro
888 # define PRIxPTR "l" "x" macro
/external/bison/linux-lib/
H A Dinttypes.h885 #if !defined PRIxPTR || 0
886 # undef PRIxPTR macro
888 # define PRIxPTR "l" "x" macro

Completed in 577 milliseconds

12