Home
last modified time | relevance | path

Searched refs:PRId8 (Results 1 – 13 of 13) 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/libffi/testsuite/libffi.call/
Dffitest.h82 #define PRId8 "hd" macro
98 #define PRId8 "hhd" macro
130 #define PRId8 "d" macro
/third_party/elfutils/libasm/
Dasm_addint8.c67 fprintf (asmscn->ctx->out.file, "\t.byte\t%" PRId8 "\n", (int8_t) num); in FCT()
/third_party/musl/ndk_musl_include/
Dinttypes.h33 #define PRId8 "d" macro
/third_party/musl/porting/uniproton/kernel/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.h33 #define PRId8 "d" macro
/third_party/musl/include/
Dinttypes.h33 #define PRId8 "d" macro
/third_party/musl/libc-test/src/api/
Dinttypes.c99 S(PRId8) in f()
/third_party/ffmpeg/libavcodec/
Dwmaprodec.c418 av_log(avctx, AV_LOG_ERROR, "invalid number of subframes %"PRId8"\n", in decode_init()
/third_party/elfutils/src/
Dreadelf.c4560 printf ("%*s[%2" PRIuMAX "] %s %" PRId8 "\n", in print_ops()
7653 printf ("%" PRId8, (int8_t) snum); in attr_callback()
11822 DO_TYPE (BYTE, Byte, "0x%.2" PRIx8, "%" PRId8); \ in handle_core_item()
12207 BITS (8, BYTE, "%4" PRId8, "0x%.2" PRIx8); \ in handle_core_register()
/third_party/libffi/
DChangeLog.old1417 PRId8 instead of %hhu, %hhd.
1418 * testsuite/libffi.call/ffitest.h [__alpha__ && __osf__] (PRId8,
1420 [__sgi__] (PRId8, PRIu8): Define.