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

/external/valgrind/gdbserver_tests/
H A Dmain_pic.c11 printf("address of main %#" PRIxPTR "\n", (uintptr_t) main);
12 printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func);
H A Dmcmain_pic.stdoutB.exp4 12 printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func);
/external/valgrind/memcheck/tests/
H A Dclo_redzone.c9 fprintf (stderr, "b1 %#" PRIxPTR " b2 %#" PRIxPTR "\n",
H A Dsigaltstack.c9 fprintf(stderr, "caught signal, local var is on %#" PRIxPTR "\n",
27 fprintf(stderr, "calling sigaltstack, stack base is %#" PRIxPTR "\n",
H A Dleak_cpp_interior.cpp112 sprintf(who_points_at_cmd, "who_points_at %#" PRIxPTR " 20",
/external/libunwind_llvm/src/
H A DUnwindLevel1.c427 "_Unwind_GetLanguageSpecificData(context=%p) => 0x%" PRIxPTR "\n",
431 _LIBUNWIND_DEBUG_LOG("lsda at 0x%" PRIxPTR " does not start with 0xFF\n",
447 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR "\n",
/external/mesa3d/include/c99/
H A Dinttypes.h151 #define PRIxPTR "Ix" macro
/external/opencv3/3rdparty/include/
H A Dmsc_inttypes.h149 #define PRIxPTR "Ix" macro
/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/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp291 #ifndef PRIxPTR
292 #error PRIxPTR not defined
/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/jemalloc/include/jemalloc/internal/
H A Dutil.h31 # define FMTxPTR PRIxPTR
/external/valgrind/none/tests/solaris/
H A Dcoredump_many_segments.c210 "%" PRIxPTR ".\n", segment, start);
/external/vulkan-validation-layers/layers/
H A Dvk_layer_logging.h264 "%s (%s): object: 0x%" PRIxPTR " type: %d location: " PRINTF_SIZE_T_SPECIFIER " msgCode: %d: %s\n", pLayerPrefix,
/external/libcxx/test/std/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
/external/v8/src/arm64/
H A Dsimulator-arm64.cc1187 fprintf(stream_, " <- %s0x%016" PRIxPTR "%s\n",
1215 fprintf(stream_, " <- %s0x%016" PRIxPTR "%s\n",
1250 fprintf(stream_, " -> %s0x%016" PRIxPTR "%s\n",
1279 fprintf(stream_, " -> %s0x%016" PRIxPTR "%s\n",
/external/vixl/src/vixl/a64/
H A Dsimulator-a64.cc737 fprintf(stream_, " <- %s0x%016" PRIxPTR "%s\n",
754 fprintf(stream_, " <- %s0x%016" PRIxPTR "%s\n",
768 fprintf(stream_, " -> %s0x%016" PRIxPTR "%s\n",
792 fprintf(stream_, " -> %s0x%016" PRIxPTR "%s\n",
H A Ddisasm-a64.cc2699 AppendToOutput("(addr 0x%" PRIxPTR ")", reinterpret_cast<uintptr_t>(addr));

Completed in 3440 milliseconds