Home
last modified time | relevance | path

Searched refs:PRId8 (Results 1 – 16 of 16) sorted by relevance

/third_party/libffi/testsuite/libffi.closures/
Dhuge_struct.c131 printf("%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
132 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
133 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
134 …"%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PR… in test_large_fn()
135 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
136 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
137 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in test_large_fn()
138 …"%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx %" PRIu8 " %" PR… in test_large_fn()
298 printf("res: %" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in main()
299 "%" PRIu8 " %" PRId8 " %hu %hd %u %d %" PRIu64 " %" PRId64 " %.0f %.0f %.0Lf %#lx " in main()
[all …]
Dffitest.h82 #define PRId8 "hd" macro
98 #define PRId8 "hhd" macro
130 #define PRId8 "d" macro
/third_party/gettext/gettext-tools/tests/
Dformat-c-4-prg.c51 #if !defined PRId8
52 # define PRId8 "d" macro
74 s = ngettext ("father of %"PRId8" child", "father of %"PRId8" children", n); in main()
Dformat-c-3-prg.c51 #if !defined PRId8
52 # define PRId8 "d" macro
74 s = gettext ("father of %"PRId8" children"); in main()
DChangeLog.0107 * format-c-3-prg.c (PRId8): Redefine if PRI_MACROS_BROKEN is set.
108 * format-c-4-prg.c (PRId8): Likewise.
/third_party/libffi/testsuite/libffi.call/
Dffitest.h82 #define PRId8 "hd" macro
98 #define PRId8 "hhd" macro
130 #define PRId8 "d" macro
/third_party/e2fsprogs/intl/
Dloadmsgcat.c99 #if !defined PRId8 || PRI_MACROS_BROKEN
100 # undef PRId8
101 # define PRId8 "d" macro
518 return PRId8; in get_sysdep_segment_value()
/third_party/uboot/u-boot-2020.01/include/
Dinttypes.h45 # define PRId8 "d" macro
/third_party/musl/include/
Dinttypes.h33 #define PRId8 "d" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h33 #define PRId8 "d" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h37 #define PRId8 "d" macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h49 #define PRId8 "d" macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c106 #if !defined PRId8
107 # define PRId8 "d" macro
450 return PRId8; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c99 S(PRId8) in f()
/third_party/ffmpeg/libavcodec/
Dwmaprodec.c416 av_log(avctx, AV_LOG_ERROR, "invalid number of subframes %"PRId8"\n", in decode_init()
/third_party/libffi/
DChangeLog.old1417 PRId8 instead of %hhu, %hhd.
1418 * testsuite/libffi.call/ffitest.h [__alpha__ && __osf__] (PRId8,
1420 [__sgi__] (PRId8, PRIu8): Define.