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

1 2 3 4 56 7 8 91011>>

  /system/chre/platform/slpi/
platform_nanoapp.cc 83 LOGE("Couldn't allocate %zu byte buffer for nanoapp 0x%016" PRIx64,
174 snprintf(filename, sizeof(filename), "%016" PRIx64, mExpectedAppId);
191 LOGI("Successfully loaded nanoapp: %s (0x%016" PRIx64 ") version 0x%"
223 LOGI("Successfully loaded nanoapp %s (0x%016" PRIx64 ") version 0x%"
  /system/extras/simpleperf/
cmd_dumprecord.cpp 191 PrintIndented(2, "%s (%s[+%" PRIx64 "])\n", symbol_name.c_str(), dso_name.c_str(),
203 PrintIndented(2, "%s (%s[+%" PRIx64 "])\n", symbol_name.c_str(), dso_name.c_str(),
245 PrintIndented(2, "min_vaddr 0x%" PRIx64 "\n", min_vaddr);
248 PrintIndented(3, "%s [0x%" PRIx64 "-0x%" PRIx64 "]\n", symbol.DemangledName(),
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 361 outs() << format("0x%016" PRIx64, addr + j * stride) << " ";
556 outs() << "\tvalue " << format("0x%" PRIx64, value) << "\n";
671 outs() << format("%016" PRIx64, sect_addr + i) << " ";
673 outs() << format("%08" PRIx64, sect_addr + i) << " ";
704 outs() << format("%016" PRIx64, sect_addr + i) << " ";
706 outs() << format("%08" PRIx64, sect_addr + i) << " ";
748 outs() << format("%016" PRIx64, sect_addr + i) << " ";
750 outs() << format("%08" PRIx64, sect_addr + i) << " ";
780 outs() << format("%016" PRIx64, sect_addr + i) << " ";
782 outs() << format("%08" PRIx64, sect_addr + i) << " "
    [all...]
  /external/elfutils/src/
readelf.c 1005 printf (gettext (" Entry point address: %#" PRIx64 "\n"),
    [all...]
size.c 450 ? "%-*s %*" PRIx64 " %*" PRIx64 "\n"
463 printf ("%-*s %*" PRIx64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
501 printf ((radix == radix_hex ? "%" PRIx64 "(%s)"
510 printf (" = %#" PRIx64 "\n", total);
558 PRIx64 " %s",
622 printf (radix == radix_hex ? "%" PRIx64 "(%c%c%c)"
634 printf (" = %#" PRIx64 "\n", total);
  /frameworks/native/services/vr/bufferhubd/
producer_channel.cpp 171 "state=%" PRIx64 ".",
247 ALOGD_IF(TRACE, "ProducerChannel::OnGetBuffer: buffer=%d, state=%" PRIx64 ".",
396 "ProducerChannel::OnProducerDetach: The buffer (id=%d, state=0x%" PRIx64
492 "buffer_id=%d state=%" PRIx64 ".",
498 "during the this acquire/release cycle: id=%d orphaned=0x%" PRIx64
535 "(consumer_state_bit=%" PRIx64 ") is already orphaned.",
547 "buffer_id=%d consumer_state_bit=%" PRIx64 " queue_index=%" PRIu64
548 " buffer_state=%" PRIx64 " fence_state=%" PRIx64 ".",
  /external/valgrind/memcheck/tests/vbit-test/
vbits.c 76 case 64: fprintf(fp, "%016"PRIx64, v.bits.u64); break;
79 fprintf(fp, "%016"PRIx64, v.bits.u128[1]);
80 fprintf(fp, "%016"PRIx64, v.bits.u128[0]);
82 fprintf(fp, "%016"PRIx64, v.bits.u128[0]);
83 fprintf(fp, "%016"PRIx64, v.bits.u128[1]);
88 fprintf(fp, "%016"PRIx64, v.bits.u256[3]);
89 fprintf(fp, "%016"PRIx64, v.bits.u256[2]);
90 fprintf(fp, "%016"PRIx64, v.bits.u256[1]);
91 fprintf(fp, "%016"PRIx64, v.bits.u256[0]);
93 fprintf(fp, "%016"PRIx64, v.bits.u256[0])
    [all...]
  /art/dexlayout/
dexdiag.cc 279 << StringPrintf("%" PRIx64 " > dex start %" PRIx64 "\n", map_start, dex_file_start)
288 << StringPrintf(": %" PRIx64 "-%" PRIx64,
356 << StringPrintf(": %" PRIx64 "-%" PRIx64, pm_map_start(map), pm_map_end(map))
419 << StringPrintf(": %" PRIx64 "-%" PRIx64, pm_map_start(map), pm_map_end(map))
  /external/capstone/arch/SystemZ/
SystemZInstPrinter.c 46 SStream_concat(O, "0x%"PRIx64, Disp);
51 SStream_concat(O, "-0x%"PRIx64, -Disp);
97 SStream_concat(O, "0x%"PRIx64, Imm);
102 SStream_concat(O, "-0x%"PRIx64, -Imm);
121 SStream_concat(O, "0x%"PRIx64, Value);
126 SStream_concat(O, "-0x%"PRIx64, -Value);
343 SStream_concat(O, "0x%"PRIx64, Disp);
348 SStream_concat(O, "(0x%"PRIx64, Length);
  /external/capstone/suite/fuzz/
fuzz_harness.c 170 printf("0x%"PRIx64":\t%s\t\t%s // insn-ID: %u, insn-mnem: %s\n",
200 printf("0x%"PRIx64":\n", all_insn[j-1].address + all_insn[j-1].size);
  /external/capstone/tests/
test_ppc.c 152 printf("0x%" PRIx64 ":\t%s\t%s\n", insn[j].address, insn[j].mnemonic, insn[j].op_str);
155 printf("0x%" PRIx64 ":\n", insn[j-1].address + insn[j-1].size);
test_skipdata.c 124 printf("0x%" PRIx64 ":\t%s\t\t%s\n",
129 printf("0x%" PRIx64 ":\n", insn[j-1].address + insn[j-1].size);
test_sparc.c 126 printf("0x%" PRIx64 ":\t%s\t%s\n", insn[j].address, insn[j].mnemonic, insn[j].op_str);
129 printf("0x%" PRIx64 ":\n", insn[j-1].address + insn[j-1].size);
test_xcore.c 114 printf("0x%" PRIx64 ":\t%s\t%s\n", insn[j].address, insn[j].mnemonic, insn[j].op_str);
117 printf("0x%" PRIx64 ":\n", insn[j-1].address + insn[j-1].size);
  /external/elfutils/tests/
dwfllines.c 54 printf ("mod: %s CU: [%" PRIx64 "] %s\n", modname,
143 printf ("%zd %#" PRIx64 " %s:%d:%d\n"
144 " time: %#" PRIX64 ", len: %" PRIu64
  /external/libmojo/base/trace_event/
trace_event_android.cc 54 StringAppendF(&out, "-%" PRIx64, static_cast<uint64_t>(id));
184 StringAppendF(&out, "-%" PRIx64, static_cast<uint64_t>(id_));
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 107 #define PRIx64 "I64x"
108 #define PRIX64 "I64X"
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 34 << format(" total_length: 0x%8.8" PRIx64 "\n", TotalLength)
36 << format(" prologue_length: 0x%8.8" PRIx64 "\n", PrologueLength)
60 << format("0x%8.8" PRIx64 " 0x%8.8" PRIx64 " ", fileEntry.ModTime,
123 fprintf(stderr, "warning: parsing line table prologue at 0x%8.8" PRIx64
124 " should have ended at 0x%8.8" PRIx64
125 " but it ended at 0x%8.8" PRIx64 "\n",
155 OS << format("0x%16.16" PRIx64 " %6u %6u", Address, Line, Column)
DWARFDebugLoc.cpp 24 OS << "Beginning address offset: " << format("0x%016" PRIx64, E.Begin)
27 << format("0x%016" PRIx64, E.End) << '\n';
  /external/strace/tests/
s390_guarded_storage.c 68 printf("%#" PRIx64, addr);
144 printf("%#0*" PRIx64, field_size, gls);
  /external/strace/tests-m32/
s390_guarded_storage.c 68 printf("%#" PRIx64, addr);
144 printf("%#0*" PRIx64, field_size, gls);
  /external/strace/tests-mx32/
s390_guarded_storage.c 68 printf("%#" PRIx64, addr);
144 printf("%#0*" PRIx64, field_size, gls);
  /external/vboot_reference/futility/
cmd_show.c 67 printf(" Size: 0x%" PRIx64 "\n",
457 printf(" Size: 0x%" PRIx64 "\n",
464 printf(" Body load address: 0x%" PRIx64 "\n",
466 printf(" Body size: 0x%" PRIx64 "\n",
468 printf(" Bootloader address: 0x%" PRIx64 "\n",
470 printf(" Bootloader size: 0x%" PRIx64 "\n",
481 printf(" Vmlinuz_header address: 0x%" PRIx64 "\n",
483 printf(" Vmlinuz header size: 0x%" PRIx64 "\n",
  /hardware/qcom/display/msm8996/libgralloc1/
gr_priv_handle.h 168 "prod_usage:0x%" PRIx64" cons_usage:0x%" PRIx64 " format:0x%x layer_count: %d",
  /hardware/qcom/display/msm8998/libgralloc1/
gr_priv_handle.h 170 "prod_usage:0x%" PRIx64" cons_usage:0x%" PRIx64 " format:0x%x layer_count: %d",

Completed in 2002 milliseconds

1 2 3 4 56 7 8 91011>>