Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 25 of 183) sorted by relevance

12345678

/external/google-breakpad/src/processor/
Ddump_context.cc41 #define PRIx64 "llx" macro
361 printf(" float_save.fpregs[%2d] = 0x%" PRIx64 "\n", in Print()
381 printf(" context_flags = 0x%" PRIx64 "\n", in Print()
383 printf(" srr0 = 0x%" PRIx64 "\n", in Print()
385 printf(" srr1 = 0x%" PRIx64 "\n", in Print()
390 printf(" gpr[%2d] = 0x%" PRIx64 "\n", in Print()
393 printf(" cr = 0x%" PRIx64 "\n", context_ppc64->cr); in Print()
394 printf(" xer = 0x%" PRIx64 "\n", in Print()
396 printf(" lr = 0x%" PRIx64 "\n", context_ppc64->lr); in Print()
397 printf(" ctr = 0x%" PRIx64 "\n", in Print()
[all …]
Dstackwalk_common.cc88 snprintf(buffer, sizeof(buffer), " %5s = 0x%016" PRIx64 , name, value); in PrintRegister64()
180 printf("\n%s %016" PRIx64, indent.c_str(), address); in PrintStackContents()
230 printf("%s *(0x%016" PRIx64 ") = 0x%016" PRIx64, in PrintStackContents()
233 printf(" <%s> [%s : %d + 0x%" PRIx64 "]\n", in PrintStackContents()
274 printf(" [%s : %d + 0x%" PRIx64 "]", in PrintStack()
279 printf(" + 0x%" PRIx64, instruction_address - frame->function_base); in PrintStack()
282 printf(" + 0x%" PRIx64, in PrintStack()
286 printf("0x%" PRIx64, instruction_address); in PrintStack()
641 printf("%c%s%c%d%c0x%" PRIx64, in PrintStackMachineReadable()
649 printf("%c%c%c0x%" PRIx64, in PrintStackMachineReadable()
[all …]
/external/vboot_reference/futility/
Dvb1_helper.c69 Debug(" config file size=0x%" PRIx64 "\n", *config_size); in ReadConfigFile()
172 Debug(" kernel16_start=0x%" PRIx64 "\n", 0); in PickApartVmlinuz()
173 Debug(" kernel16_size=0x%" PRIx64 "\n", kernel32_start); in PickApartVmlinuz()
204 Debug(" kernel32_start=0x%" PRIx64 "\n", kernel32_start); in PickApartVmlinuz()
205 Debug(" kernel32_size=0x%" PRIx64 "\n", kernel32_size); in PickApartVmlinuz()
242 Debug("vmlinuz_header_size = 0x%" PRIx64 "\n", in UnpackKernelBlob()
244 Debug("vmlinuz_header_ofs = 0x%" PRIx64 "\n", now); in UnpackKernelBlob()
255 Debug("bootloader_size = 0x%" PRIx64 "\n", g_bootloader_size); in UnpackKernelBlob()
256 Debug("bootloader_ofs = 0x%" PRIx64 "\n", now); in UnpackKernelBlob()
262 Debug("param_ofs = 0x%" PRIx64 "\n", now); in UnpackKernelBlob()
[all …]
/external/valgrind/memcheck/tests/vbit-test/
Dutil.c89 case 64: fprintf(fp, "%016"PRIx64, val.u64); break; in print_value()
92 fprintf(fp, "%016"PRIx64, val.u128[1]); in print_value()
93 fprintf(fp, "%016"PRIx64, val.u128[0]); in print_value()
95 fprintf(fp, "%016"PRIx64, val.u128[0]); in print_value()
96 fprintf(fp, "%016"PRIx64, val.u128[1]); in print_value()
101 fprintf(fp, "%016"PRIx64, val.u256[3]); in print_value()
102 fprintf(fp, "%016"PRIx64, val.u256[2]); in print_value()
103 fprintf(fp, "%016"PRIx64, val.u256[1]); in print_value()
104 fprintf(fp, "%016"PRIx64, val.u256[0]); in print_value()
106 fprintf(fp, "%016"PRIx64, val.u256[0]); in print_value()
[all …]
/external/vixl/examples/
Dswap4.cc71 "x0 = 0x%" PRIx64 "\n" in main()
72 "x1 = 0x%" PRIx64 "\n" in main()
73 "x2 = 0x%" PRIx64 "\n" in main()
74 "x3 = 0x%" PRIx64 "\n", in main()
81 "x0 = 0x%" PRIx64 "\n" in main()
82 "x1 = 0x%" PRIx64 "\n" in main()
83 "x2 = 0x%" PRIx64 "\n" in main()
84 "x3 = 0x%" PRIx64 "\n", in main()
/external/llvm/lib/MC/
DMCInstPrinter.cpp89 return format("-0x%" PRIx64, -Value); in formatHex()
91 return format("0x%" PRIx64, Value); in formatHex()
95 return format("-0%" PRIx64 "h", -Value); in formatHex()
97 return format("-%" PRIx64 "h", -Value); in formatHex()
100 return format("0%" PRIx64 "h", Value); in formatHex()
102 return format("%" PRIx64 "h", Value); in formatHex()
111 return format("0x%" PRIx64, Value); in formatHex()
114 return format("0%" PRIx64 "h", Value); in formatHex()
116 return format("%" PRIx64 "h", Value); in formatHex()
/external/libunwind_llvm/src/
DUnwindLevel1.c80 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIx64 ", start_ip=0x%" PRIx64 in unwind_phase1()
81 ", func=%s, lsda=0x%" PRIx64 ", personality=0x%" PRIx64 "\n", in unwind_phase1()
175 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIx64 in unwind_phase2()
176 ", func=%s, sp=0x%" PRIx64 ", lsda=0x%" PRIx64 in unwind_phase2()
177 ", personality=0x%" PRIx64 "\n", in unwind_phase2()
218 "user code with ip=0x%" PRIx64 in unwind_phase2()
219 ", sp=0x%" PRIx64 "\n", in unwind_phase2()
268 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIx64 in unwind_phase2_forced()
269 ", func=%s, lsda=0x%" PRIx64 ", personality=0x%" PRIx64 "\n", in unwind_phase2_forced()
470 _LIBUNWIND_TRACE_API("_Unwind_GetGR(context=%p, reg=%d) => 0x%" PRIx64 "\n", in _Unwind_GetGR()
[all …]
DDwarfInstructions.hpp235 fprintf(stderr, "sp[] = 0x%" PRIx64 "\n", (uint64_t)(*t)); in evaluateExpression()
249 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
257 fprintf(stderr, "dereference 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
266 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
275 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
284 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
293 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
302 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
311 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
320 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
[all …]
/external/elfutils/tests/
Ddwflmodtest.c96 printf (" %#" PRIx64 "..%#" PRIx64, lo, hi); in print_instance()
98 printf (" => %#" PRIx64 "\n", entry); in print_instance()
148 printf (" %#" PRIx64 "..%#" PRIx64 " => %#" PRIx64 "\n", in print_func()
171 printf ("module: %30s %08" PRIx64 "..%08" PRIx64 " %s %s\n", in list_module()
183 printf ("module: %30s %08" PRIx64 " %s %" PRIx64 " (%s)\n", in print_module()
Dvarlocs.c55 printf ("%*s[%" PRIx64 "] %s '%s'@%" PRIx64 "\n", indent * 2, "", in print_die()
58 printf ("%*s[%" PRIx64 "] %s '%s'\n", indent * 2, "", in print_die()
99 printf ("{%s,%s,%" PRIu64 "@[%" PRIx64 "]}", in print_base_type()
143 printf (" [%" PRIx64 ",%" PRIx64 ") ", begin, end); in print_expr_block_addrs()
224 error (EXIT_FAILURE, 0, "dwarf_cfi_addrframe 0x%" PRIx64 ": %s", in print_expr()
230 error (EXIT_FAILURE, 0, "dwarf_frame_cfa 0x%" PRIx64 ": %s", in print_expr()
249 printf ("%s(0x%" PRIx64 ")", opname, (Dwarf_Addr) expr->number); in print_expr()
292 printf ("%s([%" PRIx64 "]) ", opname, dwarf_dieoffset (&call_die)); in print_expr()
392 printf ("%s([%" PRIx64 "],%" PRId64 ") ", opname, in print_expr()
410 "dwarf_getlocation_addr attrval at addr 0x%" PRIx64 in print_expr()
[all …]
Dsectiondump.c95 "flags = %" PRIx64 "\n" in handle_section()
96 "addr = %" PRIx64 "\n" in handle_section()
97 "offset = %" PRIx64 "\n" in handle_section()
101 "addralign = %" PRIx64 "\n" in handle_section()
175 printf ("%5zu: %*" PRIx64 " %6" PRIx64 " %4d\n", in print_symtab()
Daddrscopes.c42 printf ("%s%#" PRIx64 " (%s:%d:%d)", in paddr()
45 printf ("%s%#" PRIx64 " (%s:%d)", in paddr()
49 printf ("%s%#" PRIx64, prefix, addr); in paddr()
62 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "", in print_vars()
107 printf ("%#" PRIx64 ": not in any scope\n", pc); in handle_address()
110 printf ("%#" PRIx64 ":\n", pc); in handle_address()
Dfuncscopes.c43 printf ("%s%#" PRIx64 " (%s:%d:%d)", in paddr()
46 printf ("%s%#" PRIx64 " (%s:%d)", in paddr()
50 printf ("%s%#" PRIx64, prefix, addr); in paddr()
64 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "", in print_vars()
137 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end); in handle_function()
Ddwarf-ranges.c51 fprintf (stderr, "%"PRIx64"..%"PRIx64" (base %"PRIx64")\n", in main()
/external/vixl/test/
Dtest-utils-a64.cc65 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in Equal64()
75 printf("Expected 0x%016" PRIx64 "%016" PRIx64 "\t " in Equal128()
76 "Found 0x%016" PRIx64 "%016" PRIx64 "\n", in Equal128()
108 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualFP64()
111 printf("Expected %.17f (0x%016" PRIx64 ")\t " in EqualFP64()
112 "Found %.17f (0x%016" PRIx64 ")\n", in EqualFP64()
126 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n", in Equal32()
161 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n", in EqualFP32()
225 printf("x%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
235 printf("d%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
/external/strace/
Dbpf.c84 tprintf(", key=%#" PRIx64 ", value=%#" PRIx64 ", flags=", in bpf_map_update_elem()
109 tprintf(", key=%#" PRIx64 "}", attr.key); in bpf_map_delete_elem()
123 tprintf(", %s=%#" PRIx64, text, attr.value); in bpf_map_io()
139 tprintf(", key=%#" PRIx64, attr.key); in bpf_map_io()
166 tprintf(", insn_cnt=%u, insns=%#" PRIx64 ", license=", in bpf_prog_load()
169 tprintf(", log_level=%u, log_size=%u, log_buf=%#" PRIx64 ", kern_version=%u}", in bpf_prog_load()
Dmtd.c80 tprintf("{start=%#" PRIx64 ", length=%#" PRIx64 "}", in mtd_ioctl()
106 tprintf("{start=%#" PRIx64 ", length=%#" PRIx64 ", ptr=...}", in mtd_ioctl()
154 tprintf("{start=%#" PRIx64 ", len=%#" PRIx64, in mtd_ioctl()
156 tprintf(", ooblen=%#" PRIx64 ", usr_data=%#" PRIx64, in mtd_ioctl()
158 tprintf(", usr_oob=%#" PRIx64 ", mode=", in mtd_ioctl()
207 tprintf(", padding=%#" PRIx64 "}", in mtd_ioctl()
463 tprintf(", value=%#" PRIx64 "}", (uint64_t)prop.value); in ubi_ioctl()
Daio.c106 tprintf("data=%#" PRIx64 ", ", in print_iocb_header()
133 tprintf(", buf=%#" PRIx64, (uint64_t) cb->aio_buf); in print_iocb()
145 tprintf(", buf=%#" PRIx64 ", nbytes=%" PRIu64, in print_iocb()
198 tprintf("{data=%#" PRIx64 ", obj=%#" PRIx64 in print_io_event()
/external/v8/test/cctest/
Dtest-utils-arm64.cc53 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in Equal64()
85 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualFP64()
88 printf("Expected %.17f (0x%016" PRIx64 ")\t " in EqualFP64()
89 "Found %.17f (0x%016" PRIx64 ")\n", in EqualFP64()
103 printf("Expected 0x%08" PRIx32 "\t Found 0x%016" PRIx64 "\n", in Equal32()
129 printf("Expected 0x%08" PRIx32 " (%f)\t Found 0x%016" PRIx64 "\n", in EqualFP32()
193 printf("x%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
203 printf("d%d\t Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n", in EqualRegisters()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRangeList.cpp50 ? "%08x %08" PRIx64 " %08" PRIx64 "\n" in dump()
51 : "%08x %016" PRIx64 " %016" PRIx64 "\n"); in dump()
DDWARFFormValue.cpp376 case DW_FORM_addr: OS << format("0x%016" PRIx64, uvalue); break; in dump()
381 OS << format("0x%016" PRIx64, Address); in dump()
392 case DW_FORM_data8: OS << format("0x%016" PRIx64, uvalue); break; in dump()
406 case DW_FORM_block: OS << format("<0x%" PRIx64 "> ", uvalue); break; in dump()
440 OS << format("alt indirect string, offset: 0x%" PRIx64 "", uvalue); in dump()
445 OS << format("0x%016" PRIx64, uvalue); in dump()
461 OS << format("cu + 0x%8.8" PRIx64, uvalue); in dump()
465 OS << format("cu + 0x%" PRIx64, uvalue); in dump()
468 OS << format("<alt 0x%" PRIx64 ">", uvalue); in dump()
490 << format("0x%8.8" PRIx64, uvalue + (cu ? cu->getOffset() : 0)); in dump()
/external/libpcap/Win32/Include/
Dbittypes.h73 #ifndef PRIx64
75 #define PRIx64 "I64x" macro
77 #define PRIx64 "llx" macro
/external/elfutils/src/
Dreadelf.c1005 printf (gettext (" Entry point address: %#" PRIx64 "\n"), in print_ehdr()
1116 There are %d section headers, starting at offset %#" PRIx64 ":\n\ in print_shdr()
1188 printf ("[%2zu] %-20s %-12s %0*" PRIx64 " %0*" PRIx64 " %0*" PRIx64 in print_shdr()
1205 printf (" [ELF %s (%" PRId32 ") %0*" PRIx64 in print_shdr()
1267 printf (" %-14s 0x%06" PRIx64 " 0x%0*" PRIx64 " 0x%0*" PRIx64 in print_phdr()
1268 " 0x%06" PRIx64 " 0x%06" PRIx64 " %c%c%c 0x%" PRIx64 "\n", in print_phdr()
1613 printf ("%#0*" PRIx64, class == ELFCLASS32 ? 10 : 18, d_val); in print_flags()
1677 \nDynamic segment contains %lu entry:\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to secti… in handle_dynamic()
1679 \nDynamic segment contains %lu entries:\n Addr: %#0*" PRIx64 " Offset: %#08" PRIx64 " Link to sec… in handle_dynamic()
1778 printf ("%#0*" PRIx64 "\n", in handle_dynamic()
[all …]
/external/libchrome/base/trace_event/
Dprocess_memory_totals.cc24 StringPrintf("%" PRIx64, resident_set_bytes_)); in AsValueInto()
27 StringPrintf("%" PRIx64, peak_resident_set_bytes_)); in AsValueInto()
32 value->SetString(it.first, StringPrintf("%" PRIx64, it.second)); in AsValueInto()
/external/elfutils/po/
Duk.po484 msgid "<unknown>: %#<PRIx64>"
485 msgstr "<невідомо>: %#<PRIx64>"
1750 "section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol value %#<PRIx64> does not "
1751 "match %s section address %#<PRIx64>\n"
1753 "розділ [%2d] «%s»: значення символу _GLOBAL_OFFSET_TABLE_ %#<PRIx64> не "
1754 "відповідає адресі розділу %s %#<PRIx64>\n"
1777 "section [%2d] '%s': _DYNAMIC_ symbol value %#<PRIx64> does not match dynamic "
1778 "segment address %#<PRIx64>\n"
1780 "розділ [%2d] «%s»: значення символу _DYNAMIC_ %#<PRIx64> не відповідає "
1781 "адресі динамічного сегмента %#<PRIx64>\n"
[all …]

12345678