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

  /src/sys/arch/alpha/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/amd64/include/
int_fmtio.h 47 #define PRId8 "d" /* int8_t */
  /src/sys/arch/arm/include/
int_fmtio.h 43 #define PRId8 "d" /* int8_t */
  /src/sys/arch/hppa/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/i386/include/
int_fmtio.h 45 #define PRId8 "d" /* int8_t */
  /src/sys/arch/ia64/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/m68k/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/mips/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/or1k/include/
int_fmtio.h 43 #define PRId8 "d" /* int8_t */
  /src/sys/arch/powerpc/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/riscv/include/
int_fmtio.h 43 #define PRId8 "hhd" /* int8_t */
  /src/sys/arch/sh3/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/sparc/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/arch/vax/include/
int_fmtio.h 44 #define PRId8 "d" /* int8_t */
  /src/sys/sys/
common_int_fmtio.h 44 #define PRId8 __INT8_FMTd__
  /src/tools/compat/
compat_defs.h 727 #ifndef PRId8
728 #define PRId8 "hhd"
764 #if ! (defined(PRId8) && defined(PRIi8) && defined(PRIo8) && \

Completed in 607 milliseconds