Home
last modified time | relevance | path

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

123

/external/strace/
Dquota.c350 tprintf("{bhardlimit=%" PRIu64 ", ", dq.dqb_bhardlimit); in decode_cmd_data()
351 tprintf("bsoftlimit=%" PRIu64 ", ", dq.dqb_bsoftlimit); in decode_cmd_data()
352 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace); in decode_cmd_data()
353 tprintf("ihardlimit=%" PRIu64 ", ", dq.dqb_ihardlimit); in decode_cmd_data()
354 tprintf("isoftlimit=%" PRIu64 ", ", dq.dqb_isoftlimit); in decode_cmd_data()
355 tprintf("curinodes=%" PRIu64 ", ", dq.dqb_curinodes); in decode_cmd_data()
358 tprintf("btime=%" PRIu64 ", ", dq.dqb_btime); in decode_cmd_data()
359 tprintf("itime=%" PRIu64 ", ", dq.dqb_itime); in decode_cmd_data()
413 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace); in decode_cmd_data()
439 tprintf("blk_hardlimit=%" PRIu64 ", ", dq.d_blk_hardlimit); in decode_cmd_data()
[all …]
Dblock.c204 tprintf(", %" PRIu64, val); in block_ioctl()
253 "buf_nr=%u, start_lba=%" PRIu64 ", " in block_ioctl()
254 "end_lba=%" PRIu64 ", pid=%u}", in block_ioctl()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_matrix.c215 ERR("tiled matrix leaked: tiles[+%"PRIu64",-%"PRIu64":%"PRIu64"] " in ewk_tile_matrix_free()
216 "bytes[+%"PRIu64",-%"PRIu64":%"PRIu64"]", in ewk_tile_matrix_free()
220 WRN("tiled matrix had no leaks: tiles[+%"PRIu64",-%"PRIu64"] " in ewk_tile_matrix_free()
221 "bytes[+%"PRIu64",-%"PRIu64"], but some other leaked " in ewk_tile_matrix_free()
222 "%"PRIu64" tiles (%"PRIu64" bytes)", in ewk_tile_matrix_free()
227 INF("tiled matrix had no leaks: tiles[+%"PRIu64",-%"PRIu64"] " in ewk_tile_matrix_free()
228 "bytes[+%"PRIu64",-%"PRIu64"]", in ewk_tile_matrix_free()
693 printf("Ewk_Tile Matrix: tiles[+%"PRIu64",-%"PRIu64":%"PRIu64"] " in ewk_tile_matrix_dbg()
694 "bytes[+%"PRIu64",-%"PRIu64":%"PRIu64"]\n", in ewk_tile_matrix_dbg()
Dewk_tiled_model.c119 printf("TILE BALANCE: tiles[+%"PRIu64",-%"PRIu64":%"PRIu64"] " in ewk_tile_accounting_dbg()
120 "bytes[+%"PRIu64",-%"PRIu64":%"PRIu64"]\n", in ewk_tile_accounting_dbg()
136 printf(" %4d: tiles[+%4"PRIu64",-%4"PRIu64":%4"PRIu64"] " in ewk_tile_accounting_dbg()
137 "bytes[+%8"PRIu64",-%8"PRIu64":%8"PRIu64"]%s\n", in ewk_tile_accounting_dbg()
/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.h43 #define WidePRIu64 PRIu64
56 #if !defined(PRIu64)
57 #define PRIu64 "I64u" macro
/external/tcpdump/missing/
Dbittypes.h111 #ifndef PRIu64
113 #define PRIu64 "I64u" macro
115 #define PRIu64 "llu" macro
/external/llvm/include/llvm/Support/
DDataTypes.h180 #ifndef PRIu64
181 # define PRIu64 "I64u" macro
DDataTypes.h.in179 #ifndef PRIu64
180 # define PRIu64 "I64u" macro
DDataTypes.h.cmake182 #ifndef PRIu64
183 # define PRIu64 "I64u"
/external/linux-tools-perf/util/
Dvalues.c153 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]); in perf_read_values__display_pretty()
168 fprintf(fp, " %*" PRIu64, in perf_read_values__display_pretty()
205 width = snprintf(NULL, 0, "%" PRIu64, values->value[i][j]); in perf_read_values__display_raw()
217 fprintf(fp, " %*d %*d %*s %*" PRIx64 " %*" PRIu64, in perf_read_values__display_raw()
Dpython.c111 "ptid: %u, time: %" PRIu64 "}", in pyrf_task_event__repr()
174 return PyString_FromFormat("{ type: %sthrottle, time: %" PRIu64 ", id: %" PRIu64 in pyrf_throttle_event__repr()
175 ", stream_id: %" PRIu64 " }", in pyrf_throttle_event__repr()
Dannotate.c74 ", evidx=%d] => %" PRIu64 "\n", sym->start, sym->name, in symbol__inc_addr_samples()
500 printf("%*" PRIx64 ": %" PRIu64 "\n", BITS_PER_LONG / 2, in symbol__annotate_hits()
502 printf("%*s: %" PRIu64 "\n", BITS_PER_LONG / 2, "h->sum", h->sum); in symbol__annotate_hits()
/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
/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.h52 #define TARGET_FMT_lu "%" PRIu64
/external/qemu/android/utils/
Dsystem.h177 #ifndef PRIu64
178 # define PRIu64 "llu" macro
/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/linux-tools-perf/
Dbuiltin-sched.c212 printf("run measurement overhead: %" PRIu64 " nsecs\n", min_delta); in calibrate_run_measurement_overhead()
230 printf("sleep measurement overhead: %" PRIu64 " nsecs\n", min_delta); in calibrate_sleep_measurement_overhead()
654 printf("the run test took %" PRIu64 " nsecs\n", T1 - T0); in test_calibrations()
660 printf("the sleep test took %" PRIu64 " nsecs\n", T1 - T0); in test_calibrations()
853 die("hm, delta: %" PRIu64 " < 0 ?\n", delta); in replay_switch_event()
856 printf(" ... switch from %s/%d to %s/%d [ran %" PRIu64 " nsecs]\n", in replay_switch_event()
1085 die("hm, delta: %" PRIu64 " < 0 ?\n", delta); in latency_switch_event()
1258 printf("|%11.3f ms |%9" PRIu64 " | avg:%9.3f ms | max:%9.3f ms | max at: %9.6f s\n", in output_lat_thread()
1460 die("hm, delta: %" PRIu64 " < 0 ?\n", delta); in map_switch_event()
1752 printf(" TOTAL: |%11.3f ms |%9" PRIu64 " |\n", in __cmd_lat()
Dbuiltin-test.c311 pr_debug("perf_evsel__read_on_cpu: expected to intercept %d calls, got %" PRIu64 "\n", in test__open_syscall_event()
428 pr_debug("perf_evsel__read_on_cpu: expected to intercept %d calls on cpu %d, got %" PRIu64 "\n", in test__open_syscall_event_on_all_cpus()
575 pr_debug("event with id %" PRIu64 in test__basic_mmap()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp102 radix_fmt = PRIu64; in PrintObjectSectionSizes()
226 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in PrintObjectSectionSizes()
/external/elfutils/tests/
Dshow-abbrev.c121 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n", in main()
/external/webkit/Source/JavaScriptCore/os-win32/
Dinttypes.h127 #define PRIu64 "I64u" macro
/external/elfutils/src/
Dreadelf.c2811 \nObject attributes section [%2zu] '%s' of %" PRIu64 in print_attributes()
3835 printf ("%*s[%4" PRIuMAX "] %s %" PRIu64 "\n", in print_ops()
3973 printf (gettext ("\nAbbreviation section at offset %" PRIu64 ":\n"), in print_debug_abbrev_section()
4080 ", length: %5" PRIu64 ", CU DIE offset: %6" in print_debug_aranges_section()
4420 printf (gettext (" Compilation unit at offset %" PRIu64 ":\n" in print_debug_info_section()
4422 PRIu64 ", Address size: %" PRIu8 ", Offset size: %" PRIu8 "\n"), in print_debug_info_section()
4438 error (0, 0, gettext ("cannot get DIE at offset %" PRIu64 in print_debug_info_section()
4457 error (0, 0, gettext ("cannot get tag of DIE at offset %" PRIu64 in print_debug_info_section()
4594 " Length: %" PRIu64 "\n" in print_debug_line_section()
4596 " Prologue length: %" PRIu64 "\n" in print_debug_line_section()
[all …]

123