/external/vboot_reference/utility/ |
D | load_kernel_test.c | 38 printf("Read(%" PRIu64 ", %" PRIu64 ")\n", lba_start, lba_count); in VbExDiskRead() 42 fprintf(stderr, "Read overrun: %" PRIu64 " + %" PRIu64 " > %" PRIu64 "\n", in VbExDiskRead() 58 printf("Write(%" PRIu64 ", %" PRIu64 ")\n", lba_start, lba_count); in VbExDiskWrite() 62 fprintf(stderr, "Read overrun: %" PRIu64 " + %" PRIu64 " > %" PRIu64 "\n", in VbExDiskWrite() 137 fprintf(stderr, " -b NUM boot flag bits (default %" PRIu64 "):\n", in main() 139 fprintf(stderr, " %" PRIu64 " = developer mode on\n", in main() 141 fprintf(stderr, " %" PRIu64 " = recovery mode on\n", in main() 155 printf("Read %" PRIu64 " bytes of key from %s\n", key_size, argv[optind+1]); in main() 197 printf("bootflags = %" PRIu64 "\n", lkp.boot_flags); in main() 210 printf("Streaming LBA count: %" PRIu64 "\n", lkp.streaming_lba_count); in main() [all …]
|
/external/jemalloc/src/ |
D | stats.c | 134 "%20zu %3u %12zu %12"PRIu64" %12"PRIu64 in stats_arena_bins_print() 135 " %12"PRIu64" %12zu %12zu %4u %3zu %-5s" in stats_arena_bins_print() 136 " %12"PRIu64" %12"PRIu64" %12"PRIu64 in stats_arena_bins_print() 137 " %12"PRIu64"\n", in stats_arena_bins_print() 144 "%20zu %3u %12zu %12"PRIu64" %12"PRIu64 in stats_arena_bins_print() 145 " %12"PRIu64" %12zu %12zu %4u %3zu %-5s" in stats_arena_bins_print() 146 " %12"PRIu64" %12"PRIu64"\n", in stats_arena_bins_print() 193 "%20zu %3u %12zu %12"PRIu64" %12"PRIu64" %12"PRIu64 in stats_arena_lruns_print() 241 "%20zu %3u %12zu %12"PRIu64" %12"PRIu64" %12"PRIu64 in stats_arena_hchunks_print() 294 "dirty pages: %zu:%zu active:dirty, %"PRIu64" sweep%s," in stats_arena_print() [all …]
|
D | prof.c | 1098 " t%"PRIu64": %"PRIu64": %"PRIu64" [%"PRIu64": %"PRIu64"]\n", in prof_tctx_dump_iter() 1250 " t%"PRIu64": %"PRIu64": %"PRIu64" [%"PRIu64": %"PRIu64"]%s%s\n", in prof_tdata_dump_iter() 1270 "heap_v2/%"PRIu64"\n" in prof_dump_header() 1271 " t*: %"PRIu64": %"PRIu64" [%"PRIu64": %"PRIu64"]\n", in prof_dump_header() 1323 " t*: %"PRIu64": %"PRIu64" [%"PRIu64": %"PRIu64"]\n", in prof_dump_gctx() 1415 malloc_printf("<jemalloc>: Leak summary: %"PRIu64" byte%s, %" in prof_leakcheck() 1416 PRIu64" object%s, %zu context%s\n", in prof_leakcheck() 1536 "%s.%d.%"PRIu64".%c%"PRIu64".heap", in prof_dump_filename() 1541 "%s.%d.%"PRIu64".%c.heap", in prof_dump_filename()
|
/external/strace/ |
D | quota.c | 270 tprintf("{bhardlimit=%" PRIu64 ", ", dq.dqb_bhardlimit); in decode_cmd_data() 271 tprintf("bsoftlimit=%" PRIu64 ", ", dq.dqb_bsoftlimit); in decode_cmd_data() 272 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace); in decode_cmd_data() 273 tprintf("ihardlimit=%" PRIu64 ", ", dq.dqb_ihardlimit); in decode_cmd_data() 274 tprintf("isoftlimit=%" PRIu64 ", ", dq.dqb_isoftlimit); in decode_cmd_data() 275 tprintf("curinodes=%" PRIu64 ", ", dq.dqb_curinodes); in decode_cmd_data() 277 tprintf("btime=%" PRIu64 ", ", dq.dqb_btime); in decode_cmd_data() 278 tprintf("itime=%" PRIu64 ", ", dq.dqb_itime); in decode_cmd_data() 328 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace); in decode_cmd_data() 352 tprintf("blk_hardlimit=%" PRIu64 ", ", dq.d_blk_hardlimit); in decode_cmd_data() [all …]
|
D | loop.c | 103 tprintf("device=%" PRIu64 ", inode=%" PRIu64 ", " in loop_ioctl() 104 "rdevice=%" PRIu64 ", offset=%#" PRIx64 ", " in loop_ioctl() 105 "sizelimit=%" PRIu64 ", number=%" PRIu32, in loop_ioctl()
|
/external/libcxxabi/src/Unwind/ |
D | DwarfParser.hpp | 402 fprintf(stderr, "DW_CFA_advance_loc1: new offset=%" PRIu64 "\n", in parseInstructions() 409 fprintf(stderr, "DW_CFA_advance_loc2: new offset=%" PRIu64 "\n", in parseInstructions() 416 fprintf(stderr, "DW_CFA_advance_loc4: new offset=%" PRIu64 "\n", in parseInstructions() 432 "DW_CFA_offset_extended(reg=%" PRIu64 ", offset=%" PRId64 ")\n", in parseInstructions() 446 fprintf(stderr, "DW_CFA_restore_extended(reg=%" PRIu64 ")\n", reg); in parseInstructions() 457 fprintf(stderr, "DW_CFA_undefined(reg=%" PRIu64 ")\n", reg); in parseInstructions() 474 fprintf(stderr, "DW_CFA_same_value(reg=%" PRIu64 ")\n", reg); in parseInstructions() 494 fprintf(stderr, "DW_CFA_register(reg=%" PRIu64 ", reg2=%" PRIu64 ")\n", in parseInstructions() 532 fprintf(stderr, "DW_CFA_def_cfa(reg=%" PRIu64 ", offset=%" PRIu64 ")\n", in parseInstructions() 545 fprintf(stderr, "DW_CFA_def_cfa_register(%" PRIu64 ")\n", reg); in parseInstructions() [all …]
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_firmware.c | 226 printf(" Size: %" PRIu64 "\n", in Verify() 228 printf(" Flags: %" PRIu64 " (ignored)\n", in Verify() 230 printf(" Data key algorithm: %" PRIu64 " %s\n", data_key->algorithm, in Verify() 234 printf(" Data key version: %" PRIu64 "\n", data_key->key_version); in Verify() 255 printf(" Size: %" PRIu64 "\n", in Verify() 259 printf(" Firmware version: %" PRIu64 "\n", in Verify() 262 printf(" Kernel key algorithm: %" PRIu64 " %s\n", in Verify() 266 printf(" Kernel key version: %" PRIu64 "\n", in Verify() 271 printf(" Firmware body size: %" PRIu64 "\n", in Verify()
|
D | cmd_show.c | 49 printf("%sAlgorithm: %" PRIu64 " %s\n", sp, pubkey->algorithm, in show_key() 52 printf("%sKey Version: %" PRIu64 "\n", sp, pubkey->key_version); in show_key() 69 printf(" Flags: %" PRIu64 " ", in show_keyblock() 82 printf(" Data key algorithm: %" PRIu64 " %s\n", data_key->algorithm, in show_keyblock() 86 printf(" Data key version: %" PRIu64 "\n", data_key->key_version); in show_keyblock() 117 printf(" Algorithm: %" PRIu64 " %s\n", key.algorithm, in futil_cb_show_privkey() 345 printf(" Size: %" PRIu64 "\n", in futil_cb_show_fw_preamble() 349 printf(" Firmware version: %" PRIu64 "\n", in futil_cb_show_fw_preamble() 352 printf(" Kernel key algorithm: %" PRIu64 " %s\n", in futil_cb_show_fw_preamble() 358 printf(" Kernel key version: %" PRIu64 "\n", in futil_cb_show_fw_preamble() [all …]
|
D | vb1_helper.c | 321 "key_block_size advances past %" PRIu64 in UnpackKPart() 340 fprintf(stderr, "preamble_size advances past %" PRIu64 in UnpackKPart() 514 printf(" Flags: %" PRIu64 " ", in VerifyKernelBlob() 525 printf(" Data key algorithm: %" PRIu64 " %s\n", data_key->algorithm, in VerifyKernelBlob() 528 printf(" Data key version: %" PRIu64 "\n", data_key->key_version); in VerifyKernelBlob() 551 fprintf(stderr, "Data key version %" PRIu64 in VerifyKernelBlob() 552 " is lower than minimum %" PRIu64 ".\n", in VerifyKernelBlob() 576 printf(" Kernel version: %" PRIu64 "\n", in VerifyKernelBlob() 607 "Kernel version %" PRIu64 " is lower than minimum %" in VerifyKernelBlob() 608 PRIu64 ".\n", g_preamble->kernel_version, in VerifyKernelBlob()
|
/external/netperf/ |
D | netcpu_pstatnew.c | 220 "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/linux-tools-perf/src/tools/perf/tests/ |
D | perf-time-to-tsc.c | 149 pr_debug("1st event perf time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc() 151 pr_debug("rdtsc time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc() 153 pr_debug("2nd event perf time %"PRIu64" tsc %"PRIu64"\n", in test__perf_time_to_tsc()
|
/external/tcpdump/ |
D | print-zeromq.c | 100 printf(" %" PRIu64, body_len_declared); in zmtp1_print_frame() 107 printf(" (%" PRIu64 " captured)", body_len_captured); in zmtp1_print_frame() 126 printf(", first %" PRIu64 " byte(s) of body:", body_len_printed - 1); in zmtp1_print_frame() 187 printf(" (%"PRIu64" captured)", remaining_len); in zmtp1_print_intermediate_part() 194 printf(", first %"PRIu64" byte(s):", len_printed); in zmtp1_print_intermediate_part()
|
D | print-sflow.c | 316 printf("\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)", in print_sflow_counter_generic() 327 printf("\n\t In octets %" PRIu64 in print_sflow_counter_generic() 337 printf("\n\t Out octets %" PRIu64 in print_sflow_counter_generic() 395 printf("\n\t in high prio frames %u, in high prio octets %" PRIu64, in print_sflow_counter_basevg() 398 printf("\n\t in norm prio frames %u, in norm prio octets %" PRIu64, in print_sflow_counter_basevg() 406 printf("\n\t out high prio frames %u, out high prio octets %" PRIu64 in print_sflow_counter_basevg() 411 printf("\n\t in hc high prio octets %" PRIu64 in print_sflow_counter_basevg() 412 ", in hc norm prio octets %" PRIu64 in print_sflow_counter_basevg() 413 ", out hc high prio octets %" PRIu64, in print_sflow_counter_basevg() 430 printf("\n\t vlan_id %u, octets %" PRIu64 in print_sflow_counter_vlan() [all …]
|
D | print-openflow-1.0.c | 1441 printf(", packet_count %" PRIu64, EXTRACT_64BITS(cp)); in of10_flow_stats_reply_print() 1445 printf(", byte_count %" PRIu64, EXTRACT_64BITS(cp)); in of10_flow_stats_reply_print() 1472 printf("\n\t packet_count %" PRIu64, EXTRACT_64BITS(cp)); in of10_aggregate_stats_reply_print() 1476 printf(", byte_count %" PRIu64, EXTRACT_64BITS(cp)); in of10_aggregate_stats_reply_print() 1532 printf(", lookup_count %" PRIu64, EXTRACT_64BITS(cp)); in of10_table_stats_reply_print() 1536 printf(", matched_count %" PRIu64, EXTRACT_64BITS(cp)); in of10_table_stats_reply_print() 1575 printf(", rx_packets %" PRIu64, EXTRACT_64BITS(cp)); in of10_port_stats_reply_print() 1579 printf(", tx_packets %" PRIu64, EXTRACT_64BITS(cp)); in of10_port_stats_reply_print() 1583 printf(", rx_bytes %" PRIu64, EXTRACT_64BITS(cp)); in of10_port_stats_reply_print() 1587 printf(", tx_bytes %" PRIu64, EXTRACT_64BITS(cp)); in of10_port_stats_reply_print() [all …]
|
/external/tcpdump/win32/Include/ |
D | bittypes.h | 81 #ifndef PRIu64 83 #define PRIu64 "I64u" macro 85 #define PRIu64 "llu" macro
|
/external/libpcap/Win32/Include/ |
D | bittypes.h | 81 #ifndef PRIu64 83 #define PRIu64 "I64u" macro 85 #define PRIu64 "llu" macro
|
/external/valgrind/none/tests/s390x/ |
D | comp-2.c | 32 printf("%.6s (%"PRIu64", %"PRIu64") --> cc = %d\n", \ 49 printf("%.6s (%"PRIu64", %"PRIu64") --> cc = %d\n", \ 65 printf("%.6s (%"PRIu64", %"PRIu64") --> cc = %d\n", \
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugAranges.cpp | 146 …log->Printf ("DWARFDebugAranges::Sort(minimize = %u) with %" PRIu64 " entries", minimize, (uint64_… in Sort() 158 …Printf ("DWARFDebugAranges::Sort() %" PRIu64 " entries after minimizing (%" PRIu64 " entries combi… in Sort()
|
/external/lldb/source/API/ |
D | SBCommunication.cpp | 142 …log->Printf ("SBCommunication(%p)::Read (dst=%p, dst_len=%" PRIu64 ", timeout_usec=%u, &status)...… in Read() 154 …tf ("SBCommunication(%p)::Read (dst=%p, dst_len=%" PRIu64 ", timeout_usec=%u, &status=%s) => %" PR… in Read() 176 … log->Printf ("SBCommunication(%p)::Write (src=%p, src_len=%" PRIu64 ", &status=%s) => %" PRIu64, in Write()
|
D | SBData.cpp | 170 log->Printf ("SBData::GetFloat (error=%p,offset=%" PRIu64 ") => " in GetFloat() 192 log->Printf ("SBData::GetDouble (error=%p,offset=%" PRIu64 ") => " in GetDouble() 214 log->Printf ("SBData::GetLongDouble (error=%p,offset=%" PRIu64 ") => " in GetLongDouble() 236 log->Printf ("SBData::GetAddress (error=%p,offset=%" PRIu64 ") => " in GetAddress() 258 log->Printf ("SBData::GetUnsignedInt8 (error=%p,offset=%" PRIu64 ") => " in GetUnsignedInt8() 280 log->Printf ("SBData::GetUnsignedInt16 (error=%p,offset=%" PRIu64 ") => " in GetUnsignedInt16() 302 log->Printf ("SBData::GetUnsignedInt32 (error=%p,offset=%" PRIu64 ") => " in GetUnsignedInt32() 324 log->Printf ("SBData::GetUnsignedInt64 (error=%p,offset=%" PRIu64 ") => " in GetUnsignedInt64() 346 log->Printf ("SBData::GetSignedInt8 (error=%p,offset=%" PRIu64 ") => " in GetSignedInt8() 368 log->Printf ("SBData::GetSignedInt16 (error=%p,offset=%" PRIu64 ") => " in GetSignedInt16() [all …]
|
D | SBProcess.cpp | 229 …log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", proce… in RemoteAttachToProcessWithID() 359 log->Printf ("SBProcess(%p)::GetSTDOUT (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, in GetSTDOUT() 382 log->Printf ("SBProcess(%p)::GetSTDERR (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, in GetSTDERR() 405 … log->Printf ("SBProcess(%p)::GetProfileData (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, in GetAsyncProfileData() 428 "Process %" PRIu64 " %s\n", in ReportEventState() 447 "Process %" PRIu64 " %s\n", in AppendEventStateReport() 615 log->Printf ("SBProcess(%p)::GetProcessID () => %" PRIu64, process_sp.get(), ret_val); in GetProcessID() 978 …log->Printf ("SBProcess(%p)::ReadMemory (addr=0x%" PRIx64 ", dst=%p, dst_len=%" PRIu64 ", SBError … in ReadMemory() 1010 …s(%p)::ReadMemory (addr=0x%" PRIx64 ", dst=%p, dst_len=%" PRIu64 ", SBError (%p): %s) => %" PRIu64, in ReadMemory() 1118 …log->Printf ("SBProcess(%p)::WriteMemory (addr=0x%" PRIx64 ", src=%p, src_len=%" PRIu64 ", SBError… in WriteMemory() [all …]
|
/external/iproute2/ip/ |
D | ipaddress.c | 273 fprintf(fp, " %-10"PRIu64" %-8"PRIu64" %-7"PRIu64" %-7"PRIu64" %-7"PRIu64" %-7"PRIu64"", in print_link_stats64() 281 fprintf(fp, " %-7"PRIu64"", in print_link_stats64() 286 fprintf(fp, " %-7"PRIu64" %-7"PRIu64" %-7"PRIu64" %-7"PRIu64" %-7"PRIu64"", in print_link_stats64() 296 fprintf(fp, " %-10"PRIu64" %-8"PRIu64" %-7"PRIu64" %-7"PRIu64" %-7"PRIu64" %-7"PRIu64"", in print_link_stats64() 304 fprintf(fp, " %-7"PRIu64"", in print_link_stats64() 309 fprintf(fp, " %-7"PRIu64" %-7"PRIu64" %-7"PRIu64" %-7"PRIu64"", in print_link_stats64()
|
/external/vboot_reference/host/lib/ |
D | crossystem.c | 264 " Drive sectors=%" PRIu64 "\n" in GetVdatLoadKernelDebug() 295 " Start sector=%" PRIu64 "\n" in GetVdatLoadKernelDebug() 296 " Sector count=%" PRIu64 "\n" in GetVdatLoadKernelDebug() 333 "LFS=%" PRIu64 ",%" PRIu64 in GetVdatString() 334 " LF=%" PRIu64 ",%" PRIu64 in GetVdatString() 335 " LK=%" PRIu64 ",%" PRIu64, in GetVdatString()
|
/external/elfutils/src/tests/ |
D | varlocs.c | 99 printf ("{%s,%s,%" PRIu64 "@[%" PRIx64 "]}", in print_base_type() 266 printf ("%s(%" PRIu64 ")", opname, expr->number); in print_expr() 324 printf ("%s(%" PRIu64 ",%" PRId64 ")", opname, in print_expr() 330 printf ("%s(%" PRIu64 ",%" PRIu64 ")", opname, in print_expr() 355 printf ("%s(%" PRIu64 "){", opname, block.length); in print_expr() 480 printf ("%s[%" PRIu64 "]", opname, off); in print_expr() 495 printf ("%s(reg%" PRIu64 ")", opname, expr->number); in print_expr() 510 printf ("%s(%" PRIu64 ")", opname, expr->number); in print_expr() 538 printf ("(%" PRIu64 ")[", block.length); in print_expr()
|
/external/jemalloc/test/stress/ |
D | microbench.c | 34 malloc_printf("%"PRIu64" iterations, %s=%"PRIu64"us, " in compare_funcs() 35 "%s=%"PRIu64"us, ratio=1:%s\n", in compare_funcs()
|