Searched refs:PRIu64 (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/external/pdfium/third_party/libopenjpeg20/
H A Dopj_inttypes.h41 #define PRIu64 "I64u" macro
/external/webrtc/webrtc/base/
H A Dformat_macros.h20 // The "d" in the macro corresponds to %d; you can also use PRIu64 etc.
82 #if !defined(PRIu64)
83 #define PRIu64 "I64u" macro
/external/libnl/lib/route/link/
H A Dinet6.c342 nl_dump(p, " %18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_INPKTS]);
349 nl_dump(p, "%16" PRIu64 " B ", 0);
351 nl_dump(p, "%18" PRIu64 " %18" PRIu64 "\n",
358 nl_dump(p, " %18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_OUTPKTS]);
365 nl_dump(p, "%16" PRIu64 " B ", 0);
367 nl_dump(p, "%18" PRIu64 " %18" PRIu64 "\n",
374 nl_dump(p, " %18" PRIu64 " ", link->l_stats[RTNL_LINK_IP6_INMCASTPKTS]);
381 nl_dump(p, "%16" PRIu64 "
[all...]
/external/vboot_reference/utility/
H A Dload_kernel_test.c10 #include <inttypes.h> /* For PRIu64 macro */
38 printf("Read(%" PRIu64 ", %" PRIu64 ")\n", lba_start, lba_count);
42 fprintf(stderr, "Read overrun: %" PRIu64 " + %" PRIu64 " > %" PRIu64 "\n",
58 printf("Write(%" PRIu64 ", %" PRIu64 ")\n", lba_start, lba_count);
62 fprintf(stderr, "Read overrun: %" PRIu64 " + %" PRIu64 " >
[all...]
/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c111 "%s %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64
112 " %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64" %"PRIu64
[all...]
H A Dhud_diskstat.c108 "%" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64
109 " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "
[all...]
/external/libchrome/base/
H A Dformat_macros.h13 // The "d" in the macro corresponds to %d; you can also use PRIu64 etc.
46 #define WidePRIu64 PRIu64
83 #if !defined(PRId64) || !defined(PRIu64) || !defined(PRIx64)
/external/strace/tests/
H A Dsched_xetattr.c102 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64
103 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n",
127 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64
128 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n",
148 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64
149 ", sched_period=%" PRIu64 "}, 0) = 0\n",
162 ", sched_runtime=%" PRIu64 ", sched_deadlin
[all...]
H A Dprlimit64.c54 sprintf(buf[i], "%" PRIu64 "*1024", lim / 1024);
56 sprintf(buf[i], "%" PRIu64, lim);
/external/strace/tests-m32/
H A Dsched_xetattr.c102 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64
103 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n",
127 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64
128 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n",
148 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64
149 ", sched_period=%" PRIu64 "}, 0) = 0\n",
162 ", sched_runtime=%" PRIu64 ", sched_deadlin
[all...]
H A Dprlimit64.c54 sprintf(buf[i], "%" PRIu64 "*1024", lim / 1024);
56 sprintf(buf[i], "%" PRIu64, lim);
/external/strace/tests-mx32/
H A Dsched_xetattr.c102 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64
103 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n",
127 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64
128 ", sched_period=%" PRIu64 "}, %u, 0) = 0\n",
148 ", sched_runtime=%" PRIu64 ", sched_deadline=%" PRIu64
149 ", sched_period=%" PRIu64 "}, 0) = 0\n",
162 ", sched_runtime=%" PRIu64 ", sched_deadlin
[all...]
H A Dprlimit64.c54 sprintf(buf[i], "%" PRIu64 "*1024", lim / 1024);
56 sprintf(buf[i], "%" PRIu64, lim);
/external/v8/src/base/
H A Dformat-macros.h13 // The "d" in the macro corresponds to %d; you can also use PRIu64 etc.
46 #define WidePRIu64 PRIu64
83 #if !defined(PRId64) || !defined(PRIu64) || !defined(PRIx64)
/external/libffi/testsuite/libffi.call/
H A Dffitest.h84 #define PRIu64 "lu" macro
101 #define PRIu64 "llu" macro
108 #define PRIu64 "lu" macro
129 #define PRIu64 "I64u" macro
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dffitest.h84 #define PRIu64 "lu" macro
101 #define PRIu64 "llu" macro
108 #define PRIu64 "lu" macro
129 #define PRIu64 "I64u" macro
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dffitest.h84 #define PRIu64 "lu" macro
101 #define PRIu64 "llu" macro
108 #define PRIu64 "lu" macro
129 #define PRIu64 "I64u" macro
/external/swiftshader/third_party/subzero/runtime/
H A Dszrt_profiler.c57 printf("%" PRIu64 "\t%s\n", (*curr)->Counter, (*curr)->BlockName);
/external/toybox/toys/other/
H A Dcount.c29 xwrite(2, buf, sprintf(buf, "%"PRIu64" bytes\r", size));
/external/strace/
H A Dsendfile.c38 if (!printnum_int64(tcp, tcp->u_arg[2], "%" PRIu64)) {
45 printnum_int64(tcp, tcp->u_arg[2], "%" PRIu64);
H A Dfile_ioctl.c97 tprintf(", dest_offset=%" PRIu64 "}",
100 tprintf("{bytes_deduped=%" PRIu64 ", status=%d}",
144 tprintf(", src_offset=%" PRIu64
145 ", src_length=%" PRIu64
146 ", dest_offset=%" PRIu64 "}",
172 tprintf("src_offset=%" PRIu64
173 ", src_length=%" PRIu64
/external/libpcap/
H A Dportability.h199 #ifndef PRIu64
201 #define PRIu64 "I64u" macro
203 #define PRIu64 "llu" macro
/external/vixl/examples/aarch64/
H A Dcheck-bounds.cc71 printf("%" PRIu64 " %s between %" PRIu64 " and %" PRIu64 "\n",
/external/honggfuzz/
H A Ddisplay.c85 if (fscanf(f, "cpu %" PRIu64 "%" PRIu64 "%" PRIu64 "%" PRIu64, &userT, &niceT, &systemT,
234 display_put(" hwi: " ESC_BOLD "%" _HF_MONETARY_MOD PRIu64 ESC_RESET,
238 display_put(" hwb: " ESC_BOLD "%" _HF_MONETARY_MOD PRIu64 ESC_RESET,
242 display_put(" bts: " ESC_BOLD "%" _HF_MONETARY_MOD PRIu64 ESC_RESET,
246 display_put(" ipt: " ESC_BOLD "%" _HF_MONETARY_MOD PRIu64 ESC_RESET,
253 display_put(" edge: " ESC_BOLD "%" _HF_MONETARY_MOD PRIu64 ESC_RESET, softCntEdge);
254 display_put(" pc: " ESC_BOLD "%" _HF_MONETARY_MOD PRIu64 ESC_RESE
[all...]
/external/capstone/
H A DSStream.c62 SStream_concat(O, "#%"PRIu64, val);
67 SStream_concat(O, "#-%"PRIu64, -val);
76 SStream_concat(O, "#%"PRIu64, val);
86 SStream_concat(O, "%"PRIu64, val);
91 SStream_concat(O, "-%"PRIu64, -val);

Completed in 1090 milliseconds

1234567891011>>