/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | netbsd-stdint.h | 63 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned int" : "short unsigned int") macro 65 #define UINT_FAST16_TYPE UINT32_TYPE macro
|
H A D | freebsd-stdint.h | 51 #define UINT_FAST16_TYPE "unsigned int" macro
|
H A D | dragonfly-stdint.h | 51 #define UINT_FAST16_TYPE UINT32_TYPE macro
|
H A D | hpux-stdint.h | 29 #define UINT_FAST16_TYPE "unsigned int" macro
|
H A D | vxworks-stdint.h | 48 #define UINT_FAST16_TYPE "unsigned int" macro
|
H A D | newlib-stdint.h | 59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "unsigned int" : UINT_LEAST16_TYPE) macro
|
H A D | glibc-stdint.h | 56 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 && !OPTION_MUSL ? "long unsigned int" : "unsigned in… macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | netbsd-stdint.h | 63 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned int" : "short unsigned int") macro 65 #define UINT_FAST16_TYPE UINT32_TYPE macro
|
H A D | freebsd-stdint.h | 51 #define UINT_FAST16_TYPE "unsigned int" macro
|
H A D | dragonfly-stdint.h | 51 #define UINT_FAST16_TYPE UINT32_TYPE macro
|
H A D | vxworks-stdint.h | 48 #define UINT_FAST16_TYPE "unsigned int" macro
|
H A D | hpux-stdint.h | 29 #define UINT_FAST16_TYPE "unsigned int" macro
|
H A D | newlib-stdint.h | 59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "unsigned int" : UINT_LEAST16_TYPE) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-stdint.h | 59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | djgpp-stdint.h | 54 #define UINT_FAST16_TYPE "short unsigned int" macro
|
H A D | cygwin-stdint.h | 54 #define UINT_FAST16_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int") macro
|
H A D | mingw-stdint.h | 45 #define UINT_FAST16_TYPE "short unsigned int" macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | cygwin-stdint.h | 54 #define UINT_FAST16_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int") macro
|
H A D | djgpp-stdint.h | 54 #define UINT_FAST16_TYPE "short unsigned int" macro
|
H A D | mingw-stdint.h | 45 #define UINT_FAST16_TYPE "short unsigned int" macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-stdint.h | 59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-stdint.h | 45 #define UINT_FAST16_TYPE "short unsigned int" macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | aix-stdint.h | 45 #define UINT_FAST16_TYPE "short unsigned int" macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | aix-stdint.h | 45 #define UINT_FAST16_TYPE "short unsigned int" macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-stdint.h | 45 #define UINT_FAST16_TYPE "short unsigned int" macro
|