| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | netbsd-stdint.h | 51 #define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "int" : "short int") macro 53 #define INT_FAST16_TYPE INT32_TYPE macro
|
| D | openbsd-stdint.h | 22 #define INT_FAST16_TYPE "int" macro
|
| D | hpux-stdint.h | 25 #define INT_FAST16_TYPE "int" macro
|
| D | freebsd-stdint.h | 47 #define INT_FAST16_TYPE "int" macro
|
| D | vxworks-stdint.h | 44 #define INT_FAST16_TYPE "int" macro
|
| D | glibc-stdint.h | 55 #define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 && !OPTION_MUSL ? "long int" : "int") macro
|
| D | dragonfly-stdint.h | 47 #define INT_FAST16_TYPE INT32_TYPE macro
|
| D | newlib-stdint.h | 55 #define INT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "int" : INT_LEAST16_TYPE) macro
|
| D | sol2.h | 67 #define INT_FAST16_TYPE "int" macro
|
| D | darwin.h | 101 #define INT_FAST16_TYPE "short int" macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | netbsd-elf.h | 62 #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/ |
| D | vms-stdint.h | 41 #define INT_FAST16_TYPE "short int" macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | djgpp-stdint.h | 49 #define INT_FAST16_TYPE "short int" macro
|
| D | mingw-stdint.h | 41 #define INT_FAST16_TYPE "short int" macro
|
| D | cygwin-stdint.h | 49 #define INT_FAST16_TYPE (TARGET_64BIT ? "long int" : "int") macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | aix-stdint.h | 41 #define INT_FAST16_TYPE "short int" macro
|
| D | netbsd64.h | 408 #undef INT_FAST16_TYPE 409 #define INT_FAST16_TYPE "int" macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr-stdint.h | 55 #define INT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | defaults.h | 719 #ifndef INT_FAST16_TYPE 720 #define INT_FAST16_TYPE ((const char *) NULL) macro
|
| D | ChangeLog-2009 | 2732 (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,
|
| D | ChangeLog-2010 | 39251 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
|
| D | ChangeLog-2017 | 13238 (INT_FAST16_TYPE) Check CHAR_FAST16.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | tm.texi.in | 1533 @defmacx INT_FAST16_TYPE
|
| D | tm.texi | 1765 @defmacx INT_FAST16_TYPE
|
| D | gccint.info | 33953 -- Macro: INT_FAST16_TYPE 55788 * INT_FAST16_TYPE: Type Layout. (line 226)
|