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

/external/syslinux/core/lwip/src/include/arch/
H A Dcc.h43 #define S16_F PRId16
46 #define S32_F PRId16
/external/strace/
H A Devdev.c111 tprintf(", constant={level=%" PRId16,
117 tprintf(", ramp={start_level=%" PRId16
118 ", end_level=%" PRId16,
127 ", magnitude=%" PRId16
128 ", offset=%" PRId16
H A Dnlattr.c189 DECODE_NLA_INTEGER(s16, int16_t, "%" PRId16)
/external/elfutils/libasm/
H A Dasm_addint8.c71 fprintf (asmscn->ctx->out.file, "\t.value\t%" PRId16 "\n",
/external/libusb/msvc/
H A Dinttypes.h53 #define PRId16 "d" macro
/external/syslinux/com32/include/
H A Dinttypes.h27 #define PRId16 "d" 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/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/python/cpython2/Lib/plat-sunos5/
H A DTYPES.py109 PRId16 = "d" variable
/external/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp263 #ifndef PRId16
264 #error PRId16 not defined
/external/libcxx/test/std/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/arm-neon-tests/
H A Dstm-arm-neon-ref.h456 DUMP(test_name, int, 16, 4, PRId16);
471 DUMP(test_name, int, 16, 8, PRId16);
/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_format.c83 snprintf( str, len, "%" PRId16, op->data.sword );
928 STRNCATF( buf, "%" PRId16 "|", op->data.sword, len);
/external/elfutils/src/
H A Dreadelf.c1017 printf (gettext (" Size of this header: %" PRId16 " %s\n"),
1020 printf (gettext (" Size of program header entries: %" PRId16 " %s\n"),
1023 printf (gettext (" Number of program headers entries: %" PRId16),
1037 printf (gettext (" Size of section header entries: %" PRId16 " %s\n"),
1040 printf (gettext (" Number of section headers entries: %" PRId16),
1072 printf (gettext (" Section header string table index: %" PRId16 "\n\n"),
4184 printf ("%*s[%4" PRIuMAX "] %s %" PRId16 "\n",
8485 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16); \
8870 BITS (16, HALF, "%6" PRId16, "0x%.4" PRIx16); \
/external/vixl/src/aarch64/
H A Ddebugger-aarch64.cc1084 return new Format<int16_t>("%6" PRId16, 's');

Completed in 357 milliseconds