Home
last modified time | relevance | path

Searched refs:PRIu64 (Results 1 – 25 of 29) sorted by relevance

12

/external/netperf/
Dnetcpu_pstatnew.c220 "lib_elapsed %g _SC_CLK_TCK %d lib_iticksperclktick %"PRIu64"\n", in calc_cpu_util_internal()
277 "total_cpu_cycles %"PRIu64" sanity_cpu_cycles %"PRIu64" missing %"PRIu64"\n", in calc_cpu_util_internal()
355 fprintf(where,"\tfraction_idle %"PRIu64"\n",fraction_idle); in calc_cpu_util_internal()
356 fprintf(where,"\tfraction_user %"PRIu64"\n",fraction_user); in calc_cpu_util_internal()
357 fprintf(where,"\tfraction_kernel %"PRIu64"\n",fraction_kernel); in calc_cpu_util_internal()
358 …fprintf(where,"\tfraction_interrupt %"PRIu64"WARNING, possibly under-counted!\n",fraction_interrup… in calc_cpu_util_internal()
359 fprintf(where,"\testimated_fraction_interrupt %"PRIu64"\n", in calc_cpu_util_internal()
/external/chromium/base/
Dformat_macros.h42 #define WidePRIu64 PRIu64
53 #if !defined(PRIu64)
54 #define PRIu64 "I64u" macro
/external/tcpdump/missing/
Dbittypes.h111 #ifndef PRIu64
113 #define PRIu64 "I64u" macro
115 #define PRIu64 "llu" macro
/external/tcpdump/
Dprint-nfs.c578 printf(" %u bytes @ %" PRIu64, in nfsreq_print()
597 printf(" %u (%u) bytes @ %" PRIu64, in nfsreq_print()
782 printf(" %u bytes @ %" PRIu64, in nfsreq_print()
1120 printf(" sz %" PRIu64, in parsefattr()
1246 printf(" tbytes %" PRIu64 " fbytes %" PRIu64 " abytes %" PRIu64, in parsestatfs()
1251 printf(" tfiles %" PRIu64 " ffiles %" PRIu64 " afiles %" PRIu64 " invar %u", in parsestatfs()
1298 printf(" sz %" PRIu64, EXTRACT_64BITS(&dp[0])); in parse_wcc_attr()
1444 printf(" rtmult %u wtmult %u maxfsz %" PRIu64, in parsefsinfo()
Dacconfig.h113 #undef PRIu64
Dprint-dccp.c185 (void)printf("(ack=%" PRIu64 ") ", ackno); in dccp_print_ack_no()
379 (void)printf("seq %" PRIu64, dccp_seqno(dh)); in dccp_print()
Dsmbutil.c527 printf("%" PRIu64 " (0x%" PRIx64 ")", x, x); in smb_fdata1()
543 printf("%" PRIu64 " (0x%" PRIx64 ")", x, x); in smb_fdata1()
Dconfig.h.in113 #undef PRIu64
Dprint-802_11.c1120 printf("%" PRIu64 "us tsft ", u.u64); in print_radiotap_field()
/external/qemu/
Dmigration.c149 … monitor_printf(mon, "transferred ram: %" PRIu64 " kbytes\n", ram_bytes_transferred() >> 10); in do_info_migrate()
150 monitor_printf(mon, "remaining ram: %" PRIu64 " kbytes\n", ram_bytes_remaining() >> 10); in do_info_migrate()
151 monitor_printf(mon, "total ram: %" PRIu64 " kbytes\n", ram_bytes_total() >> 10); in do_info_migrate()
Dcpu-defs.h54 #define TARGET_FMT_lu "%" PRIu64
Dqemu-common.h68 #define PRIu64 "I64u" macro
Dblock.c1106 " rd_bytes=%" PRIu64 in bdrv_info_stats()
1107 " wr_bytes=%" PRIu64 in bdrv_info_stats()
1108 " rd_operations=%" PRIu64 in bdrv_info_stats()
1109 " wr_operations=%" PRIu64 in bdrv_info_stats()
Dmonitor.c742 monitor_printf(mon, "%*" PRIu64, max_digits, v); in memory_dump()
818 monitor_printf(mon, "%" PRIu64, val); in do_print()
/external/e2fsprogs/intl/
Dloadmsgcat.c183 #if !defined PRIu64 || PRI_MACROS_BROKEN
184 # undef PRIu64
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro
281 # define PRIuLEAST64 PRIu64
377 # define PRIuFAST64 PRIu64
572 return PRIu64; in get_sysdep_segment_value()
/external/elfutils/po/
Delfutils.pot965 " [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n"
994 " Compilation unit at offset %<PRIu64>:\n"
995 " Version: %<PRIu16>, Abbreviation section offset: %<PRIu64>, Address size: %"
1001 msgid "cannot get DIE at offset %<PRIu64> in section '%s': %s"
1011 msgid "cannot get tag of DIE at offset %<PRIu64> in section '%s': %s"
1045 " Length: %<PRIu64>\n"
1047 " Prologue length: %<PRIu64>\n"
1104 msgid "define new file: dir=%u, mtime=%<PRIu64>, length=%<PRIu64>, name=%s\n"
1127 msgid " set file to %<PRIu64>\n"
1132 msgid " set column to %<PRIu64>\n"
[all …]
/external/elfutils/tests/
Dshow-abbrev.c109 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n", in main()
/external/elfutils/src/
Dreadelf.c3144 printf (" %*s [%4" PRIuMAX "] %s %" PRIu64 "\n", in print_ops()
3354 ", length: %5" PRIu64 ", CU DIE offset: %6" in print_debug_aranges_section()
3531 printf (gettext (" Compilation unit at offset %" PRIu64 ":\n" in print_debug_info_section()
3533 PRIu64 ", Address size: %" PRIu8 ", Offset size: %" PRIu8 "\n"), in print_debug_info_section()
3548 error (0, 0, gettext ("cannot get DIE at offset %" PRIu64 in print_debug_info_section()
3567 error (0, 0, gettext ("cannot get tag of DIE at offset %" PRIu64 in print_debug_info_section()
3785 " Length: %" PRIu64 "\n" in print_debug_line_section()
3787 " Prologue length: %" PRIu64 "\n" in print_debug_line_section()
3982 define new file: dir=%u, mtime=%" PRIu64 ", length=%" PRIu64 ", name=%s\n"), in print_debug_line_section()
4028 printf (gettext (" set file to %" PRIu64 "\n"), in print_debug_line_section()
[all …]
Delflint.c891 …n [%2d] '%s': _GLOBAL_OFFSET_TABLE_ symbol size %" PRIu64 " does not match .got section size %" PR… in check_symtab()
928 section [%2d] '%s': _DYNAMIC symbol size %" PRIu64 " does not match dynamic segment size %" PRIu64 in check_symtab()
2400 phdr[%d]: unknown core file note type %" PRIu64 " at offset %" PRIu64 "\n"), in check_note()
2408 phdr[%d]: unknown object file note type %" PRIu64 " at offset %" PRIu64 "\n"), in check_note()
Dnm.c1138 int n = obstack_printf (&whereob, "%s:%" PRIu64 "%c", in show_symbols()
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp3173 "%8" PRIu64 " objs; %5.1f MB; %5.1f cum MB\n", in CreateCacheIfNecessary()
3192 "MALLOC: %12" PRIu64 " Heap size\n" in CreateCacheIfNecessary()
3193 "MALLOC: %12" PRIu64 " Bytes in use by application\n" in CreateCacheIfNecessary()
3194 "MALLOC: %12" PRIu64 " Bytes free in page heap\n" in CreateCacheIfNecessary()
3195 "MALLOC: %12" PRIu64 " Bytes free in central cache\n" in CreateCacheIfNecessary()
3196 "MALLOC: %12" PRIu64 " Bytes free in transfer cache\n" in CreateCacheIfNecessary()
3197 "MALLOC: %12" PRIu64 " Bytes free in thread caches\n" in CreateCacheIfNecessary()
3198 "MALLOC: %12" PRIu64 " Spans in use\n" in CreateCacheIfNecessary()
3199 "MALLOC: %12" PRIu64 " Thread heaps in use\n" in CreateCacheIfNecessary()
3200 "MALLOC: %12" PRIu64 " Metadata allocated\n" in CreateCacheIfNecessary()
/external/chromium/sdch/open-vcdiff/src/
Dgflags.cc142 #ifndef PRIu64
143 # define PRIu64 "llu" macro
367 snprintf(intbuf, sizeof(intbuf), "%"PRIu64, VALUE_AS(uint64)); in ToString()
/external/strace/
Ddesc.c642 tprintf(", {u32=%" PRIu32 ", u64=%" PRIu64 "}}",
/external/chromium/net/base/
Dcookie_monster.cc373 pc.MaxAge().c_str(), " %" PRIu64, &max_age) == 1) { in CanonExpiration()
/external/chromium/net/http/
Dhttp_network_transaction.cc77 StringAppendF(request_headers, "Content-Length: %" PRIu64 "\r\n", in BuildRequestHeaders()

12