Home
last modified time | relevance | path

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

12

/external/valgrind/gdbserver_tests/
Dmain_pic.c11 printf("address of main %#" PRIxPTR "\n", (uintptr_t) main); in main()
12 printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func); in main()
Dmcmain_pic.stdoutB.exp4 12 printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func);
/external/valgrind/memcheck/tests/
Dclo_redzone.c9 fprintf (stderr, "b1 %#" PRIxPTR " b2 %#" PRIxPTR "\n", in main()
Dsigaltstack.c9 fprintf(stderr, "caught signal, local var is on %#" PRIxPTR "\n", in sig_handler()
27 fprintf(stderr, "calling sigaltstack, stack base is %#" PRIxPTR "\n", in main()
Ddescr_belowsp.c47 fprintf(stderr, "describing %#" PRIxPTR " %s\n", (uintptr_t) a, what); in describe()
48 sprintf(s, "v.info location %#" PRIxPTR, (uintptr_t) a); in describe()
Dleak_cpp_interior.cpp113 sprintf(who_points_at_cmd, "who_points_at %#" PRIxPTR " 20", in doit()
/external/libusb/msvc/
Dinttypes.h240 #define PRIxPTR "I64x" macro
252 #define PRIxPTR "x" macro
/external/libunwind_llvm/src/
DUnwindLevel1.c427 "_Unwind_GetLanguageSpecificData(context=%p) => 0x%" PRIxPTR, in _Unwind_GetLanguageSpecificData()
431 _LIBUNWIND_DEBUG_LOG("lsda at 0x%" PRIxPTR " does not start with 0xFF", in _Unwind_GetLanguageSpecificData()
447 _LIBUNWIND_TRACE_API("_Unwind_GetRegionStart(context=%p) => 0x%" PRIxPTR, in _Unwind_GetRegionStart()
/external/mesa3d/src/egl/main/
Deglsync.c76 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%" PRIxPTR, attr); in _eglParseSyncAttribList()
/external/libchrome/base/trace_event/
Dheap_profiler_stack_frame_deduplicator.cc96 "pc:%" PRIxPTR, in AppendAsTraceFormat()
/external/e2fsprogs/intl/
Dloadmsgcat.c439 #if !defined PRIxPTR || PRI_MACROS_BROKEN
440 # undef PRIxPTR
441 # define PRIxPTR \ macro
744 return PRIxPTR; in get_sysdep_segment_value()
/external/bison/lib/
Dinttypes.in.h573 #if !defined PRIxPTR || @PRI_MACROS_BROKEN@
574 # undef PRIxPTR
576 # define PRIxPTR @PRIPTR_PREFIX@ "x" macro
/external/syslinux/com32/include/
Dinttypes.h114 #define PRIxPTR __PRIPTR_RANK "x" macro
/external/bison/linux-lib/
Dinttypes.h885 #if !defined PRIxPTR || 0
886 # undef PRIxPTR
888 # define PRIxPTR "l" "x" macro
/external/bison/darwin-lib/
Dinttypes.h885 #if !defined PRIxPTR || 0
886 # undef PRIxPTR
888 # define PRIxPTR "l" "x" macro
/external/libcxx/include/
Dcinttypes111 PRIxPTR
/external/valgrind/none/tests/solaris/
Dcoredump_many_segments.c210 "%" PRIxPTR ".\n", segment, start); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp535 #ifndef PRIxPTR
536 #error PRIxPTR not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp535 #ifndef PRIxPTR
536 #error PRIxPTR not defined
/external/jemalloc/include/jemalloc/internal/
Dutil.h31 # define FMTxPTR PRIxPTR
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h379 …"%s (%s): object: 0x%" PRIxPTR " type: %d location: " PRINTF_SIZE_T_SPECIFIER " msgCode: %d: %s\n"… in win32_debug_output_msg()
/external/v8/src/mips64/
Dsimulator-mips64.cc466 PrintF(" 0x%012" PRIxPTR " : 0x%016" PRIx64 " %14" PRId64 " ", in Debug()
529 PrintF(" 0x%08" PRIxPTR " %s\n", reinterpret_cast<intptr_t>(cur), in Debug()
651 PrintF(" 0x%08" PRIxPTR " %s\n", reinterpret_cast<intptr_t>(cur), in Debug()
1754 PrintF("Memory read from bad address: 0x%08" PRIx64 " , pc=0x%08" PRIxPTR in ReadW()
1774 PrintF("Memory read from bad address: 0x%08" PRIx64 " , pc=0x%08" PRIxPTR in ReadWU()
1794 PrintF("Memory write to bad address: 0x%08" PRIx64 " , pc=0x%08" PRIxPTR in WriteW()
1814 PrintF("Memory read from bad address: 0x%08" PRIx64 " , pc=0x%08" PRIxPTR in Read2W()
1834 PrintF("Memory write to bad address: 0x%08" PRIx64 " , pc=0x%08" PRIxPTR in Write2W()
1976 PrintF("Simulator found unsupported instruction:\n 0x%08" PRIxPTR " : %s\n", in Format()
4945 PrintF(" 0x%08" PRIxPTR " %-44s %s\n", in InstructionDecode()
/external/v8/src/mips/
Dsimulator-mips.cc533 PrintF(" 0x%08" PRIxPTR ": 0x%08x %10d", in Debug()
596 PrintF(" 0x%08" PRIxPTR " %s\n", reinterpret_cast<intptr_t>(cur), in Debug()
718 PrintF(" 0x%08" PRIxPTR " %s\n", reinterpret_cast<intptr_t>(cur), in Debug()
1846 PrintF("Memory read from bad address: 0x%08x, pc=0x%08" PRIxPTR "\n", addr, in ReadW()
1876 PrintF("Memory write to bad address: 0x%08x, pc=0x%08" PRIxPTR "\n", addr, in WriteW()
2020 PrintF("Simulator found unsupported instruction:\n 0x%08" PRIxPTR ": %s\n", in Format()
4657 PrintF(" 0x%08" PRIxPTR " %-44s %s\n", in InstructionDecode()
/external/v8/src/arm64/
Dsimulator-arm64.cc1218 fprintf(stream_, " <- %s0x%016" PRIxPTR "%s\n", in PrintRead()
1246 fprintf(stream_, " <- %s0x%016" PRIxPTR "%s\n", in PrintReadFP()
1281 fprintf(stream_, " -> %s0x%016" PRIxPTR "%s\n", in PrintWrite()
1310 fprintf(stream_, " -> %s0x%016" PRIxPTR "%s\n", in PrintWriteFP()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c544 debug_printf("HDR[%02"PRIxPTR"] = 0x%08x\n", in nvc0_program_dump()

12