HomeSort by relevance Sort by last modified time
    Searched refs:PRIu64 (Results 176 - 200 of 341) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inttypes.h 94 #define PRIu64 "I64u"
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /system/core/adb/
disable_verity_service.c 124 "Couldn't find verity metadata at offset %"PRIu64"!\n",
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 153 fprintf(stderr, "unexpected timer fd fired count: %" PRIu64 "\n", fired);
  /external/f2fs-tools/lib/
libf2fs.c 483 MSG(0, "Info: total device sectors = %"PRIu64" (in 512bytes)\n",
489 MSG(0, "Info: total sectors = %"PRIu64" (in 512bytes)\n",
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-kvm.c 526 pr_info("%" PRIu64 " VM %d, vcpu %d: %s event took %" PRIu64 "usec\n",
771 pr_info("%8" PRIu64 "us ", min / 1000);
772 pr_info("%8" PRIu64 "us ", max / 1000);
778 pr_info("\nTotal Samples:%" PRIu64 ", Total events handled time:%.2fus.\n\n",
782 pr_info("\nLost events: %" PRIu64 "\n\n", kvm->lost_events);
953 pr_info("\nLost events: %" PRIu64 "\n\n",
1016 pr_debug("Missed timer beats: %" PRIu64 "\n", c-1);
    [all...]
builtin-sched.c 221 printf("run measurement overhead: %" PRIu64 " nsecs\n", min_delta);
239 printf("sleep measurement overhead: %" PRIu64 " nsecs\n", min_delta);
654 printf("the run test took %" PRIu64 " nsecs\n", T1 - T0);
660 printf("the sleep test took %" PRIu64 " nsecs\n", T1 - T0);
713 pr_err("hm, delta: %" PRIu64 " < 0 ?\n", delta);
717 pr_debug(" ... switch from %s/%d to %s/%d [ran %" PRIu64 " nsecs]\n",
945 pr_err("hm, delta: %" PRIu64 " < 0 ?\n", delta);
1137 printf("|%11.3f ms |%9" PRIu64 " | avg:%9.3f ms | max:%9.3f ms | max at: %9.6f s\n",
1300 pr_err("hm, delta: %" PRIu64 " < 0 ?\n", delta);
    [all...]
builtin-lock.c 741 pr_info("%15" PRIu64 " ", st->wait_time_total);
742 pr_info("%15" PRIu64 " ", st->wait_time_max);
743 pr_info("%15" PRIu64 " ", st->wait_time_min == ULLONG_MAX ?
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
hist.c 141 const char *fmt = symbol_conf.field_sep ? " %"PRIu64 : " %11"PRIu64; \
  /external/lldb/source/DataFormatters/
FormatManager.cpp 354 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
369 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
391 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
406 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
    [all...]
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp 141 log->Printf ("OperatingSystemPython::GetDynamicRegisterInfo() fetching thread register definitions from python for pid %" PRIu64, m_process->GetID());
186 log->Printf ("OperatingSystemPython::UpdateThreadList() fetching thread data from python for pid %" PRIu64, m_process->GetID());
  /external/tcpdump/
print-dccp.c 137 (void)printf("(ack=%" PRIu64 ") ", ackno);
320 (void)printf("seq %" PRIu64, dccp_seqno(dh));
  /external/e2fsprogs/intl/
loadmsgcat.c 183 #if !defined PRIu64 || PRI_MACROS_BROKEN
184 # undef PRIu64
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu")
281 # define PRIuLEAST64 PRIu64
377 # define PRIuFAST64 PRIu64
572 return PRIu64;
    [all...]
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 196 error.SetErrorStringWithFormat ("display format (bytes/bytes with ascii) conflicts with the specified byte size %" PRIu64 "\n"
793 result.AppendErrorWithFormat("Failed to write %" PRIu64 " bytes to '%s'.\n", (uint64_t)bytes_read, path);
    [all...]
CommandObjectPlatform.cpp 544 result.AppendErrorWithFormat ("no process found with pid = %" PRIu64 "\n", pid);
    [all...]
  /external/lldb/source/Core/
ConnectionFileDescriptor.cpp 397 log->Printf ("%p ConnectionFileDescriptor::Read () ::read (fd = %i, dst = %p, dst_len = %" PRIu64 ")...",
446 log->Printf ("%p ConnectionFileDescriptor::Read () ::read (fd = %i, dst = %p, dst_len = %" PRIu64 ") => %" PRIi64 ", error = %s",
509 log->Printf ("%p ConnectionFileDescriptor::Write (src = %p, src_len = %" PRIu64 ")", this, src, (uint64_t)src_len);
564 log->Printf ("%p ConnectionFileDescriptor::Write() ::write (fd = %i, src = %p, src_len = %" PRIu64 ") => %" PRIi64 " (error = %s)",
574 log->Printf ("%p ConnectionFileDescriptor::Write() ::send (socket = %i, src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 " (error = %s)",
584 log->Printf ("%p ConnectionFileDescriptor::Write() ::sendto (socket = %i, src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 " (error = %s)",
    [all...]
Debugger.cpp     [all...]
EmulateInstruction.cpp 365 strm.Printf (" Read from Memory (address = 0x%" PRIx64 ", length = %" PRIu64 ", context = ", addr, (uint64_t)length);
381 strm.Printf (" Write to Memory (address = 0x%" PRIx64 ", length = %" PRIu64 ", context = ", addr, (uint64_t)length);
556 strm.Printf (" (unsigned_immediate = %" PRIu64 " (0x%16.16" PRIx64 "))",
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 492 log->Printf ("ResumeOperation (%" PRIu64 ") failed: %s", m_tid, strerror(errno));
1008 log->Printf ("ProcessMonitor::%s() adding pid = %" PRIu64, __FUNCTION__, pid);
1118 log->Printf ("ProcessMonitor::%s() got exit signal, tid = %" PRIu64, __FUNCTION__, pid);
    [all...]
  /external/lldb/source/API/
SBBreakpoint.cpp 490 log->Printf ("SBBreakpoint(%p)::GetNumResolvedLocations () => %" PRIu64, m_opaque_sp.get(), (uint64_t)num_resolved);
505 log->Printf ("SBBreakpoint(%p)::GetNumLocations () => %" PRIu64, m_opaque_sp.get(), (uint64_t)num_locs);
519 s.Printf(", locations = %" PRIu64, (uint64_t)num_locations);

Completed in 370 milliseconds

1 2 3 4 5 6 78 91011>>