Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_addint8.c69 fprintf (asmscn->ctx->out.file, "\t.byte\t%" PRId8 "\n", (int8_t) num); in FCT()
/external/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()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp15 #ifndef PRId8
16 #error PRId8 not defined
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h55 #define PRId8 "d" macro
/external/mesa3d/include/c99/
Dinttypes.h57 #define PRId8 "d" macro
/external/bison/lib/
Dinttypes.in.h75 #if !defined PRId8 || @PRI_MACROS_BROKEN@
76 # undef PRId8
78 # define PRId8 "d" macro
/external/bison/darwin-lib/
Dinttypes.h387 #if !defined PRId8 || 0
388 # undef PRId8
390 # define PRId8 "d" macro
/external/bison/linux-lib/
Dinttypes.h387 #if !defined PRId8 || 0
388 # undef PRId8
390 # define PRId8 "d" macro
/external/libcxx/include/
Dcinttypes23 PRId8
Dmodule.modulemap91PRId8, PRId16, PRId32, PRId64, PRIdFAST8, PRIdFAST16, PRIdFAST32, PRIdFAST64, PRIdLEAST8, PRIdLEAS…
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp259 #ifndef PRId8
260 #error PRId8 not defined
/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c80 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/
Ddebugger-a64.cc1047 case 8: return new Format<int8_t>("%4" PRId8, 's'); in Tokenize()
/external/elfutils/src/
Dreadelf.c4173 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()