Searched refs:PRIu64 (Results 151 - 175 of 218) sorted by relevance

123456789

/external/qemu/hw/android/goldfish/
H A Dmmc.c298 fprintf(stderr, "SD card too big (%" PRIu64 " bytes). "
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-report.c357 dump_printf(": %d %d %s %" PRIu64 "\n", event->read.pid, event->read.tid,
439 ret += fprintf(fp, "\n# Total weight : %" PRIu64, nr_events);
442 ret += fprintf(fp, "\n# Event count (approx.): %" PRIu64, nr_events);
H A Dbuiltin-script.c515 pr_err("Samples misordered, previous: %" PRIu64
516 " this: %" PRIu64 "\n", last_timestamp,
570 pr_err("Misordered timestamps: %" PRIu64 "\n", nr_unordered);
H A Dbuiltin-stat.c326 fprintf(output, "%s: %" PRIu64 " %" PRIu64 " %" PRIu64 "\n",
/external/lldb/source/Symbol/
H A DSymbolContext.cpp161 s->Printf(" + %" PRIu64, function_offset);
178 s->Printf(" + %" PRIu64, inlined_function_offset);
221 s->Printf(" + %" PRIu64, symbol_offset);
/external/vixl/test/
H A Dtest-simulator-a64.cc900 printf(" %" PRIu64 "u,\n", static_cast<uint64_t>(results[d]));
916 printf(" Expected: 0x%0*" PRIx64 " (%" PRIu64 ")\n",
919 printf(" Found: 0x%0*" PRIx64 " (%" PRIu64 ")\n",
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c489 ", evidx=%d] => %" PRIu64 "\n", sym->start, sym->name,
1209 printf("%*" PRIx64 ": %" PRIu64 "\n", BITS_PER_LONG / 2,
1211 printf("%*s: %" PRIu64 "\n", BITS_PER_LONG / 2, "h->sum", h->sum);
H A Devent.c539 " %02x:%02x %"PRIu64" %"PRIu64"]: %s\n",
/external/lldb/source/API/
H A DSBValue.cpp371 log->Printf ("SBValue(%p)::GetByteSize () => %" PRIu64, value_sp.get(), (uint64_t)result);
1475 log->Printf ("SBValue(%p)::GetLoadAddress () => (%" PRIu64 ")", value_sp.get(), value);
1512 log->Printf ("SBValue(%p)::GetAddress () => (%s,%" PRIu64 ")", value_sp.get(),
H A DSBDebugger.cpp819 log->Printf ("SBDebugger(%p)::DispatchInput (data=\"%.*s\", size_t=%" PRIu64 ")",
1084 strm.Printf ("Debugger (instance: \"%s\", id: %" PRIu64 ")", name, id);
/external/chromium_org/components/gcm_driver/
H A Dgcm_stats_recorder_impl.cc190 base::StringPrintf("Android Id: %" PRIu64, android_id));
/external/chromium_org/net/cert/
H A Dcrl_set_storage.cc505 header += base::StringPrintf(",\"NotAfter\":%" PRIu64, crl_set->not_after_);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc589 RAW_VLOG(10, "MMap = 0x%"PRIxPTR" of %"PRIuS" at %"PRIu64" "
/external/libnl/lib/route/cls/
H A Du32.c251 nl_dump(p, " successful %" PRIu64, pcnt->kcnts[i]);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dhists_link.c421 pr_info("%2d: entry: %-8s [%-8s] %20s: period = %"PRIu64"\n",
/external/lldb/source/Expression/
H A DClangFunction.cpp189 snprintf(arg_buf, 31, "arg_%" PRIu64, (uint64_t)i);
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp273 log->Printf ("POSIXThread::%s () message kind = '%s' for tid %" PRIu64,
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp301 log->Printf ("%s: Read (buffer, (sizeof(buffer), timeout_usec = 0x%x, status = %s, error = %s) => bytes_read = %" PRIu64,
/external/strace/
H A Ddesc.c492 tprintf(", {u32=%" PRIu32 ", u64=%" PRIu64 "}}",
/external/elfutils/0.153/src/
H A Delflint.c968 section [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol size %" PRIu64 " does not match %s section size %" PRIu64 "\n"),
999 section [%2d] '%s': _DYNAMIC symbol size %" PRIu64 " does not match dynamic segment size %" PRIu64 "\n"),
2012 section [%2d] '%s': hash chain reference %" PRIu64 " out of bounds\n"),
3306 section [%2d] '%s': offset %zu: unrecognized %s attribute value %" PRIu64 "\n"),
3967 phdr[%d]: unknown core file note type %" PRIu32 " at offset %" PRIu64 "\n"),
4036 ERROR (gettext ("phdr[%d]: extra %" PRIu64 " bytes after last note\n"),
4067 ERROR (gettext ("section [%2d] '%s': extra %" PRIu64
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_screen.c748 debug_printf("TPs = %u, MPsInTP = %u, VRAM = %"PRIu64" MiB, tls_size = %"PRIu64" KiB\n",
/external/lldb/source/Core/
H A DAddress.cpp395 s->Printf (" + %" PRIu64, m_offset.load());
476 s->Printf(" + %" PRIu64, delta);
/external/llvm/lib/IR/
H A DGCOV.cpp619 OS << format("%9" PRIu64 ":", LineCount);
685 OS << format("%9" PRIu64 ":", Block.getCount());
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp106 return PRIu64;
402 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " "
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_screen.c748 debug_printf("TPs = %u, MPsInTP = %u, VRAM = %"PRIu64" MiB, tls_size = %"PRIu64" KiB\n",

Completed in 672 milliseconds

123456789