Home
last modified time | relevance | path

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

12345678910

/third_party/libnl/lib/route/link/
Dinet6.c408 nl_dump(p, " %18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_INPKTS]); in inet6_dump_stats()
415 nl_dump(p, "%16" PRIu64 " B ", 0); in inet6_dump_stats()
417 nl_dump(p, "%18" PRIu64 " %18" PRIu64 "\n", in inet6_dump_stats()
424 nl_dump(p, " %18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_OUTPKTS]); in inet6_dump_stats()
431 nl_dump(p, "%16" PRIu64 " B ", 0); in inet6_dump_stats()
433 nl_dump(p, "%18" PRIu64 " %18" PRIu64 "\n", in inet6_dump_stats()
440 nl_dump(p, " %18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_INMCASTPKTS]); in inet6_dump_stats()
447 nl_dump(p, "%16" PRIu64 " B ", 0); in inet6_dump_stats()
449 nl_dump(p, "%18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_INBCASTPKTS]); in inet6_dump_stats()
455 nl_dump(p, "%16" PRIu64 " B\n", 0); in inet6_dump_stats()
[all …]
/third_party/opencl-headers/tests/
Dtest_headers.c460 printf("b: %" PRIu64 "\n", b ); in test_ulong()
461 printf("b2: %" PRIu64 " %" PRIu64 " \n", b2.s[0], b2.s[1] ); in test_ulong()
462 …printf("b4: %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3… in test_ulong()
463 …printf("b8: %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %… in test_ulong()
464PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PR… in test_ulong()
471 printf("__cl_ulong2: %" PRIu64 " %" PRIu64 " \n", ((cl_ulong*)&v2)[0], ((cl_ulong*)&v2)[1] ); in test_ulong()
478 …printf("__cl_ulong4: %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " \n", ((cl_ulong*)&v4)[0], ((… in test_ulong()
485 …printf("__cl_ulong8: %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" P… in test_ulong()
492PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PR… in test_ulong()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_diskstat.c109 "%" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 in get_file_values()
110 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "", in get_file_values()
Dhud_cpu.c197 "%s %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64 in get_cpu_stats()
198 " %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64 in get_cpu_stats()
199 " %"PRIu64" %"PRIu64"", in get_cpu_stats()
/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_prog02.c90 "val = %"PRIu64", but should be val = %"PRIu64" + 1", in run()
93 tst_res(TPASS, "val = %"PRIu64" + 1", A64INT); in run()
100 "val = %"PRIu64", but should be val = %"PRIu64" - 1", in run()
103 tst_res(TPASS, "val = %"PRIu64" - 1", A64INT); in run()
Dbpf_prog05.c157 "%s = %"PRIu64", but should be %"PRIu64, in expect_reg_val()
160 tst_res(TPASS, "%s = %"PRIu64, reg_name, *val); in expect_reg_val()
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx01.c79 "statx.stx_mnt_id equals to mount_id(%"PRIu64") in /proc/self/mountinfo", in test_mnt_id()
83 "statx.stx_mnt_id(%"PRIu64") is different from mount_id(%"PRIu64") in /proc/self/mountinfo", in test_mnt_id()
118 "stx_size(%"PRIu64") is correct", (uint64_t)buff.stx_size); in test_normal_file()
121 "stx_size(%"PRIu64") is different from expected(%u)", in test_normal_file()
131 tst_res(TPASS, "stx_blocks(%"PRIu64") is valid", in test_normal_file()
134 tst_res(TFAIL, "stx_blocks(%"PRIu64") is invalid", in test_normal_file()
Dstatx02.c53 "stx_size(%"PRIu64") is correct", (uint64_t)buf.stx_size); in test_empty_path()
56 "stx_size(%"PRIu64") is not same as expected(%u)", in test_empty_path()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c280 " ia_vertices = %"PRIu64"\n" in util_end_pipestat_query()
281 " ia_primitives = %"PRIu64"\n" in util_end_pipestat_query()
282 " vs_invocations = %"PRIu64"\n" in util_end_pipestat_query()
283 " gs_invocations = %"PRIu64"\n" in util_end_pipestat_query()
284 " gs_primitives = %"PRIu64"\n" in util_end_pipestat_query()
285 " c_invocations = %"PRIu64"\n" in util_end_pipestat_query()
286 " c_primitives = %"PRIu64"\n" in util_end_pipestat_query()
287 " ps_invocations = %"PRIu64"\n" in util_end_pipestat_query()
288 " hs_invocations = %"PRIu64"\n" in util_end_pipestat_query()
289 " ds_invocations = %"PRIu64"\n" in util_end_pipestat_query()
[all …]
/third_party/libffi/testsuite/libffi.call/
Dffitest.h85 #define PRIu64 "lu" macro
102 #define PRIu64 "llu" macro
109 #define PRIu64 "lu" macro
131 #define PRIu64 "I64u" macro
/third_party/libffi/testsuite/libffi.closures/
Dffitest.h85 #define PRIu64 "lu" macro
102 #define PRIu64 "llu" macro
109 #define PRIu64 "lu" macro
131 #define PRIu64 "I64u" macro
Dhuge_struct.c131 printf("%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
132 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
133 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
134 …"%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PR… in test_large_fn()
135 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
136 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
137 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
138 …"%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PR… in test_large_fn()
298 printf("res: %" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in main()
299 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in main()
[all …]
/third_party/ffmpeg/tests/
Dtiny_psnr.c236 printf("stddev:%5d.%02d PSNR:%3d.%02d MAXDIFF:%5"PRIu64" bytes:%9"PRIu64"/%9"PRIu64"\n", in run_psnr()
257 printf("stddev:%10.2f PSNR:%s MAXDIFF:%10"PRIu64" bytes:%9"PRIu64"/%9"PRIu64"\n", in run_psnr()
/third_party/ffmpeg/tools/
Dqt-faststart.c162 fprintf(stderr, "atom size %"PRIu64" too small\n", atom.size); in parse_atoms()
169 fprintf(stderr, "atom size %"PRIu64" too big\n", atom.size); in parse_atoms()
194 fprintf(stderr, "stco atom size %"PRIu64" too small\n", atom->size); in update_stco_offsets()
230 fprintf(stderr, "co64 atom size %"PRIu64" too small\n", atom->size); in update_co64_offsets()
401 fprintf(stderr, "could not allocate %"PRIu64" bytes for updated moov atom\n", in update_moov_atom()
478 fprintf(stderr, "ftyp atom size %"PRIu64" too big\n", in main()
486 fprintf(stderr, "could not allocate %"PRIu64" bytes for ftyp atom\n", in main()
513 printf("%c%c%c%c %10"PRIu64" %"PRIu64"\n", in main()
577 fprintf(stderr, "could not allocate %"PRIu64" bytes for moov atom\n", atom_size); in main()
/third_party/ltp/testcases/kernel/syscalls/sched_getattr/
Dsched_getattr01.c70 tst_resm(TINFO, "sched_runtime is incorrect (%"PRIu64")," in run_deadline()
75 tst_resm(TINFO, "sched_period is incorrect (%"PRIu64")," in run_deadline()
80 tst_resm(TINFO, "sched_deadline is incorrect (%"PRIu64")," in run_deadline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h175 # define PRIu64 "I64i" macro
180 #ifndef PRIu64
181 # define PRIu64 "I64u" macro
/third_party/ninja/src/
Dwin32port.h32 #ifndef PRIu64
34 #define PRIu64 "I64u" macro
/third_party/libuv/src/unix/
Dlinux-core.c573 "%" PRIu64 " %" PRIu64 " %" PRIu64 in read_times()
574 "%" PRIu64 " %" PRIu64 " %" PRIu64, in read_times()
610 if (fscanf(fp, "%" PRIu64, &val) != 1) in read_cpufreq()
758 sscanf(p, "%" PRIu64 " kB", &rc); in uv__read_proc_meminfo()
804 sscanf(buf, "%" PRIu64, &rc); in uv__read_cgroups_uint64()
/third_party/libuv/test/
Dtask.h207 #define ASSERT_UINT64_EQ(a, b) ASSERT_BASE(a, ==, b, uint64_t, PRIu64)
208 #define ASSERT_UINT64_GE(a, b) ASSERT_BASE(a, >=, b, uint64_t, PRIu64)
209 #define ASSERT_UINT64_GT(a, b) ASSERT_BASE(a, >, b, uint64_t, PRIu64)
210 #define ASSERT_UINT64_LE(a, b) ASSERT_BASE(a, <=, b, uint64_t, PRIu64)
211 #define ASSERT_UINT64_LT(a, b) ASSERT_BASE(a, <, b, uint64_t, PRIu64)
212 #define ASSERT_UINT64_NE(a, b) ASSERT_BASE(a, !=, b, uint64_t, PRIu64)
/third_party/libnl/lib/route/
Dneightbl.c338 " lookups %" PRIu64 \ in neightbl_dump_stats()
339 " hits %" PRIu64 \ in neightbl_dump_stats()
340 " failed %" PRIu64 \ in neightbl_dump_stats()
341 " allocations %" PRIu64 \ in neightbl_dump_stats()
342 " destroys %" PRIu64 \ in neightbl_dump_stats()
351 " hash-grows %" PRIu64 \ in neightbl_dump_stats()
352 " forced-gc-runs %" PRIu64 \ in neightbl_dump_stats()
353 " periodic-gc-runs %" PRIu64 \ in neightbl_dump_stats()
360 " rcv-unicast-probes %" PRIu64 \ in neightbl_dump_stats()
361 " rcv-multicast-probes %" PRIu64 \ in neightbl_dump_stats()
/third_party/eudev/src/libudev/
Dlibudev-hwdb.c307 log_debug("tool version: %"PRIu64, le64toh(hwdb->head->tool_version)); in udev_hwdb_new()
308 log_debug("file size: %8"PRIu64" bytes", hwdb->st.st_size); in udev_hwdb_new()
309 log_debug("header size %8"PRIu64" bytes", le64toh(hwdb->head->header_size)); in udev_hwdb_new()
310 log_debug("strings %8"PRIu64" bytes", le64toh(hwdb->head->strings_len)); in udev_hwdb_new()
311 log_debug("nodes %8"PRIu64" bytes", le64toh(hwdb->head->nodes_len)); in udev_hwdb_new()
/third_party/toybox/toys/other/
Dvmstat.c68 if (!p || 1!=sscanf(p, "%"PRIu64"%n", new++, &j)) in get_vmstat_proc()
123 sscanf(s, "%"PRIu64, &units); in vmstat_main()
150 offset += printf(" %*"PRIu64+!i, len, out); in vmstat_main()
/third_party/flutter/skia/third_party/externals/wuffs/test/c/std/
Dgif.c316 RETURN_FAIL("workbuf_len: got %" PRIu64 ", want 1", in do_test_wuffs_gif_decode()
708 RETURN_FAIL("frame_count: got %" PRIu64 ", want %" PRIu32, got_num_frames, in do_test_wuffs_gif_decode_animated()
791 RETURN_FAIL("q=%d: num_decoded_frames: got %" PRIu64 ", want %" PRIu64, q, in test_wuffs_gif_decode_delay_num_frames_decoded()
1379 RETURN_FAIL("first_frame_io_position: got %" PRIu64 ", want %" PRIu64, in test_wuffs_gif_decode_metadata()
1713 RETURN_FAIL("num_%ss: got %" PRIu64 ", want %" PRIu64, method, got, want); in do_test_wuffs_gif_num_decoded()
1738 RETURN_FAIL("%s: got %" PRIu64 ", want 4", method, want); in do_test_wuffs_gif_num_decoded()
1788 RETURN_FAIL("src.meta.pos: got %" PRIu64 ", want zero", src.meta.pos); in do_test_wuffs_gif_io_position()
1792 RETURN_FAIL("src.meta.pos: got %" PRIu64 ", want non-zero", src.meta.pos); in do_test_wuffs_gif_io_position()
1815 RETURN_FAIL("index #%d: got %" PRIu64 ", want %" PRIu64, i, index_got, in do_test_wuffs_gif_io_position()
1829 RETURN_FAIL("io_position #%d: got %" PRIu64 ", want %" PRIu64, i, pos_got, in do_test_wuffs_gif_io_position()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_debug.c193 debug_printf("buffer underflow (offset -%"PRIu64"%s to -%"PRIu64" bytes) detected\n", in pb_debug_buffer_check()
203 …debug_printf("buffer overflow (size %"PRIu64" plus offset %"PRIu64" to %"PRIu64"%s bytes) detected… in pb_debug_buffer_check()
/third_party/iowow/src/log/
Diwlog.c109 fprintf(stderr, "Logging function returned with error: %" PRIu64 IW_LINE_SEP, rc); in iwlog_va()
447 …fprintf(out, "%s %s %s:%d %" PRIu64 "|%d|%d|%s|%s|%s: ", tbuf, cat, fname, line, ecode, errno_code, in _default_logfn()
451 fprintf(out, "%s %s %" PRIu64 "|%d|%d|%s|%s|%s: ", tbuf, cat, ecode, errno_code, werror_code, in _default_logfn()
471 …__android_log_print(alp, "IWLOG", "%s:%d %" PRIu64 "|%d|%d|%s|%s|%s: ", fname, line, ecode, errno_… in _default_logfn()
475 … __android_log_print(alp, "IWLOG", "%" PRIu64 "|%d|%d|%s|%s|%s: ", ecode, errno_code, werror_code, in _default_logfn()

12345678910