Searched refs:PRId8 (Results 1 – 13 of 13) sorted by relevance
/third_party/libffi/testsuite/libffi.closures/ |
D | huge_struct.c | 131 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 …]
|
D | ffitest.h | 82 #define PRId8 "hd" macro 98 #define PRId8 "hhd" macro 130 #define PRId8 "d" macro
|
/third_party/libffi/testsuite/libffi.call/ |
D | ffitest.h | 82 #define PRId8 "hd" macro 98 #define PRId8 "hhd" macro 130 #define PRId8 "d" macro
|
/third_party/elfutils/libasm/ |
D | asm_addint8.c | 67 fprintf (asmscn->ctx->out.file, "\t.byte\t%" PRId8 "\n", (int8_t) num); in FCT()
|
/third_party/musl/ndk_musl_include/ |
D | inttypes.h | 33 #define PRId8 "d" macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | inttypes.h | 33 #define PRId8 "d" macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | inttypes.h | 33 #define PRId8 "d" macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | inttypes.h | 33 #define PRId8 "d" macro
|
/third_party/musl/include/ |
D | inttypes.h | 33 #define PRId8 "d" macro
|
/third_party/musl/libc-test/src/api/ |
D | inttypes.c | 99 S(PRId8) in f()
|
/third_party/ffmpeg/libavcodec/ |
D | wmaprodec.c | 418 av_log(avctx, AV_LOG_ERROR, "invalid number of subframes %"PRId8"\n", in decode_init()
|
/third_party/elfutils/src/ |
D | readelf.c | 4560 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/ |
D | ChangeLog.old | 1417 PRId8 instead of %hhu, %hhd. 1418 * testsuite/libffi.call/ffitest.h [__alpha__ && __osf__] (PRId8, 1420 [__sgi__] (PRId8, PRIu8): Define.
|