HomeSort by: relevance | last modified time | path
    Searched defs:PRId16 (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/alpha/include/
int_fmtio.h 45 #define PRId16 "d" /* int16_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 48 #define PRId16 "d" /* int16_t */
  /src/sys/arch/arm/include/
int_fmtio.h 44 #define PRId16 "d" /* int16_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 45 #define PRId16 "d" /* int16_t */
  /src/sys/arch/i386/include/
int_fmtio.h 46 #define PRId16 "d" /* int16_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 45 #define PRId16 "d" /* int16_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 45 #define PRId16 "d" /* int16_t */
  /src/sys/arch/mips/include/
int_fmtio.h 45 #define PRId16 "d" /* int16_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 44 #define PRId16 "d" /* int16_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 45 #define PRId16 "d" /* int16_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 44 #define PRId16 "hd" /* int16_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 45 #define PRId16 "d" /* int16_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 45 #define PRId16 "d" /* int16_t */
  /src/sys/arch/vax/include/
int_fmtio.h 45 #define PRId16 "d" /* int16_t */
  /src/sys/sys/
common_int_fmtio.h 45 #define PRId16 __INT16_FMTd__
  /src/tools/compat/
compat_defs.h 774 #ifndef PRId16
775 #define PRId16 "hd"
811 #if ! (defined(PRId16) && defined(PRIi16) && defined(PRIo16) && \

Completed in 19 milliseconds