Searched refs:PRIu64 (Results 26 - 50 of 218) sorted by relevance

123456789

/external/lldb/source/API/
H A DSBCommunication.cpp142 log->Printf ("SBCommunication(%p)::Read (dst=%p, dst_len=%" PRIu64 ", timeout_usec=%u, &status)...",
154 log->Printf ("SBCommunication(%p)::Read (dst=%p, dst_len=%" PRIu64 ", timeout_usec=%u, &status=%s) => %" PRIu64,
176 log->Printf ("SBCommunication(%p)::Write (src=%p, src_len=%" PRIu64 ", &status=%s) => %" PRIu64,
H A DSBProcess.cpp229 log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", process_sp.get(), pid, error.get(), sstr.GetData());
359 log->Printf ("SBProcess(%p)::GetSTDOUT (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64,
382 log->Printf ("SBProcess(%p)::GetSTDERR (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64,
405 log->Printf ("SBProcess(%p)::GetProfileData (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64,
428 "Process %" PRIu64 " %s\n",
447 "Process %" PRIu64 " %s\n",
615 log->Printf ("SBProcess(%p)::GetProcessID () => %" PRIu64, process_s
[all...]
/external/qemu/distrib/ext4_utils/src/
H A Dextent.c132 error("File size %"PRIu64" is too big to fit in a single extent block\n",
188 error("failed to allocate extents for %"PRIu64" bytes", len);
195 error("failed to create backing for %"PRIu64" bytes", backing_len);
212 error("failed to allocate extents for %"PRIu64" bytes", len);
228 error("failed to allocate extents for %"PRIu64" bytes", len);
/external/tcpdump/
H A Dprint-sflow.c316 printf("\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)",
327 printf("\n\t In octets %" PRIu64
337 printf("\n\t Out octets %" PRIu64
395 printf("\n\t in high prio frames %u, in high prio octets %" PRIu64,
398 printf("\n\t in norm prio frames %u, in norm prio octets %" PRIu64,
406 printf("\n\t out high prio frames %u, out high prio octets %" PRIu64
411 printf("\n\t in hc high prio octets %" PRIu64
412 ", in hc norm prio octets %" PRIu64
413 ", out hc high prio octets %" PRIu64,
430 printf("\n\t vlan_id %u, octets %" PRIu64
[all...]
H A Dprint-openflow-1.0.c1441 printf(", packet_count %" PRIu64, EXTRACT_64BITS(cp));
1445 printf(", byte_count %" PRIu64, EXTRACT_64BITS(cp));
1472 printf("\n\t packet_count %" PRIu64, EXTRACT_64BITS(cp));
1476 printf(", byte_count %" PRIu64, EXTRACT_64BITS(cp));
1532 printf(", lookup_count %" PRIu64, EXTRACT_64BITS(cp));
1536 printf(", matched_count %" PRIu64, EXTRACT_64BITS(cp));
1575 printf(", rx_packets %" PRIu64, EXTRACT_64BITS(cp));
1579 printf(", tx_packets %" PRIu64, EXTRACT_64BITS(cp));
1583 printf(", rx_bytes %" PRIu64, EXTRACT_64BITS(cp));
1587 printf(", tx_bytes %" PRIu64, EXTRACT_64BIT
[all...]
H A Dprint-mptcp.c160 printf("%" PRIu64, EXTRACT_64BITS(opt));
171 printf("%" PRIu64, EXTRACT_64BITS(opt));
255 printf(" seq %" PRIu64, EXTRACT_64BITS(opt + 4));
/external/iproute2/ip/
H A Dipaddress.c273 fprintf(fp, " %-10"PRIu64" %-8"PRIu64" %-7"PRIu64" %-7"PRIu64" %-7"PRIu64" %-7"PRIu64"",
281 fprintf(fp, " %-7"PRIu64"",
286 fprintf(fp, " %-7"PRIu64" %-7"PRIu64" %-7"PRIu64"
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dx_privet_token.cc62 std::string issue_time_str = base::StringPrintf("%" PRIu64, issue_time);
/external/chromium_org/third_party/leveldatabase/
H A Dchromium_logger.h49 "%04d/%02d/%02d-%02d:%02d:%02d.%03d %" PRIu64 " ",
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc264 "%6" PRIu64 ": %8" PRIu64 " [%6" PRIu64 ": %8" PRIu64 "] @",
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc247 "%6"PRIu64": %8"PRIu64" [%6"PRIu64": %8"PRIu64"] @",
/external/libnl/src/
H A Dnl-link-stats.c50 printf("%s.%s %" PRIu64 "\n", rtnl_link_get_name(link),
/external/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp42 strm.Printf ("%" PRIu64, m_current_value);
/external/bison/lib/
H A Dinttypes.in.h212 # if !defined PRIu64 || @PRI_MACROS_BROKEN@
213 # undef PRIu64 macro
214 # define PRIu64 _PRIu64_PREFIX "u" macro
315 # define PRIuLEAST64 PRIu64
354 # define PRIuFAST8 PRIu64
402 # define PRIuFAST16 PRIu64
450 # define PRIuFAST32 PRIu64
488 # define PRIuFAST64 PRIu64
527 # define PRIuMAX PRIu64
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp543 log->Printf ("ProcessKDP::%s (pid = %" PRIu64 ")", __FUNCTION__, GetID());
848 log->Printf ("ProcessKDP::AsyncThread (arg = %p, pid = %" PRIu64 ") thread starting...", arg, pid);
862 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp)...",
868 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") Got an event of type: %d...",
915 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") got eBroadcastBitAsyncThreadShouldExit...",
923 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") got unknown event 0x%8.8x",
935 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp) => false",
943 log->Printf ("ProcessKDP::AsyncThread (arg = %p, pid = %" PRIu64 ") thread exiting...",
/external/llvm/include/llvm/Support/
H A DDataTypes.h.cmake101 #define PRIu64 "I64u"
H A DDataTypes.h.in101 #define PRIu64 "I64u"
/external/qemu/android/utils/
H A Dsystem.h169 #ifndef PRIu64
170 # define PRIu64 "llu" macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dopen-syscall-all-cpus.c95 pr_debug("perf_evsel__read_on_cpu: expected to intercept %d calls on cpu %d, got %" PRIu64 "\n",
H A Dperf-record.c183 pr_info("%" PRIu64" %d ", sample.time, sample.cpu);
188 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n",
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dvalues.c154 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]);
169 fprintf(fp, " %*" PRIu64,
206 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]);
218 fprintf(fp, " %*d %*d %*s %*" PRIx64 " %*" PRIu64,
/external/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp52 s->Printf("Single stepping past breakpoint site %" PRIu64 " at 0x%" PRIx64, m_breakpoint_site_id, (uint64_t)m_breakpoint_addr);
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dreport.c79 fprintf(f, "0x%08X %12" PRIu64 " %5.1f %s%s %s\n",
123 fprintf(f, " %3d %s %12" PRIu64 " %10d %10d %s\n",
159 fprintf(f, " %3d %12" PRIu64 " %10d %10d %s\n",
/external/strace/
H A Dblock.c198 tprintf(", %" PRIu64, val);
250 "buf_nr=%u, start_lba=%" PRIu64 ", "
251 "end_lba=%" PRIu64 ", pid=%u}",
/external/jemalloc/src/
H A Dckh.c410 "%s(%p): ngrows: %"PRIu64", nshrinks: %"PRIu64","
411 " nshrinkfails: %"PRIu64", ninserts: %"PRIu64","
412 " nrelocs: %"PRIu64"\n", __func__, ckh,

Completed in 740 milliseconds

123456789