HomeSort by relevance Sort by last modified time
    Searched refs:PRIu64 (Results 151 - 175 of 514) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/strace/
loop.c 109 tprintf(", lo_inode=%" PRIu64, (uint64_t) info64.lo_inode);
111 tprintf(", lo_offset=%#" PRIx64 ", lo_sizelimit=%" PRIu64
dirent64.c 99 tprintf("%s{d_ino=%" PRIu64 ", d_off=%" PRId64
  /external/strace/tests/
ioctl_mtd.c 109 printf("ioctl(-1, MIXER_WRITE(%u) or MEMGETBADBLOCK, [%" PRIu64 "])"
114 printf("ioctl(-1, MIXER_WRITE(%u) or MEMSETBADBLOCK, [%" PRIu64 "])"
getdents64.c 91 printf("{d_ino=%" PRIu64 ", d_off=%" PRId64
nlattr_fib_rule_hdr.c 125 printf("htobe64(%" PRIu64 ")", be64toh(tun_id)));
nlattr_ifla_brport.c 103 printf("%" PRIu64, u64));
  /external/strace/tests-m32/
ioctl_mtd.c 109 printf("ioctl(-1, MIXER_WRITE(%u) or MEMGETBADBLOCK, [%" PRIu64 "])"
114 printf("ioctl(-1, MIXER_WRITE(%u) or MEMSETBADBLOCK, [%" PRIu64 "])"
getdents64.c 91 printf("{d_ino=%" PRIu64 ", d_off=%" PRId64
nlattr_fib_rule_hdr.c 125 printf("htobe64(%" PRIu64 ")", be64toh(tun_id)));
nlattr_ifla_brport.c 103 printf("%" PRIu64, u64));
  /external/strace/tests-mx32/
ioctl_mtd.c 109 printf("ioctl(-1, MIXER_WRITE(%u) or MEMGETBADBLOCK, [%" PRIu64 "])"
114 printf("ioctl(-1, MIXER_WRITE(%u) or MEMSETBADBLOCK, [%" PRIu64 "])"
  /frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
VtsFwkDisplayServiceV1_0TargetTest.cpp 57 ALOGE("onVsync: timestamp=%" PRIu64 " count=%d", timestamp, count);
63 ALOGE("onVsync: timestamp=%" PRIu64 " connected=%s", timestamp, connected ? "true" : "false");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h.cmake 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h.cmake 106 #define PRIu64 "I64u"
  /system/core/libbacktrace/
Backtrace.cpp 109 line += StringPrintf("+%" PRIu64, frame->func_offset);
164 return android::base::StringPrintf("Failed to read register %" PRIu64, error.error_info.regno);
  /system/extras/libfec/
fec_process.cpp 35 debug("thread %d: [%" PRIu64 ", %" PRIu64 ")", p->id, p->offset,
  /system/extras/simpleperf/
cmd_report_sample.cpp 287 FprintIndented(report_fp_, 1, "time: %" PRIu64 "\n", sample.time());
288 FprintIndented(report_fp_, 1, "event_count: %" PRIu64 "\n", sample.event_count());
310 FprintIndented(report_fp_, 1, "sample_count: %" PRIu64 "\n",
312 FprintIndented(report_fp_, 1, "lost_count: %" PRIu64 "\n",
607 FprintIndented(report_fp_, 1, "time: %" PRIu64 "\n", r.time_data.time);
608 FprintIndented(report_fp_, 1, "event_count: %" PRIu64 "\n", r.period_data.period);
661 FprintIndented(report_fp_, 1, "sample_count: %" PRIu64 "\n", sample_count_);
662 FprintIndented(report_fp_, 1, "lost_count: %" PRIu64 "\n", lost_count_);
  /system/update_engine/
main.cc 76 "update_engine.%" PRIu64 "-%" PRIu64 "",
  /system/update_engine/payload_generator/
extent_utils.cc 92 ext_str += base::StringPrintf("[%" PRIu64 ", %" PRIu64 "] ",
  /device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c 88 " (TIME: %" PRIu64
  /device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp 101 " (TIME: %" PRIu64
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 98 #define PRIu64 "lu" /* uint64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 98 #define PRIu64 "lu" /* uint64_t */
  /external/elfutils/tests/
show-abbrev.c 113 printf ("abbrev[%llu]: attr[%zu]: code = %u, form = %u, offset = %" PRIu64 "\n",
  /external/ltp/testcases/kernel/syscalls/eventfd2/
eventfd2_03.c 66 fprintf(stdout, "[%u] wait completed on %d: count=%" PRIu64 "\n",

Completed in 1056 milliseconds

1 2 3 4 5 67 8 91011>>