HomeSort by relevance Sort by last modified time
    Searched refs:PRIx64 (Results 26 - 50 of 449) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/vixl/test/aarch32/
test-utils-aarch32.cc 134 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n",
152 printf("Expected 0x%016" PRIx64 "%016" PRIx64
154 "Found 0x%016" PRIx64 "%016" PRIx64 "\n",
245 printf("Expected 0x%016" PRIx64 "\t Found 0x%016" PRIx64 "\n",
249 printf("Expected %.17f (0x%016" PRIx64
251 "Found %.17f (0x%016" PRIx64 ")\n"
    [all...]
  /external/elfutils/tests/
addrscopes.c 42 printf ("%s%#" PRIx64 " (%s:%d:%d)",
45 printf ("%s%#" PRIx64 " (%s:%d)",
49 printf ("%s%#" PRIx64, prefix, addr);
62 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "",
107 printf ("%#" PRIx64 ": not in any scope\n", pc);
110 printf ("%#" PRIx64 ":\n", pc);
funcscopes.c 43 printf ("%s%#" PRIx64 " (%s:%d:%d)",
46 printf ("%s%#" PRIx64 " (%s:%d)",
50 printf ("%s%#" PRIx64, prefix, addr);
64 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "",
137 printf ("%s: %#" PRIx64 " .. %#" PRIx64 "\n", modname, start, end);
sectiondump.c 95 "flags = %" PRIx64 "\n"
96 "addr = %" PRIx64 "\n"
97 "offset = %" PRIx64 "\n"
101 "addralign = %" PRIx64 "\n"
175 printf ("%5zu: %*" PRIx64 " %6" PRIx64 " %4d\n",
low_high_pc.c 46 printf("%s: [%" PRIx64 "] '%s' %s\n", args->file, off, name, msg);
74 printf("lowpc: %" PRIx64 ", highpc: %" PRIx64 "lx\n", lowpc, highpc);
varlocs.c 55 printf ("%*s[%" PRIx64 "] %s '%s'@%" PRIx64 "\n", indent * 2, "",
58 printf ("%*s[%" PRIx64 "] %s '%s'\n", indent * 2, "",
99 printf ("{%s,%s,%" PRIu64 "@[%" PRIx64 "]}",
143 printf (" [%" PRIx64 ",%" PRIx64 ") ", begin, end);
224 error (EXIT_FAILURE, 0, "dwarf_cfi_addrframe 0x%" PRIx64 ": %s",
230 error (EXIT_FAILURE, 0, "dwarf_frame_cfa 0x%" PRIx64 ": %s",
249 printf ("%s(0x%" PRIx64 ")", opname, (Dwarf_Addr) expr->number);
292 printf ("%s([%" PRIx64 "]) ", opname, dwarf_dieoffset (&call_die))
    [all...]
line2addr.c 49 printf ("%s(%s)+%#" PRIx64, modname, secname, address);
51 printf ("%s+%#" PRIx64, modname, address);
56 printf ("%#" PRIx64, address);
  /external/strace/
xlat.c 89 tprintf("%#" PRIx64, val);
136 tprintf("%#" PRIx64, val);
156 tprintf("|%#" PRIx64, flags);
195 outptr = xappendstr(outstr, outptr, "%#" PRIx64, flags);
226 tprintf("|%#" PRIx64, flags);
231 tprintf("%#" PRIx64, flags);
perf.c 222 tprintf("|%#" PRIx64 "<<24", attr->config >> 24);
244 tprintf(", config=%#" PRIx64, attr->config);
327 tprintf(", __reserved_1=%#" PRIx64,
346 tprintf(", bp_addr=%#" PRIx64, attr->bp_addr);
348 tprintf(", config1=%#" PRIx64, attr->config1);
359 tprintf(", config2=%#" PRIx64, attr->config2);
375 tprintf(", sample_regs_user=%#" PRIx64, attr->sample_regs_user);
393 tprintf(", sample_regs_intr=%#" PRIx64, attr->sample_regs_intr);
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 178 # define PRIx64 "I64o"
183 #ifndef PRIx64
184 # define PRIx64 "I64x"
186 #ifndef PRIX64
187 # define PRIX64 "I64X"
  /external/libchrome/base/trace_event/
memory_allocator_dump_guid.cc 34 return StringPrintf("%" PRIx64, guid_);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFTypeUnit.cpp 31 << " type_signature = " << format("0x%16" PRIx64, TypeHash)
  /external/vixl/examples/aarch64/
getting-started.cc 56 printf("x0 = %" PRIx64 "\n", simulator.ReadXRegister(0));
custom-disassembler.cc 89 AppendToOutput("(addr 0x%" PRIx64, rel_addr);
91 AppendToOutput("(addr -0x%" PRIx64, -rel_addr);
178 printf("custom disasm\t%c0x%" PRIx64 ":\t%s\n",
  /system/core/libqtaguid/
qtaguid.c 89 ALOGV("Tagging socket %d with tag %" PRIx64 "{%u,0} for uid %d", sockfd, kTag, tag, uid);
93 ALOGI("Tagging socket %d with tag %" PRIx64 "(%d) for uid %d failed errno=%d", sockfd, kTag,
131 ALOGV("Deleting tag data with tag %" PRIx64 "{%d,0} for uid %d", kTag, tag, uid);
138 ALOGI("Deleting tag data with tag %" PRIx64 "/%d for uid %d failed with cnt=%d errno=%d",
  /external/llvm/tools/llvm-c-test/
object.c 39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
75 printf("%s @0x%08" PRIx64 " +%" PRIu64 " (%s)\n", LLVMGetSymbolName(sym),
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 54 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " ";
  /external/capstone/tests/
test_systemz.c 56 printf("\t\toperands[%u].type: IMM = 0x%" PRIx64 "\n", i, op->imm);
67 printf("\t\t\toperands[%u].mem.length: 0x%" PRIx64 "\n", i, op->mem.length);
69 printf("\t\t\toperands[%u].mem.disp: 0x%" PRIx64 "\n", i, op->mem.disp);
119 printf("0x%" PRIx64 ":\t%s\t%s\n", insn[j].address, insn[j].mnemonic, insn[j].op_str);
122 printf("0x%" PRIx64 ":\n", insn[j-1].address + insn[j-1].size);
test_mips.c 54 printf("\t\toperands[%u].type: IMM = 0x%" PRIx64 "\n", i, op->imm);
62 printf("\t\t\toperands[%u].mem.disp: 0x%" PRIx64 "\n", i, op->mem.disp);
141 printf("0x%" PRIx64 ":\t%s\t%s\n", insn[j].address, insn[j].mnemonic, insn[j].op_str);
144 printf("0x%" PRIx64 ":\n", insn[j-1].address + insn[j-1].size);
  /external/libunwind_llvm/src/
DwarfInstructions.hpp 234 fprintf(stderr, "sp[] = 0x%" PRIx64 "\n", (uint64_t)(*t));
248 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value);
256 fprintf(stderr, "dereference 0x%" PRIx64 "\n", (uint64_t)value);
265 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value);
274 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue);
283 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value);
292 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue);
301 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value);
310 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue);
319 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value)
    [all...]
  /system/core/libunwindstack/tools/
unwind_info.cpp 49 printf(" PC Range 0x%" PRIx64 " - 0x%" PRIx64 "\n", entry.second.offset + load_bias,
53 printf(" PC 0x%" PRIx64, addr + load_bias);
92 printf("\n PC 0x%" PRIx64, fde->pc_start + load_bias);
100 printf("Failed to process cfa information for entry at 0x%" PRIx64 "\n", fde->pc_start);
unwind_for_offline.cpp 76 fprintf(fp.get(), "%s: %" PRIx64 "\n", name, value);
101 printf("Saving the stack 0x%" PRIx64 "-0x%" PRIx64 "\n", sp_start, sp_end);
128 cur_name = android::base::StringPrintf("anonymous_%" PRIx64, info->start);
130 cur_name = android::base::StringPrintf("%s_%" PRIx64, basename(info->name.c_str()), info->start);
138 printf("Cannot read data from address %" PRIx64 " length %zu\n", info->start, buffer.size());
246 printf("anonymous:%" PRIx64 "\n", info->start);
274 fprintf(fp.get(), "%" PRIx64 "-%" PRIx64 " r-xp %" PRIx64 " 00:00 0", map.start, map.end
    [all...]
unwind_symbols.cpp 103 printf("No known function at 0x%" PRIx64 "\n", func_addr);
106 printf("<0x%" PRIx64 ">", func_addr - func_offset);
123 printf("<0x%" PRIx64 "> Function: %s\n", addr - func_offset, cur_name.c_str());
  /frameworks/native/services/vr/bufferhubd/
producer_queue_channel.cpp 45 "configuration: usage_deny_set_mask=%" PRIx64
46 " usage_deny_clear_mask=%" PRIx64,
157 "ProducerQueueChannel::OnProducerQueueAllocateBuffers: usage: %" PRIx64
159 "shall not be set: %" PRIx64 ".",
166 "ProducerQueueChannel::OnProducerQueueAllocateBuffers: usage: %" PRIx64
168 "bits must be set: %" PRIx64 ".",
221 "height=%u layer_count=%u format=%u usage=%" PRIx64,
  /external/capstone/cstool/
cstool_x86.c 68 printf("\t\timms[%u]: 0x%" PRIx64 "\n", i, x86->operands[index].imm);
82 printf("\t\toperands[%u].type: IMM = 0x%" PRIx64 "\n", i, op->imm);
95 printf("\t\t\toperands[%u].mem.disp: 0x%" PRIx64 "\n", i, op->mem.disp);

Completed in 453 milliseconds

12 3 4 5 6 7 8 91011>>