Searched refs:PRIu64 (Results 1 – 25 of 34) sorted by relevance
12
/glibc-2.36/sysdeps/powerpc/ |
D | test-gettimebase.c | 34 printf ("Time Base = %"PRIu64"\n", t1); in do_test() 36 printf ("Time Base = %"PRIu64"\n", t2); in do_test() 38 printf ("Time Base = %"PRIu64"\n", t3); in do_test()
|
D | mod-cache-ppc.c | 35 printf ("AT_DCACHEBSIZE = %" PRIu64 " B\n", cls2); in test_cache()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | test-gettimebasefreq.c | 38 printf ("t1 = %"PRIu64"\n", t1); in do_test() 41 printf ("Time Base frequency = %"PRIu64" Hz\n", f); in do_test() 49 printf ("t2 = %"PRIu64"\n", t2); in do_test()
|
/glibc-2.36/benchtests/ |
D | json-lib.c | 113 fprintf (ctx->fp, "\"%s\": %" PRIu64 , name, d); in json_attr_uint() 181 fprintf (ctx->fp, ", %" PRIu64, d); in json_element_uint() 184 fprintf (ctx->fp, "%" PRIu64, d); in json_element_uint()
|
/glibc-2.36/intl/ |
D | loadmsgcat.c | 171 #if !defined PRIu64 || PRI_MACROS_BROKEN 172 # undef PRIu64 173 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu") macro 269 # define PRIuLEAST64 PRIu64 365 # define PRIuFAST64 PRIu64 552 return PRIu64; in get_sysdep_segment_value()
|
/glibc-2.36/stdlib/ |
D | inttypes.h | 105 # define PRIu64 __PRI64_PREFIX "u" macro
|
/glibc-2.36/conform/data/ |
D | inttypes.h-data | 120 macro PRIu64
|
/glibc-2.36/nscd/ |
D | cache.c | 369 dbg_log (_("considering %s entry \"%s\", timeout %" PRIu64), in prune_cache()
|
/glibc-2.36/po/ |
D | eo.po | 1835 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 1836 msgstr "konsidero de %s-ero \"%s\", templimo %<PRIu64>"
|
D | bg.po | 3832 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3833 msgstr "разглеждане на запис %s \"%s\", просрочка %<PRIu64>"
|
D | ru.po | 3820 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3821 msgstr "вычисление %s элемента «%s», тайм-аут %<PRIu64>"
|
D | sr.po | 3808 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3809 msgstr "разматрам %s унос „%s“, истекло је време %<PRIu64>"
|
D | ko.po | 3840 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3841 msgstr "처리: %s 항목 \"%s\", 제한시간 %<PRIu64>"
|
D | zh_CN.po | 3732 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3733 msgstr "认为中 %s 项目 “%s” ,逾时 %<PRIu64>"
|
D | zh_TW.po | 3831 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3832 msgstr "認為中 %s 項目「%s」,逾時 %<PRIu64>"
|
D | uk.po | 3823 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3824 msgstr "обробляємо запис %s «%s», час очікування %<PRIu64>"
|
D | da.po | 3323 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3324 msgstr "overvejer %s-post \"%s\", tidsgrænse %<PRIu64>"
|
D | id.po | 3318 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3319 msgstr "mempertimbangkan %s masukan \"%s\", waktu habis %<PRIu64>"
|
D | it.po | 3662 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3663 msgstr "considerata la voce di %s \"%s\", timeout %<PRIu64>"
|
D | hr.po | 3865 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3866 msgstr "razmatranje %s stavke „%s“; tajmaut %<PRIu64>"
|
D | nl.po | 3861 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3862 msgstr "overwegen van %s-item \"%s\", tijdslimiet %<PRIu64>"
|
D | sv.po | 3831 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3832 msgstr "överväger %s-post \"%s\", tidsgräns %<PRIu64>"
|
D | tr.po | 3819 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3820 msgstr "girdi \"%2$s\" %1$s olarak ele elınıyor, zamanaşımı %3$<PRIu64>"
|
D | de.po | 3861 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3862 msgstr "betrachte %s Eintrag »%s«, Timeout %<PRIu64>"
|
D | es.po | 3746 msgid "considering %s entry \"%s\", timeout %<PRIu64>" 3747 msgstr "considerando la entrada %s \"%s\", tiempo límite %<PRIu64>"
|
12