Searched refs:PRIx64 (Results 1 - 25 of 128) sorted by relevance

123456

/external/chromium/base/
H A Dformat_macros.h44 #define WidePRIx64 PRIx64
60 #if !defined(PRIx64)
61 #define PRIx64 "I64x" macro
/external/chromium_org/base/
H A Dformat_macros.h43 #define WidePRIx64 PRIx64
59 #if !defined(PRIx64)
60 #define PRIx64 "I64x" macro
/external/llvm/lib/MC/
H A DMCInstPrinter.cpp76 return format("-0x%" PRIx64, -Value);
78 return format("0x%" PRIx64, Value);
82 return format("-0%" PRIx64 "h", -Value);
84 return format("-%" PRIx64 "h", -Value);
87 return format("0%" PRIx64 "h", Value);
89 return format("%" PRIx64 "h", Value);
98 return format("0x%" PRIx64, Value);
101 return format("0%" PRIx64 "h", Value);
103 return format("%" PRIx64 "h", Value);
/external/qemu/
H A Dtargphys.h17 #define TARGET_FMT_plx "%016" PRIx64
/external/tcpdump/missing/
H A Dbittypes.h103 #ifndef PRIx64
105 #define PRIx64 "I64x" macro
107 #define PRIx64 "llx" macro
109 #endif /* PRIx64 */
/external/llvm/lib/DebugInfo/
H A DDWARFDebugRangeList.cpp50 ? "%08x %08" PRIx64 " %08" PRIx64 "\n"
51 : "%08x %016" PRIx64 " %016" PRIx64 "\n");
H A DDWARFDebugLoc.cpp24 OS << "Beginning address offset: " << format("0x%016" PRIx64, I2->Begin)
27 << format("0x%016" PRIx64, I2->End) << '\n';
H A DDWARFFormValue.cpp323 case DW_FORM_addr: OS << format("0x%016" PRIx64, uvalue); break;
329 OS << format("0x%016" PRIx64, getIndirectAddress(&DA, cu));
340 case DW_FORM_data8: OS << format("0x%016" PRIx64, uvalue); break;
354 case DW_FORM_block: OS << format("<0x%" PRIx64 "> ", uvalue); break;
399 OS << format("0x%016" PRIx64, uvalue);
415 OS << format("cu + 0x%8.8" PRIx64, uvalue);
419 OS << format("cu + 0x%" PRIx64, uvalue);
439 OS << format(" => {0x%8.8" PRIx64 "}", uvalue + (cu ? cu->getOffset() : 0));
/external/elfutils/tests/
H A Ddwfl-addr-sect.c49 error (0, 0, "%#" PRIx64 ": dwfl_module_address_section: %s",
53 printf ("address %#" PRIx64 " => module \"%s\" section %zu + %#" PRIx64 "\n",
H A Ddwflmodtest.c104 printf (" %#" PRIx64 "..%#" PRIx64, lo, hi);
106 printf (" => %#" PRIx64 "\n", entry);
156 printf (" %#" PRIx64 "..%#" PRIx64 " => %#" PRIx64 "\n",
179 printf ("module: %30s %08" PRIx64 "..%08" PRIx64 " %s %s\n",
191 printf ("module: %30s %08" PRIx64 " %s %" PRIx64 " (
[all...]
H A Daddrscopes.c50 printf ("%s%#" PRIx64 " (%s:%d:%d)",
53 printf ("%s%#" PRIx64 " (%s:%d)",
57 printf ("%s%#" PRIx64, prefix, addr);
70 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "",
115 printf ("%#" PRIx64 ": not in any scope\n", pc);
118 printf ("%#" PRIx64 ":\n", pc);
H A Dfuncscopes.c51 printf ("%s%#" PRIx64 " (%s:%d:%d)",
54 printf ("%s%#" PRIx64 " (%s:%d)",
58 printf ("%s%#" PRIx64, prefix, addr);
72 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "",
145 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end);
H A Dsectiondump.c103 "flags = %" PRIx64 "\n"
104 "addr = %" PRIx64 "\n"
105 "offset = %" PRIx64 "\n"
109 "addralign = %" PRIx64 "\n"
183 printf ("%5Zu: %*" PRIx64 " %6" PRIx64 " %4d\n",
H A Dline2addr.c57 printf ("%s(%s)+%#" PRIx64, modname, secname, address);
59 printf ("%s+%#" PRIx64, modname, address);
64 printf ("%#" PRIx64, address);
H A Dfind-prologues.c75 printf ("%-16s %#.16" PRIx64, dwarf_diename (func), entrypc);
84 printf (" %#.16" PRIx64 "%s", bkpts[i] + a->dwbias,
/external/chromium_org/chromeos/dbus/
H A Daudio_node.cc42 "id = 0x%" PRIx64 " ",
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_net_log_parameters.cc23 base::StringPrintf("%#016" PRIx64, entry->entry_hash()));
H A Dsimple_version_upgrade_unittest.cc107 base::StringPrintf("%016" PRIx64 "_%1d", entry_hash, index);
110 base::StringPrintf(" %" PRIx64, implicit_cast<uint64>(entry_hash));
126 base::StringPrintf("%016" PRIx64 "_%1d", entry_hash, index);
129 base::StringPrintf(" %" PRIx64, implicit_cast<uint64>(entry_hash));
H A Dsimple_util.cc50 const std::string hash_key_str = base::StringPrintf("%016" PRIx64, hash_key);
82 return base::StringPrintf("%016" PRIx64 "_%1d", entry_hash, file_index);
86 return base::StringPrintf("%016" PRIx64 "_s", entry_hash);
/external/llvm/include/llvm/Support/
H A DDataTypes.h183 #ifndef PRIx64
184 # define PRIx64 "I64x" macro
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp58 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " ";
/external/elfutils/src/
H A Dreadelf.c738 printf (gettext (" Entry point address: %#" PRIx64 "\n"),
827 There are %d section headers, starting at offset %#" PRIx64 ":\n\
887 printf ("[%2zu] %-20s %-12s %0*" PRIx64 " %0*" PRIx64 " %0*" PRIx64
938 printf (" %-14s 0x%06" PRIx64 " 0x%0*" PRIx64 " 0x%0*" PRIx64
939 " 0x%06" PRIx64 " 0x%06" PRIx64 "
[all...]
/external/linux-tools-perf/util/
H A Dannotate.c63 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, map->unmap_ip(map, addr));
73 pr_debug3("%#" PRIx64 " %s: period++ [addr: %#" PRIx64 ", %#" PRIx64
325 pr_debug("%s: filename=%s, sym=%s, start=%#" PRIx64 ", end=%#" PRIx64 "\n", __func__,
335 "objdump --start-address=0x%016" PRIx64
336 " --stop-address=0x%016" PRIx64 " -dS -C %s|grep -v %s|expand",
342 "arm-linux-androideabi-objdump --start-address=0x%016" PRIx64
343 " --stop-address=0x%016" PRIx64 "
[all...]
/external/linux-tools-perf/util/ui/browsers/
H A Dmap.c61 slsmg_printf("%*" PRIx64 " %*" PRIx64 " %c ",
154 mb.addrlen = snprintf(tmp, sizeof(tmp), "%" PRIx64, maxaddr);
/external/linux-tools-perf/
H A Dbuiltin-test.c150 pr_debug("%#" PRIx64 ": diff end addr for %s v: %#" PRIx64 " k: %#" PRIx64 "\n",
172 pr_debug("%#" PRIx64 ": diff name v: %s k: %s\n",
176 pr_debug("%#" PRIx64 ": %s not on kallsyms\n", sym->start, sym->name);
215 pr_info(" %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as",
218 pr_info(": \n*%" PRIx64 "-%" PRIx64 "
[all...]

Completed in 785 milliseconds

123456