Home
last modified time | relevance | path

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

123456

/external/vboot_reference/utility/
Dload_kernel_test.c38 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/strace/
Dquota.c264 tprintf("{bhardlimit=%" PRIu64 ", ", dq.dqb_bhardlimit); in decode_cmd_data()
265 tprintf("bsoftlimit=%" PRIu64 ", ", dq.dqb_bsoftlimit); in decode_cmd_data()
266 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace); in decode_cmd_data()
267 tprintf("ihardlimit=%" PRIu64 ", ", dq.dqb_ihardlimit); in decode_cmd_data()
268 tprintf("isoftlimit=%" PRIu64 ", ", dq.dqb_isoftlimit); in decode_cmd_data()
269 tprintf("curinodes=%" PRIu64 ", ", dq.dqb_curinodes); in decode_cmd_data()
271 tprintf("btime=%" PRIu64 ", ", dq.dqb_btime); in decode_cmd_data()
272 tprintf("itime=%" PRIu64 ", ", dq.dqb_itime); in decode_cmd_data()
310 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace); in decode_cmd_data()
328 tprintf("blk_hardlimit=%" PRIu64 ", ", dq.d_blk_hardlimit); in decode_cmd_data()
[all …]
Dloop.c95 tprintf("{device=%" PRIu64 ", inode=%" PRIu64 ", " in decode_loop_info64()
96 "rdevice=%" PRIu64 ", offset=%#" PRIx64 ", " in decode_loop_info64()
97 "sizelimit=%" PRIu64 ", number=%" PRIu32, in decode_loop_info64()
Dsched.c121 tprintf(", sched_runtime=%" PRIu64, attr.sched_runtime); in print_sched_attr()
122 tprintf(", sched_deadline=%" PRIu64, attr.sched_deadline); in print_sched_attr()
123 tprintf(", sched_period=%" PRIu64 "}", attr.sched_period); in print_sched_attr()
Dsendfile.c37 if (!printnum_int64(tcp, tcp->u_arg[2], "%" PRIu64)) { in SYS_FUNC()
44 printnum_int64(tcp, tcp->u_arg[2], "%" PRIu64); in SYS_FUNC()
/external/strace/tests/
Dsched_xetattr.c59 …_nice=%u, sched_priority=%u, sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 ", sched_period=%… in main()
72 …_nice=%u, sched_priority=%u, sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64 ", sched_period=%… in main()
/external/libunwind_llvm/src/
DDwarfParser.hpp402 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/
Dcmd_vbutil_firmware.c226 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()
Dcmd_show.c49 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 …]
Dvb1_helper.c321 "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()
Dcmd_vbutil_keyblock.c110 PRIu64 "\n", pem_algorithm); in Pack()
191 printf("Flags: %" PRIu64 " ", block->key_block_flags); in Unpack()
203 printf("Data key algorithm: %" PRIu64 " %s\n", data_key->algorithm, in Unpack()
206 printf("Data key version: %" PRIu64 "\n", data_key->key_version); in Unpack()
Dcmd_vbutil_key.c119 printf("Algorithm: %" PRIu64 " %s\n", pubkey->algorithm, in Unpack()
122 printf("Key Version: %" PRIu64 "\n", pubkey->key_version); in Unpack()
141 printf("Algorithm: %" PRIu64 " %s\n", in Unpack()
/external/netperf/src/
Dnetcpu_pstatnew.c257 "lib_elapsed %g _SC_CLK_TCK %d lib_iticksperclktick %"PRIu64"\n", in calc_cpu_util_internal()
314 "total_cpu_cycles %"PRIu64" sanity_cpu_cycles %"PRIu64 in calc_cpu_util_internal()
315 " missing %"PRIu64"\n", in calc_cpu_util_internal()
399 "\tfraction_idle %"PRIu64"\n" in calc_cpu_util_internal()
400 "\tfraction_user %"PRIu64"\n" in calc_cpu_util_internal()
401 "\tfraction_kernel %"PRIu64"\n" in calc_cpu_util_internal()
402 "\tfraction_interrupt %"PRIu64"WARNING, possibly under-counted!\n" in calc_cpu_util_internal()
403 "\testimated_fraction_interrupt %"PRIu64"\n", in calc_cpu_util_internal()
/external/valgrind/memcheck/tests/solaris/
Dname_service_door.c194 printf("bufsiz=%" PRIu64 "\n", header->pbufsiz); in test_app_proto_icmp()
195 printf("dbd_off=%" PRIu64 " dbd_len=%" PRIu64 "\n", in test_app_proto_icmp()
197 printf("key_off=%" PRIu64 " key_len=%" PRIu64 "\n", in test_app_proto_icmp()
199 printf("data_off=%" PRIu64 " data_len=%" PRIu64 "\n", in test_app_proto_icmp()
201 printf("ext_off=%" PRIu64 " ext_len=%" PRIu64 "\n", in test_app_proto_icmp()
/external/libpcap/Win32/Include/
Dbittypes.h81 #ifndef PRIu64
83 #define PRIu64 "I64u" macro
85 #define PRIu64 "llu" macro
/external/tcpdump/
Dprint-zeromq.c102 ND_PRINT((ndo, " %" PRIu64, body_len_declared)); in zmtp1_print_frame()
109 ND_PRINT((ndo, " (%" PRIu64 " captured)", body_len_captured)); in zmtp1_print_frame()
128 ND_PRINT((ndo, ", first %" PRIu64 " byte(s) of body:", body_len_printed - 1)); in zmtp1_print_frame()
191 ND_PRINT((ndo, " (%"PRIu64" captured)", remaining_len)); in zmtp1_print_intermediate_part()
198 ND_PRINT((ndo, ", first %"PRIu64" byte(s):", len_printed)); in zmtp1_print_intermediate_part()
Dprint-sflow.c309 ND_PRINT((ndo, "\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)", in print_sflow_counter_generic()
320 ND_PRINT((ndo, "\n\t In octets %" PRIu64 in print_sflow_counter_generic()
330 ND_PRINT((ndo, "\n\t Out octets %" PRIu64 in print_sflow_counter_generic()
391 ND_PRINT((ndo, "\n\t in high prio frames %u, in high prio octets %" PRIu64, in print_sflow_counter_basevg()
394 ND_PRINT((ndo, "\n\t in norm prio frames %u, in norm prio octets %" PRIu64, in print_sflow_counter_basevg()
402 ND_PRINT((ndo, "\n\t out high prio frames %u, out high prio octets %" PRIu64 in print_sflow_counter_basevg()
407 ND_PRINT((ndo, "\n\t in hc high prio octets %" PRIu64 in print_sflow_counter_basevg()
408 ", in hc norm prio octets %" PRIu64 in print_sflow_counter_basevg()
409 ", out hc high prio octets %" PRIu64, in print_sflow_counter_basevg()
427 ND_PRINT((ndo, "\n\t vlan_id %u, octets %" PRIu64 in print_sflow_counter_vlan()
[all …]
Dtcpdump-stdinc.h100 #ifndef PRIu64
101 #define PRIu64 "I64u" macro
126 #ifndef PRIu64
127 #define PRIu64 "llu" macro
/external/valgrind/none/tests/s390x/
Dcomp-2.c32 printf("%.6s (%"PRIu64", %"PRIu64") --> cc = %d\n", \
49 printf("%.6s (%"PRIu64", %"PRIu64") --> cc = %d\n", \
65 printf("%.6s (%"PRIu64", %"PRIu64") --> cc = %d\n", \
/external/vboot_reference/host/lib/
Dcrossystem.c264 " 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/tests/
Dvarlocs.c99 printf ("{%s,%s,%" PRIu64 "@[%" PRIx64 "]}", in print_base_type()
264 printf ("%s(%" PRIu64 ")", opname, expr->number); in print_expr()
322 printf ("%s(%" PRIu64 ",%" PRId64 ")", opname, in print_expr()
328 printf ("%s(%" PRIu64 ",%" PRIu64 ")", opname, in print_expr()
353 printf ("%s(%" PRIu64 "){", opname, block.length); in print_expr()
478 printf ("%s[%" PRIu64 "]", opname, off); in print_expr()
493 printf ("%s(reg%" PRIu64 ")", opname, expr->number); in print_expr()
508 printf ("%s(%" PRIu64 ")", opname, expr->number); in print_expr()
536 printf ("(%" PRIu64 ")[", block.length); in print_expr()
/external/webrtc/webrtc/base/
Dformat_macros.h82 #if !defined(PRIu64)
83 #define PRIu64 "I64u" macro
/external/libchrome/base/
Dformat_macros.h46 #define WidePRIu64 PRIu64
83 #if !defined(PRId64) || !defined(PRIu64) || !defined(PRIx64)
/external/bison/lib/
Dinttypes.in.h212 # if !defined PRIu64 || @PRI_MACROS_BROKEN@
213 # undef PRIu64
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/clang/test/CoverageMapping/
Dmacro-expressions.cpp13 #define PRIu64 PRI_64_LENGTH_MODIFIER "u" macro
49 (void)(i ? PRIo64 : PRIu64); in foo()

123456