Searched refs:PRIu64 (Results 201 - 218 of 218) sorted by relevance
123456789
/external/mesa3d/src/gallium/tests/trivial/ |
H A D | compute.c | 65 printf(" %"PRIu64, __v[__i]); \
|
/external/qemu/block/ |
H A D | qcow2.c | 97 "pread fail from offset %" PRIu64 "\n",
|
/external/tcpdump/ |
H A D | print-802_11.c | 2104 printf("%" PRIu64 "us tsft ", u.u64);
|
H A D | print-rx.c | 710 printf(" %" PRIu64, i); \
|
H A D | configure | 7042 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 D | debugger-a64.cc | 1137 case 64: return new Format<uint64_t>("%20" PRIu64, 'u');
|
/external/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 96 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 D | hists.c | 1130 printed += fprintf(fp, " %12" PRIu64, he->stat.period);
|
/external/strace/ |
H A D | file.c | 2134 tprintf("%s{d_ino=%" PRIu64 ", d_off=%" PRId64 ", ",
|
/external/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 2226 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName 3393 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName << '\n';
|
/external/chromium_org/base/debug/ |
H A D | trace_event_impl.cc | 648 StringAppendF(out, "%" PRIu64, static_cast<uint64>(value.as_uint));
|
/external/lldb/source/Expression/ |
H A D | IRForTarget.cpp | 1546 log->Printf("Type of \"%s\" is [clang \"%s\", llvm \"%s\"] [size %" PRIu64 ", align %" PRId64 "]",
|
/external/qemu/ |
H A D | exec.c | 991 fprintf(stderr, "Failed to find gap of requested size: %" PRIu64 "\n",
|
/external/elfutils/0.153/src/ |
H A D | ldgeneric.c | 585 Warning: size of `%s' changed from %" PRIu64 " in %s to %" PRIu64 " in %s"),
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
H A D | windows_usb.c | 2179 usbi_dbg("hires timer available (Frequency: %"PRIu64" Hz)", hires_frequency);
|
/external/chromium_org/v8/test/cctest/ |
H A D | test-assembler-arm64.cc | 10038 "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 D | test-assembler-a64.cc | 8639 "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 D | ClangASTType.cpp | 5919 s->Printf("%" PRIu64, enum_uvalue);
|
Completed in 848 milliseconds
123456789