Searched refs:PRIu64 (Results 76 - 100 of 218) sorted by relevance

123456789

/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h103 #ifndef PRIu64
104 #define PRIu64 "llu" macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-diff.c262 "(%" PRIu64 " * 100 / %" PRIu64 ") - "
263 "(%" PRIu64 " * 100 / %" PRIu64 ")",
284 "(%" PRIu64 " * " "%" PRId64 ") - (%" PRIu64 " * " "%" PRId64 ")",
775 scnprintf(buf, size, "%" PRIu64, he->stat.period);
835 scnprintf(buf, size, "%" PRIu64, pair->stat.period);
H A Dbuiltin-mem.c84 fmt = "%d%s%d%s0x%"PRIx64"%s0x%"PRIx64"%s%"PRIu64
88 "%s%5"PRIu64"%s0x%06"PRIx64"%s%s:%s\n";
H A Dbuiltin-kvm.c526 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);
/external/lldb/source/Interpreter/
H A DOptionValueArray.cpp129 error.SetErrorStringWithFormat("index %i out of range, valid values are 0 through %" PRIu64, idx, (uint64_t)(array_count - 1));
131 error.SetErrorStringWithFormat("negative index %i out of range, valid values are -1 through -%" PRIu64, idx, (uint64_t)array_count);
/external/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp235 strm.Printf("EXC_??? (%" PRIu64 ")", m_value);
242 strm.Printf(" (%s=%" PRIu64, code_label, m_exc_code);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.cpp35 "DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")",
39 log->Printf("DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")", (uint64_t)data.GetByteSize());
H A DDWARFLocationDescription.cpp74 s.Printf("%" PRIu64 " %" PRIi64, uint, sint);
/external/qemu/distrib/ext4_utils/src/
H A Dext2simg.c90 printf(" Size: %"PRIu64"\n", info.len);
96 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks);
/external/strace/
H A Dresource.c47 sprintf(buf, "%" PRIu64 "*1024", lim / 1024);
49 sprintf(buf, "%" PRIu64, lim);
/external/tcpdump/
H A Dconfig.h.in260 #undef PRIu64
262 /* define if the platform doesn't define PRIu64 */
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp552 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
730 result.AppendMessageWithFormat ("in process %" PRIu64 "\n", process->GetID());
748 result.AppendMessageWithFormat ("Resuming thread 0x%4.4" PRIx64 " in process %" PRIu64 "\n", thread->GetID(), process->GetID());
761 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID());
767 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
1092 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID());
1098 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
/external/lldb/source/DataFormatters/
H A DCocoa.cpp286 stream.Printf("%" PRIu64 " index%s",
345 stream.Printf("unexpected value:(info=%" PRIu64 ", value=%" PRIu64,i_bits,value);
H A DNSSet.cpp104 stream.Printf("%s%" PRIu64 " %s%s",
291 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
434 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
H A DFormatManager.cpp354 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());
/external/lldb/source/Target/
H A DProcess.cpp237 s.Printf (" pid = %" PRIu64 "\n", m_pid);
240 s.Printf (" parent = %" PRIu64 "\n", m_parent_pid);
327 s.Printf ("%-6" PRIu64 " %-6" PRIu64 " ", m_pid, m_parent_pid);
1493 log->Printf ("Process::SetProcessExitStatus (baton=%p, pid=%" PRIu64 ", exited=%i, signal=%i, exit_status=%i)\n",
2028 error.SetErrorStringWithFormat("invalid breakpoint site ID: %" PRIu64, break_id);
2046 error.SetErrorStringWithFormat("invalid breakpoint site ID: %" PRIu64, break_id);
2227 log->Printf ("Process::DisableSoftwareBreakpoint (breakID = %" PRIu64 ") addr = 0x%" PRIx64, breakID, (uint64_t)bp_addr);
3785 snprintf(thread_name, sizeof(thread_name), "<lldb.process.internal-state-override(pid=%" PRIu64 ")>", GetID());
3787 snprintf(thread_name, sizeof(thread_name), "<lldb.process.internal-state(pid=%" PRIu64 ")>", GetI
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dx_privet_token_unittest.cc26 std::string issue_time_str = base::StringPrintf("%" PRIu64, issue_time);
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h140 #define PRIu64 __PRI64_PREFIX "u" macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dmmap-basic.c120 pr_debug("event with id %" PRIu64
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtop.c75 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ",
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.cpp127 log->Printf(" %s [%" PRIu64 "]: %" PRIx64, GetEntryName(*I), I->type, I->value);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp674 log->Printf ("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64 ")",
679 log->Printf("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64
741 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64 ")",
746 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64
/external/f2fs-tools/lib/
H A Dlibf2fs.c483 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/ui/
H A Dhist.c141 const char *fmt = symbol_conf.field_sep ? " %"PRIu64 : " %11"PRIu64; \
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp141 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());

Completed in 643 milliseconds

123456789