Searched refs:PRId16 (Results 1 - 14 of 14) sorted by relevance

/external/compiler-rt/SDKs/darwin/usr/include/
H A Dinttypes.h27 #define PRId16 "hd" macro
/external/elfutils/0.153/libasm/
H A Dasm_addint8.c70 fprintf (asmscn->ctx->out.file, "\t.value\t%" PRId16 "\n",
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h53 #define PRId16 "d" macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h64 #define PRId16 "hd" macro
/external/mesa3d/include/c99/
H A Dinttypes.h64 #define PRId16 "hd" macro
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h72 #define PRId16 "hd" macro
/external/bison/lib/
H A Dinttypes.in.h111 #if !defined PRId16 || @PRI_MACROS_BROKEN@
112 # undef PRId16 macro
114 # define PRId16 "d" macro
/external/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp19 #ifndef PRId16
20 #error PRId16 not defined
/external/e2fsprogs/intl/
H A Dloadmsgcat.c123 #if !defined PRId16 || PRI_MACROS_BROKEN
124 # undef PRId16 macro
125 # define PRId16 "d" macro
534 return PRId16;
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp263 #ifndef PRId16
264 #error PRId16 not defined
/external/bison/darwin-lib/
H A Dinttypes.h423 #if !defined PRId16 || 0
424 # undef PRId16 macro
426 # define PRId16 "d" macro
/external/bison/linux-lib/
H A Dinttypes.h423 #if !defined PRId16 || 0
424 # undef PRId16 macro
426 # define PRId16 "d" macro
/external/elfutils/0.153/src/
H A Dreadelf.c803 printf (gettext (" Size of this header: %" PRId16 " %s\n"),
806 printf (gettext (" Size of program header entries: %" PRId16 " %s\n"),
809 printf (gettext (" Number of program headers entries: %" PRId16),
823 printf (gettext (" Size of section header entries: %" PRId16 " %s\n"),
826 printf (gettext (" Number of section headers entries: %" PRId16),
858 printf (gettext (" Section header string table index: %" PRId16 "\n\n"),
4195 printf ("%*s[%4" PRIuMAX "] %s %" PRId16 "\n",
7460 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16, 6); \
7826 BITS (16, HALF, "%6" PRId16, "0x%.4" PRIx16, 6); \
/external/vixl/src/a64/
H A Ddebugger-a64.cc1127 case 16: return new Format<int16_t>("%6" PRId16, 's');

Completed in 5378 milliseconds