Searched refs:PRIu64 (Results 76 - 93 of 93) sorted by relevance

1234

/external/strace/
H A Ddesc.c702 tprintf(", {u32=%" PRIu32 ", u64=%" PRIu64 "}}",
H A Dfile.c230 # define PRIu64 "llu" macro
2607 tprintf("%s{d_ino=%" PRIu64 ", d_off=%" PRId64 ", ",
/external/chromium_org/dbus/
H A Dmessage.cc155 base::StringPrintf("%" PRIu64, value) + "\n");
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.c877 usbi_dbg("hires timer available (Frequency: %"PRIu64" Hz)", hires_frequency);
H A Dwindows_usb.c2173 usbi_dbg("hires timer available (Frequency: %"PRIu64" Hz)", hires_frequency);
/external/elfutils/src/
H A Dnm.c1154 int n = obstack_printf (&whereob, "%s:%" PRIu64 "%c",
H A Dldgeneric.c587 Warning: size of `%s' changed from %" PRIu64 " in %s to %" PRIu64 " in %s"),
/external/linux-tools-perf/
H A Dbuiltin-top.c299 printf(" LOST %" PRIu64 " events, Check IO/CPU overload\n",
/external/tcpdump/
H A Dprint-802_11.c1120 printf("%" PRIu64 "us tsft ", u.u64);
H A Dconfigure12134 printf("%" PRIu64 "\n", (u_int64_t)1);
12261 #define PRIu64 "lu"
12351 #define PRIu64 "llu"
12441 #define PRIu64 "Lu"
12531 #define PRIu64 "qu"
/external/clang/lib/AST/
H A DVTableBuilder.cpp2262 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName
3228 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n';
/external/qemu/
H A Dvl-android.c3582 PANIC("Invalid system partition size: %" PRIu64, sysBytes);
3617 PANIC("Invalid data partition size: %" PRIu64, dataBytes);
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc445 StringAppendF(out, "%" PRIu64, static_cast<uint64>(value.as_uint));
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c65 printf(" %"PRIu64, __v[__i]); \
/external/linux-tools-perf/util/
H A Dheader.c825 pr_debug("Failed to lseek to %" PRIu64 " offset for feature "
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c65 printf(" %"PRIu64, __v[__i]); \
/external/qemu/block/
H A Dqcow2.c97 "pread fail from offset %" PRIu64 "\n",
/external/chromium/net/base/
H A Dcookie_monster.cc290 pc.MaxAge().c_str(), " %" PRIu64, &max_age) == 1) {

Completed in 769 milliseconds

1234