Home
last modified time | relevance | path

Searched refs:PRId64 (Results 1 – 6 of 6) sorted by relevance

/bionic/benchmarks/
Dutils.cpp76 asprintf(&s, "%s%" PRId64 "%s", (negative_number ? "-" : ""), in PrettyInt()
DBenchmark.cpp140 printf("%-*s %10s %10" PRId64, MaxNameColumnWidth(), GetNameStr(arg).c_str(), in RunWithArg()
/bionic/tests/
Dgtest_main.cpp316 printf(" (%" PRId64 " ms)", testcase.GetTestTime(test_id) / 1000000); in OnTestEndPrint()
336 printf(" (%" PRId64 " ms)", testcase.GetTestTime(test_id) / 1000000); in OnTestEndPrint()
384 printf(" (%" PRId64 " ms total)", elapsed_time_ns / 1000000); in OnTestIterationEndPrint()
408 printf("%s (stopped at %" PRId64 " ms)\n", timeout_pair.first.c_str(), in OnTestIterationEndPrint()
420 printf("%s (%" PRId64 " ms, exceed warnline %d ms)\n", std::get<0>(slow_tuple).c_str(), in OnTestIterationEndPrint()
597 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms); in HandleSignals()
724 snprintf(buf, sizeof(buf), "%s killed because of timeout at %" PRId64 " ms.\n", in CollectChildTestResult()
/bionic/libc/include/
Dinttypes.h53 #define PRId64 __PRI_64_prefix"d" /* int64_t */ macro
/bionic/linker/
Dlinker_phdr.cpp381 DL_ERR("\"%s\" invalid file size: %" PRId64, name_, file_size_); in LoadSegments()
Dlinker.cpp1249 DL_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset); in load_library()
1253 DL_ERR("file offset for the library \"%s\" is negative: %" PRId64, name, file_offset); in load_library()
1263 DL_ERR("file offset for the library \"%s\" >= file size: %" PRId64 " >= %" PRId64, in load_library()