Searched refs:PRIu64 (Results 201 - 218 of 218) sorted by relevance

123456789

/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/tcpdump/
H A Dprint-802_11.c2104 printf("%" PRIu64 "us tsft ", u.u64);
H A Dprint-rx.c710 printf(" %" PRIu64, i); \
H A Dconfigure7042 printf("%" PRIu64 "\n", (u_int64_t)1);
7122 $as_echo "#define PRIu64 \"lu\"" >>confdefs.h
7179 $as_echo "#define PRIu64 \"llu\"" >>confdefs.h
7236 $as_echo "#define PRIu64 \"Lu\"" >>confdefs.h
7293 $as_echo "#define PRIu64 \"qu\"" >>confdefs.h
/external/vixl/src/a64/
H A Ddebugger-a64.cc1137 case 64: return new Format<uint64_t>("%20" PRIu64, 'u');
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp96 strm.Printf ("%spid=%" PRIu64, properties++ > 0 ? ", " : " ( ", pid);
4932 out_stream->Printf ("Stop hook #%" PRIu64 " added.\n", new_stop_hook->GetID());
5018 result.AppendMessageWithFormat("Stop hook #%" PRIu64 " added.\n", new_hook_sp->GetID());
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c1130 printed += fprintf(fp, " %12" PRIu64, he->stat.period);
/external/strace/
H A Dfile.c2134 tprintf("%s{d_ino=%" PRIu64 ", d_off=%" PRId64 ", ",
/external/clang/lib/AST/
H A DVTableBuilder.cpp2226 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName
3393 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n';
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc648 StringAppendF(out, "%" PRIu64, static_cast<uint64>(value.as_uint));
/external/lldb/source/Expression/
H A DIRForTarget.cpp1546 log->Printf("Type of \"%s\" is [clang \"%s\", llvm \"%s\"] [size %" PRIu64 ", align %" PRId64 "]",
/external/qemu/
H A Dexec.c991 fprintf(stderr, "Failed to find gap of requested size: %" PRIu64 "\n",
/external/elfutils/0.153/src/
H A Dldgeneric.c585 Warning: size of `%s' changed from %" PRIu64 " in %s to %" PRIu64 " in %s"),
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c2179 usbi_dbg("hires timer available (Frequency: %"PRIu64" Hz)", hires_frequency);
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc10038 "x5(uint64): %" PRIu64 "\nx6(int64): %" PRId64 "\n",
10064 __ Printf("w3: %" PRIu32 ", s1: %f, x5: %" PRIu64 ", d3: %f\n",
10115 "x5(uint64): %" PRIu64 "\nx6(int64): %" PRId64 "\n",
10159 __ PrintfNoPreserve("w3: %" PRIu32 ", s1: %f, x5: %" PRIu64 ", d3: %f\n",
/external/vixl/test/
H A Dtest-assembler-a64.cc8639 "x5(uint64): %" PRIu64 "\nx6(int64): %" PRId64 "\n",
8664 __ Printf("w3: %" PRIu32 ", s1: %f, x5: %" PRIu64 ", d3: %f\n",
8714 "x5(uint64): %" PRIu64 "\nx6(int64): %" PRId64 "\n",
8758 __ PrintfNoPreserve("w3: %" PRIu32 ", s1: %f, x5: %" PRIu64 ", d3: %f\n",
/external/lldb/source/Symbol/
H A DClangASTType.cpp5919 s->Printf("%" PRIu64, enum_uvalue);

Completed in 848 milliseconds

123456789