Searched refs:PRIx32 (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/wcsmbs/ |
D | tst-c16c32-1.c | 28 printf ("c32rtomb for U'\\x%" PRIx32 "' failed\n", (uint32_t) c32); in do_test() 37 printf ("mbrtoc32 for U'\\x%" PRIx32 "' failed\n", (uint32_t) c32); in do_test() 43 printf ("mbrtoc32 for U'\\x%" PRIx32 "' consumed %zu bytes, not %zu\n", in do_test() 49 printf ("mbrtoc32 for U'\\x%" PRIx32 "' produced U'\\x%" PRIx32 "\n", in do_test() 58 printf ("mbrtoc16 for U'\\x%" PRIx32 "' did not consume all bytes\n", in do_test() 67 printf ("mbrtoc16 for U'\\x%" PRIx32 "' produce u'\\x%" PRIx16 "'\n", in do_test() 80 printf ("second mbrtoc16 for U'\\x%" PRIx32 "' did not return -3\n", in do_test() 88 printf ("mbrtoc16 for U'\\x%" PRIx32 "' returns U'\\x%" PRIx32 "\n", in do_test() 111 printf ("c16rtomb for U'\\x%" PRIx32 "' failed with %zd\n", in do_test() 118 printf ("c16rtomb for U'\\x%" PRIx32 "' produced %zu bytes instead of %zu bytes\n", in do_test()
|
/glibc-2.36/string/ |
D | tst-endian.c | 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()
|
/glibc-2.36/sysdeps/powerpc/ |
D | tst-tlsifunc.c | 81 printf ("resolver_platform = 0x%"PRIx32 in my_tcb_test() 82 " and current platform = 0x%"PRIx32".\n", in my_tcb_test()
|
/glibc-2.36/debug/ |
D | pcprofiledump.c | 144 printf ("this = %#010" PRIx32 ", caller = %#010" PRIx32 "\n", in main()
|
D | backtrace-tst.c | 42 printf ("%" PRIx32 "\n", arr[cnt]); in main()
|
/glibc-2.36/intl/ |
D | loadmsgcat.c | 151 #if !defined PRIx32 || PRI_MACROS_BROKEN 152 # undef PRIx32 153 # define PRIx32 "x" macro 538 return PRIx32; in get_sysdep_segment_value()
|
/glibc-2.36/stdlib/ |
D | gen-fpioconst.c | 79 fprintf (out32, "0x%08"PRIx32",", data32[k]); in main()
|
D | inttypes.h | 120 # define PRIx32 "x" macro
|
/glibc-2.36/conform/data/ |
D | inttypes.h-data | 87 macro PRIx32
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 74823 [C99-based-standards] (PRIx32): Likewise.
|