Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/string/
Dtst-endian.c34 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/
Dtst-makedev.c33 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/
Dtst-utimensat-skeleton.c79 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/
Dtest-get_hwcap.c112 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/
Dpcprofiledump.c171 printf ("this = %#018" PRIx64 ", caller = %#018" PRIx64 "\n", in main()
/glibc-2.36/intl/
Dloadmsgcat.c175 #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/
Dgen-fpioconst.c89 fprintf (out64, "0x%016"PRIx64"ull,", data64[k]); in main()
Dinttypes.h121 # define PRIx64 __PRI64_PREFIX "x" macro
/glibc-2.36/conform/data/
Dinttypes.h-data121 macro PRIx64
/glibc-2.36/elf/
Dcache.c241 printf (", hwcap: %#.16" PRIx64, hwcap); in print_entry()
Dldconfig.c789 printf ("%s: (hwcap: %#.16" PRIx64 ")", entry->path, hwcap); in search_dir()
/glibc-2.36/ChangeLog.old/
DChangeLog.126766 * 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
DChangeLog.1874856 [C99-based-standards] (PRIx64): Likewise.