Searched refs:PRId8 (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libasm/ |
D | asm_addint8.c | 69 fprintf (asmscn->ctx->out.file, "\t.byte\t%" PRId8 "\n", (int8_t) num); in FCT()
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 99 #if !defined PRId8 || PRI_MACROS_BROKEN 100 # undef PRId8 101 # define PRId8 "d" macro 518 return PRId8; in get_sysdep_segment_value()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 15 #ifndef PRId8 16 #error PRId8 not defined
|
/external/opencv3/3rdparty/include/ |
D | msc_inttypes.h | 55 #define PRId8 "d" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 57 #define PRId8 "d" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 75 #if !defined PRId8 || @PRI_MACROS_BROKEN@ 76 # undef PRId8 78 # define PRId8 "d" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 387 #if !defined PRId8 || 0 388 # undef PRId8 390 # define PRId8 "d" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 387 #if !defined PRId8 || 0 388 # undef PRId8 390 # define PRId8 "d" macro
|
/external/libcxx/include/ |
D | cinttypes | 23 PRId8
|
D | module.modulemap | 91 …PRId8, PRId16, PRId32, PRId64, PRIdFAST8, PRIdFAST16, PRIdFAST32, PRIdFAST64, PRIdLEAST8, PRIdLEAS…
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 259 #ifndef PRId8 260 #error PRId8 not defined
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_format.c | 80 snprintf( str, len, "%" PRId8, op->data.sbyte ); in get_operand_data_str() 919 STRNCATF( buf, "%" PRId8 "|", op->data.sbyte, len ); in format_operand_raw()
|
/external/vixl/src/vixl/a64/ |
D | debugger-a64.cc | 1047 case 8: return new Format<int8_t>("%4" PRId8, 's'); in Tokenize()
|
/external/elfutils/src/ |
D | readelf.c | 4173 printf ("%*s[%4" PRIuMAX "] %s %" PRId8 "\n", in print_ops() 8484 DO_TYPE (BYTE, Byte, "0x%.2" PRIx8, "%" PRId8); \ in handle_core_item() 8869 BITS (8, BYTE, "%4" PRId8, "0x%.2" PRIx8); \ in handle_core_register()
|