Searched refs:PRId64 (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/include/
H A Dinttypes.h54 #define PRId64 __PRI_64_prefix"d" /* int64_t */ macro
/bionic/tools/versioner/current/
H A Dinttypes.h54 #define PRId64 __PRI_64_prefix"d" /* int64_t */ macro
/bionic/tests/
H A Dgtest_main.cpp373 printf(" (%" PRId64 " ms)", testcase.GetTestTime(test_id) / 1000000);
393 printf(" (%" PRId64 " ms)", testcase.GetTestTime(test_id) / 1000000);
443 printf(" (%" PRId64 " ms total)", elapsed_time_ns / 1000000);
461 printf("%s (stopped at %" PRId64 " ms)\n", timeout_pair.first.c_str(),
473 printf("%s (%" PRId64 " ms, exceeded %d ms)\n", std::get<0>(slow_tuple).c_str(),
723 printf(" %s (%" PRId64 " ms)\n", test_name.c_str(), run_time_ms);
855 snprintf(buf, sizeof(buf), "%s killed because of timeout at %" PRId64 " ms.\n",
/bionic/linker/
H A Dlinker.cpp1199 DL_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset);
1203 DL_ERR("file offset for the library \"%s\" is negative: %" PRId64, name, file_offset);
1213 DL_ERR("file offset for the library \"%s\" >= file size: %" PRId64 " >= %" PRId64,
H A Dlinker_phdr.cpp644 DL_ERR("\"%s\" invalid file size: %" PRId64, name_.c_str(), file_size_);

Completed in 73 milliseconds