Home
last modified time | relevance | path

Searched refs:PRIx32 (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/test/
Dtls.c127 printf("%s: initialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
132 …%s: initialized overaligned thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
138 printf("%s: uninitialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
143 …: overaligned uninitialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
148 …printf("%s: overaligned uninitialized var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")… in check_tls()
156 printf("%s: initialized thread var set to wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
164 … overaligned initialized thread var set to wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
172 printf("%s: uninitialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
180 …: overaligned uninitialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dinttypes.h169 #define PRIx32 __PRI32(x) macro