HomeSort by relevance Sort by last modified time
    Searched refs:PRIx64 (Results 101 - 125 of 410) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/block/
qcow2-refcount.c 242 fprintf(stderr, "qcow2: Allocate refcount block %d for %" PRIx64
243 " at %" PRIx64 "\n",
908 fprintf(stderr, "ERROR: invalid cluster offset=0x%" PRIx64 "\n",
912 fprintf(stderr, "Warning: cluster offset=0x%" PRIx64 " is after "
918 fprintf(stderr, "ERROR: overflow cluster offset=0x%" PRIx64
977 PRIx64 ": %s\n", entry, strerror(-refcount));
982 PRIx64 " refcount=%d\n", entry, refcount);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.c 96 return scnprintf(bf, size, "%-6.6s *%" PRIx64, ins->name, ops->target.addr);
126 return scnprintf(bf, size, "%-6.6s %" PRIx64, ins->name, ops->target.offset);
478 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, map->unmap_ip(map, addr));
488 pr_debug3("%#" PRIx64 " %s: period++ [addr: %#" PRIx64 ", %#" PRIx64
717 color_fprintf(stdout, PERF_COLOR_MAGENTA, " %" PRIx64 ":", addr);
936 pr_debug("%s: filename=%s, sym=%s, start=%#" PRIx64 ", end=%#" PRIx64 "\n", __func__,
944 "%s %s%s --start-address=0x%016" PRIx64
    [all...]
event.c 211 n = sscanf(bf, "%"PRIx64"-%"PRIx64" %s %"PRIx64" %*x:%*x %*u %s\n",
531 return fprintf(fp, " %d/%d: [%#" PRIx64 "(%#" PRIx64 ") @ %#" PRIx64 "]: %s\n",
538 return fprintf(fp, " %d/%d: [%#" PRIx64 "(%#" PRIx64 ") @ %#" PRIx64
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.cpp 103 log->Printf( "0x%16.16" PRIx64 " %6u %6u %6u%s\n", state.address, state.line, state.column, state.file, state.end_sequence ? " END" : "");
203 log->Printf( "0x%8.8" PRIx64 ": skipping pad byte %2.2x", offset, debug_line_data.GetU8(&offset));
239 log->Printf( "0x%8.8x: DW_LNE_set_address (0x%" PRIx64 ")", op_offset, row.address);
317 log->Printf( "0x%8.8x: DW_LNS_const_add_pc (0x%8.8" PRIx64 ")", op_offset, addr_offset);
365 log->Printf("0x%8.8x: address += 0x%" PRIx64 ", line += %i\n", op_offset, (uint64_t)addr_offset, line_offset);
462 "warning: parsing line table prologue at 0x%8.8" PRIx64 " should have ended at 0x%8.8" PRIx64 " but it ended ad 0x%8.8" PRIx64 "\n",
557 "warning: parsing line table prologue at 0x%8.8x should have ended at 0x%8.8x but it ended ad 0x%8.8" PRIx64 "\n",
    [all...]
DWARFFormValue.cpp 309 case DW_FORM_block: s.Printf("<0x%" PRIx64 "> ", uvalue); break;
360 case DW_FORM_ref8: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%8.8" PRIx64, uvalue); break;
361 case DW_FORM_ref_udata: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%" PRIx64, uvalue); break;
376 s.Printf("{0x%8.8" PRIx64 "}", (uvalue + (cu ? cu->GetOffset() : 0)));
  /external/elfutils/0.153/src/
objdump.c 376 printf ("%0*" PRIx64 " %-20s ",
418 printf ("%c%#" PRIx64, sign, r_addend);
656 printf ("%s%8" PRIx64 "%s: ",
659 printf ("%8" PRIx64 ": ", (uint64_t) info->addr);
679 printf ("%s%8" PRIx64 "%s: ",
682 printf ("%8" PRIx64 ": ", (uint64_t) info->addr);
  /external/lldb/source/Symbol/
ObjectFile.cpp 43 "ObjectFile::FindPlugin (module = %s, file = %p, file_offset = 0x%8.8" PRIx64 ", file_size = 0x%8.8" PRIx64 ")",
164 "ObjectFile::FindPlugin (module = %s, process = %p, header_addr = 0x%" PRIx64 ")",
267 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = %s, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64,
277 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = <NULL>, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64,
310 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), process = %p, header_addr = 0x%" PRIx64,
UnwindTable.cpp 143 s.Printf ("[%u] 0x%16.16" PRIx64 "\n", (unsigned)std::distance (begin, pos), pos->first);
  /development/ndk/platforms/android-3/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /external/bison/darwin-lib/
inttypes.h 528 # if !defined PRIx64 || 0
529 # undef PRIx64
530 # define PRIx64 _PRIu64_PREFIX "x"
532 # if !defined PRIX64 || 0
533 # undef PRIX64
534 # define PRIX64 _PRIu64_PREFIX "X"
631 # define PRIxLEAST64 PRIx64
635 # define PRIXLEAST64 PRIX64
674 # define PRIxFAST8 PRIx64
682 # define PRIXFAST8 PRIX64
    [all...]
  /external/bison/linux-lib/
inttypes.h 528 # if !defined PRIx64 || 0
529 # undef PRIx64
530 # define PRIx64 _PRIu64_PREFIX "x"
532 # if !defined PRIX64 || 0
533 # undef PRIX64
534 # define PRIX64 _PRIu64_PREFIX "X"
631 # define PRIxLEAST64 PRIx64
635 # define PRIXLEAST64 PRIX64
674 # define PRIxFAST8 PRIx64
682 # define PRIXFAST8 PRIX64
    [all...]
  /external/chromium_org/chromeos/audio/
audio_device.cc 117 "id = 0x%" PRIx64 " ",
  /external/chromium_org/third_party/libusb/src/msvc/
inttypes.h 125 #define PRIx64 "I64x"
142 #define PRIX64 "I64X"
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 133 #define PRIx64 "I64x"
134 #define PRIX64 "I64X"
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
code-reading.c 107 fmt = "%s -d --start-address=0x%"PRIx64" --stop-address=0x%"PRIx64" %s";
147 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr);
164 pr_debug("On file address is: %#"PRIx64"\n", al.addr);
  /external/lldb/source/Core/
Opcode.cpp 49 bytes_written = s->Printf ("0x%16.16" PRIx64, m_data.inst64);
  /external/lldb/source/Target/
ThreadPlanCallFunction.cpp 71 m_constructor_errors.Printf ("Trying to put the stack in unreadable memory at: 0x%" PRIx64 ".", m_function_sp);
298 log->Printf ("ThreadPlanCallFunction(%p): DoTakedown called for thread 0x%4.4" PRIx64 ", m_valid: %d complete: %d.\n", this, m_thread.GetID(), m_valid, IsPlanComplete());
312 log->Printf ("ThreadPlanCallFunction(%p): DoTakedown called as no-op for thread 0x%4.4" PRIx64 ", m_valid: %d complete: %d.\n", this, m_thread.GetID(), m_valid, IsPlanComplete());
332 s->Printf("Thread plan to call 0x%" PRIx64, m_function_addr.GetLoadAddress(target_sp.get()));
  /external/mesa3d/include/c99/
inttypes.h 133 #define PRIx64 "I64x"
134 #define PRIX64 "I64X"
  /external/qemu/include/exec/
cpu-defs.h 51 #define TARGET_FMT_lx "%016" PRIx64
  /external/qemu/include/qom/
cpu.h 41 #define VADDR_PRIx PRIx64
42 #define VADDR_PRIX PRIX64
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */

Completed in 452 milliseconds

1 2 3 45 6 7 8 91011>>