/external/tcpdump/ |
H A D | print-dccp.c | 137 (void)printf("(ack=%" PRIu64 ") ", ackno); 320 (void)printf("seq %" PRIu64, dccp_seqno(dh));
|
/external/e2fsprogs/intl/ |
H A D | loadmsgcat.c | 183 #if !defined PRIu64 || PRI_MACROS_BROKEN 184 # undef PRIu64 macro 185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro 281 # define PRIuLEAST64 PRIu64 377 # define PRIuFAST64 PRIu64 572 return PRIu64;
|
/external/lldb/source/Commands/ |
H A D | 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); 1134 result.GetOutputStream().Printf("%" PRIu64 " bytes were written to 0x%" PRIx64 "\n", (uint64_t)bytes_written, addr); 1140 result.GetOutputStream().Printf("%" PRIu64 " bytes of %" PRIu64 " requested were written to 0x%" PRIx64 "\n", (uint64_t)bytes_written, (uint64_t)length, addr); 1307 result.AppendErrorWithFormat ("Value %" PRIu64 " is too large to fit in a %lu byte unsigned integer value.\n", uval64, item_byte_size);
|
H A D | CommandObjectPlatform.cpp | 544 result.AppendErrorWithFormat ("no process found with pid = %" PRIu64 "\n", pid); 831 ostrm.Printf ("Process information for process %" PRIu64 ":\n", pid); 836 ostrm.Printf ("error: no process information is available for process %" PRIu64 "\n", pid);
|
H A D | CommandObjectProcess.cpp | 300 result.AppendMessageWithFormat ("Process %" PRIu64 " launched: '%s' (%s)\n", process->GetID(), filename, archname); 640 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state)); 852 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID()); 858 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state)); 998 result.AppendMessageWithFormat ("Detaching from process %" PRIu64 "\n", process->GetID()); 1136 result.AppendErrorWithFormat ("Process %" PRIu64 " is currently being debugged, kill the process before connecting.\n",
|
/external/lldb/source/Core/ |
H A D | 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)",
|
H A D | Debugger.cpp | 1438 specifier = PRIu64; 1451 specifier = PRIu64; 1890 if (IsTokenWithFormat (var_name_begin, "id", token_format, "%" PRIu64, exe_ctx, sc)) 1946 else if (IsTokenWithFormat (var_name_begin, "index", token_format, "%" PRIu64, exe_ctx, sc)) 2366 else if (IsTokenWithFormat (var_name_begin, "number", token_format, "%" PRIu64, exe_ctx, sc)) 2465 s.Printf(" + %" PRIu64, addr_file_addr - func_file_addr); 2467 s.Printf(" - %" PRIu64, func_file_addr - addr_file_addr); 2478 s.Printf(" + %" PRIu64, addr_load_addr - func_load_addr); 2480 s.Printf(" - %" PRIu64, func_load_addr - addr_load_addr);
|
H A D | 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/linux-tools-perf/perf-3.12.0/tools/perf/ |
H A D | 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); 1551 printf(" TOTAL: |%11.3f ms |%9" PRIu64 " |\ [all...] |
H A D | 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/lldb/source/Plugins/Process/FreeBSD/ |
H A D | 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); 1171 log->Printf ("ProcessMonitor::%s() received exit? event, data = %lx, pid = %" PRIu64, __FUNCTION__, data, pid); 1179 log->Printf ("ProcessMonitor::%s() received trace event, pid = %" PRIu64, __FUNCTION__, pid); 1186 log->Printf ("ProcessMonitor::%s() received breakpoint event, pid = %" PRIu64, __FUNCTION__, pid); 1565 log->Printf ("ProcessMonitor::%s() resuming thread = %" PRIu64 " with signal %s", __FUNCTION__, tid,
|
/external/lldb/source/API/ |
H A D | 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);
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServer.cpp | 283 response.Printf ("pid:%" PRIu64 ";ppid:%" PRIu64 ";uid:%i;gid:%i;euid:%i;egid:%i;", 715 const int response_len = ::snprintf (response, sizeof(response), "pid:%" PRIu64 ";port:%u;", debugserver_pid, port);
|
/external/chromium_org/v8/src/arm64/ |
H A D | instrument-arm64.cc | 114 fprintf(output_stream_, "# sample_period=%" PRIu64 "\n", sample_period_); 160 fprintf(output_stream_, "%" PRIu64 ",", (*it)->count());
|
/external/libcxx/test/depr/depr.c.headers/ |
H A D | inttypes_h.pass.cpp | 195 #ifndef PRIu64 196 #error PRIu64 not defined
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
H A D | session.c | 717 printf("... chain: nr:%" PRIu64 "\n", sample->callchain->nr); 728 printf("... branch stack: nr:%" PRIu64 "\n", sample->branch_stack->nr); 731 printf("..... %2"PRIu64": %016" PRIx64 " -> %016" PRIx64 "\n", 760 printf("... ustack: size %" PRIu64 ", offset 0x%x\n", 780 printf("%" PRIu64 " ", sample->time); 798 printf(".... group nr %" PRIu64 "\n", sample->read.group.nr); 839 printf("(IP, %d): %d/%d: %#" PRIx64 " period: %" PRIu64 " addr: %#" PRIx64 "\n", 858 printf("... weight: %" PRIu64 "\n", sample->weight);
|
H A D | svghelper.c | 98 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height); 487 fprintf(svgfile, "<line x1=\"%4.8f\" y1=\"%4.2f\" x2=\"%4.8f\" y2=\"%" PRIu64 "\" style=\"stroke:rgb(%i,%i,%i);stroke-width:%1.3f\"/>\n",
|
H A D | python.c | 131 "ptid: %u, time: %" PRIu64 "}", 194 return PyString_FromFormat("{ type: %sthrottle, time: %" PRIu64 ", id: %" PRIu64 195 ", stream_id: %" PRIu64 " }",
|
/external/lldb/source/Breakpoint/ |
H A D | Breakpoint.cpp | 559 s->Printf(", locations = %" PRIu64, (uint64_t)num_locations); 561 s->Printf(", resolved = %" PRIu64, (uint64_t)num_resolved_locations);
|
/external/lldb/source/Host/linux/ |
H A D | Host.cpp | 73 if (snprintf (path, PATH_MAX, "/proc/%" PRIu64 "/%s", pid, name) > 0) 365 if (snprintf (link_path, PATH_MAX, "/proc/%" PRIu64 "/exe", pid) <= 0)
|
/external/vixl/src/a64/ |
H A D | instrument-a64.cc | 135 fprintf(output_stream_, "# sample_period=%" PRIu64 "\n", sample_period_); 181 fprintf(output_stream_, "%" PRIu64 ",", (*it)->count());
|
/external/chromium_org/content/renderer/media/webrtc/ |
H A D | media_stream_track_metrics.cc | 309 base::StringPrintf("%" PRIu64 " %s %d",
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
H A D | nouveau_mm.c | 149 debug_printf("MM: new slab, total memory = %"PRIu64" KiB\n",
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
H A D | port.h | 336 #define PRIu64 "I64u" macro
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
H A D | port.h | 333 #define PRIu64 "I64u" macro
|