/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
inttypes_h.pass.cpp | 291 #ifndef PRIxPTR 292 #error PRIxPTR not defined 347 #ifndef PRIXPTR 348 #error PRIXPTR not defined
|
/external/chromium_org/tools/android/heap_profiler/ |
heap_dump.c | 156 printf("\"%"PRIxPTR"\": {\"l\": %zu, \"f\": %"PRIu32", \"s\": \"%zx\"}",
|
/external/e2fsprogs/intl/ |
loadmsgcat.c | 439 #if !defined PRIxPTR || PRI_MACROS_BROKEN 440 # undef PRIxPTR 441 # define PRIxPTR \ 446 #if !defined PRIXPTR || PRI_MACROS_BROKEN 447 # undef PRIXPTR 448 # define PRIXPTR \ 744 return PRIxPTR; 746 return PRIXPTR; [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 48 #include <inttypes.h> // for PRIxPTR 316 printed = snprintf(buf + buflen, bufsize - buflen, " 0x%08" PRIxPTR, 666 printer.Printf("\t@ %"PRIxPTR" %s\n",
|
heap-checker.cc | 813 RAW_VLOG(11, "Looking into %s: 0x%" PRIxPTR "..0x%" PRIxPTR, [all...] |
/external/libcxx/test/input.output/file.streams/c.files/ |
cinttypes.pass.cpp | 535 #ifndef PRIxPTR 536 #error PRIxPTR not defined 591 #ifndef PRIXPTR 592 #error PRIXPTR not defined
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
cinttypes.pass.cpp | 535 #ifndef PRIxPTR 536 #error PRIxPTR not defined 591 #ifndef PRIXPTR 592 #error PRIXPTR not defined
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
inttypes.h | 170 # define PRIxPTR __PRIPTR_PREFIX "x" 171 # define PRIXPTR __PRIPTR_PREFIX "X"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
inttypes.h | 170 # define PRIxPTR __PRIPTR_PREFIX "x" 171 # define PRIXPTR __PRIPTR_PREFIX "X"
|
/external/bison/darwin-lib/ |
inttypes.h | 885 #if !defined PRIxPTR || 0 886 # undef PRIxPTR 888 # define PRIxPTR "l" "x" 891 #if !defined PRIXPTR || 0 892 # undef PRIXPTR 894 # define PRIXPTR "l" "X" [all...] |
/external/bison/linux-lib/ |
inttypes.h | 885 #if !defined PRIxPTR || 0 886 # undef PRIxPTR 888 # define PRIxPTR "l" "x" 891 #if !defined PRIXPTR || 0 892 # undef PRIXPTR 894 # define PRIXPTR "l" "X" [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.cc | 48 #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",
|
heap-checker.cc | 813 RAW_VLOG(11, "Looking into %s: 0x%" PRIxPTR "..0x%" PRIxPTR, [all...] |
/external/qemu/ |
disas.c | 383 fprintf(out, "0x%08" PRIxPTR ": ", pc);
|
/system/extras/tests/iptables/qtaguid/ |
socketTag.cpp | 158 asprintf(&match_template, "sock=%" PRIxPTR " %s", (uintptr_t)addr, "tag=0x%" PRIx64" (uid=%u)");
|
/bionic/tests/ |
pthread_test.cpp | 853 sscanf(line, "%" PRIxPTR "-%" PRIxPTR " %*4s %*x %*x:%*x %*d %10s", &lo, &hi, name);
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 862 fprintf(fp, " %016" PRIxPTR, backtrace[bt]); 864 fprintf(fp, " %08" PRIxPTR, backtrace[bt]); [all...] |
/art/compiler/dex/quick/mips/ |
target_mips.cc | 244 snprintf(tbuf, arraysize(tbuf), "0x%08" PRIxPTR " (L%p)",
|
/art/compiler/dex/quick/arm64/ |
target_arm64.cc | 471 snprintf(tbuf, arraysize(tbuf), "0x%08" PRIxPTR " (L%p)", 496 snprintf(tbuf, arraysize(tbuf), ".+%d (addr %#" PRIxPTR ")", 4*operand, [all...] |
/art/runtime/ |
utils.cc | 1093 os << StringPrintf("%08" PRIxPTR " ???", it->pc); 1095 os << StringPrintf("%08" PRIxPTR " ", it->pc - it->map->start) [all...] |
monitor.cc | [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | [all...] |
/art/compiler/dex/quick/arm/ |
target_arm.cc | 450 snprintf(tbuf, arraysize(tbuf), "0x%08" PRIxPTR " (L%p)",
|
/external/chromium_org/v8/src/arm64/ |
simulator-arm64.cc | [all...] |
/external/jemalloc/src/ |
prof.c | 942 if (prof_dump_printf(propagate_err, " %#"PRIxPTR,
|