Home
last modified time | relevance | path

Searched refs:INT_FAST16_TYPE (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dnetbsd-stdint.h51 #define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "int" : "short int") macro
53 #define INT_FAST16_TYPE INT32_TYPE macro
Dopenbsd-stdint.h22 #define INT_FAST16_TYPE "int" macro
Dhpux-stdint.h25 #define INT_FAST16_TYPE "int" macro
Dfreebsd-stdint.h47 #define INT_FAST16_TYPE "int" macro
Dvxworks-stdint.h44 #define INT_FAST16_TYPE "int" macro
Dglibc-stdint.h55 #define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 && !OPTION_MUSL ? "long int" : "int") macro
Ddragonfly-stdint.h47 #define INT_FAST16_TYPE INT32_TYPE macro
Dnewlib-stdint.h55 #define INT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "int" : INT_LEAST16_TYPE) macro
Dsol2.h67 #define INT_FAST16_TYPE "int" macro
Ddarwin.h101 #define INT_FAST16_TYPE "short int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dnetbsd-elf.h62 #undef INT_FAST16_TYPE
63 #define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int") macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-stdint.h41 #define INT_FAST16_TYPE "short int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Ddjgpp-stdint.h49 #define INT_FAST16_TYPE "short int" macro
Dmingw-stdint.h41 #define INT_FAST16_TYPE "short int" macro
Dcygwin-stdint.h49 #define INT_FAST16_TYPE (TARGET_64BIT ? "long int" : "int") macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Daix-stdint.h41 #define INT_FAST16_TYPE "short int" macro
Dnetbsd64.h408 #undef INT_FAST16_TYPE
409 #define INT_FAST16_TYPE "int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr-stdint.h55 #define INT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddefaults.h719 #ifndef INT_FAST16_TYPE
720 #define INT_FAST16_TYPE ((const char *) NULL) macro
DChangeLog-20092732 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE,
22416 (INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE)
22619 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
28243 (UINT_LEAST32_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE,
30186 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
30237 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
30269 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
DChangeLog-201039251 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
DChangeLog-201713238 (INT_FAST16_TYPE) Check CHAR_FAST16.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in1533 @defmacx INT_FAST16_TYPE
Dtm.texi1765 @defmacx INT_FAST16_TYPE
Dgccint.info33953 -- Macro: INT_FAST16_TYPE
55788 * INT_FAST16_TYPE: Type Layout. (line 226)

12