Searched refs:PRIx64 (Results 1 – 13 of 13) sorted by relevance
/glibc-2.36/string/ |
D | tst-endian.c | 34 printf ("htobe16 (be16toh (%" PRIx64 ")) == %" PRIx16 "\n", in do_test() 40 printf ("htole16 (le16toh (%" PRIx64 ")) == %" PRIx16 "\n", in do_test() 51 printf ("htole16 (%" PRIx64 ") == %" PRIx16 " != %" PRIx16 "\n", in do_test() 57 printf ("htobe16 (%" PRIx64 ") == %" PRIx16 " != %" PRIx16 "\n", in do_test() 69 printf ("htobe32 (be32toh (%" PRIx64 ")) == %" PRIx32 "\n", in do_test() 75 printf ("htole32 (le32toh (%" PRIx64 ")) == %" PRIx32 "\n", in do_test() 86 printf ("htole32 (%" PRIx64 ") == %" PRIx32 " != %" PRIx32 "\n", in do_test() 92 printf ("htobe32 (%" PRIx64 ") == %" PRIx32 " != %" PRIx32 "\n", in do_test() 102 printf ("htobe64 (be64toh (%" PRIx64 ")) == %" PRIx64 "\n", in do_test() 108 printf ("htole64 (le64toh (%" PRIx64 ")) == %" PRIx64 "\n", in do_test() [all …]
|
/glibc-2.36/misc/ |
D | tst-makedev.c | 33 printf ("FAIL: %016" PRIx64 " != %016" PRIx64 " (maj %08x min %08x)\n", in do_test_split_combine() 51 printf ("FAIL: %08x != %08x, %08x != %08x (dev %016" PRIx64 ")\n", in do_test_combine_split() 57 printf ("FAIL: %08x != %08x, %08x == %08x (dev %016" PRIx64 ")\n", in do_test_combine_split() 63 printf ("FAIL: %08x == %08x, %08x != %08x (dev %016" PRIx64 ")\n", in do_test_combine_split()
|
/glibc-2.36/io/ |
D | tst-utimensat-skeleton.c | 79 printf ("warning: skipping tests[%d] { %" PRIx64 ", %" PRIx64 " }: " in do_test() 86 printf ("warning: skipping tests[%d] { %" PRIx64 ", %" PRIx64 " }: " in do_test()
|
/glibc-2.36/sysdeps/powerpc/ |
D | test-get_hwcap.c | 112 printf ("FAIL: __ppc_get_hwcap() - HWCAP is %" PRIx64 ". Should be %" in check_tcbhwcap() 113 PRIx64 " for thread %ld.\n", tcb_hwcap, hwcap, tid); in check_tcbhwcap()
|
/glibc-2.36/debug/ |
D | pcprofiledump.c | 171 printf ("this = %#018" PRIx64 ", caller = %#018" PRIx64 "\n", in main()
|
/glibc-2.36/intl/ |
D | loadmsgcat.c | 175 #if !defined PRIx64 || PRI_MACROS_BROKEN 176 # undef PRIx64 177 # define PRIx64 (sizeof (long) == 8 ? "lx" : "llx") macro 273 # define PRIxLEAST64 PRIx64 369 # define PRIxFAST64 PRIx64 554 return PRIx64; in get_sysdep_segment_value()
|
/glibc-2.36/stdlib/ |
D | gen-fpioconst.c | 89 fprintf (out64, "0x%016"PRIx64"ull,", data64[k]); in main()
|
D | inttypes.h | 121 # define PRIx64 __PRI64_PREFIX "x" macro
|
/glibc-2.36/conform/data/ |
D | inttypes.h-data | 121 macro PRIx64
|
/glibc-2.36/elf/ |
D | cache.c | 241 printf (", hwcap: %#.16" PRIx64, hwcap); in print_entry()
|
D | ldconfig.c | 789 printf ("%s: (hwcap: %#.16" PRIx64 ")", entry->path, hwcap); in search_dir()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 6766 * elf/cache.c (print_entry): Use PRIx64 instead of Lx in printf 6781 * elf/ldconfig.c (search_dir): Use PRIx64 instead of Lx in printf
|
D | ChangeLog.18 | 74856 [C99-based-standards] (PRIx64): Likewise.
|