Searched defs:INT_FAST16_TYPE (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dhpux-stdint.h25 #define INT_FAST16_TYPE "int" macro
H A Dnewlib-stdint.h55 #define INT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "int" : INT_LEAST16_TYPE) macro
H A Dnetbsd-stdint.h51 #define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "int" : "short int") macro
53 #define INT_FAST16_TYPE INT32_TYPE macro
H A Ddragonfly-stdint.h47 #define INT_FAST16_TYPE INT32_TYPE macro
H A Dvxworks-stdint.h44 #define INT_FAST16_TYPE "int" macro
H A Dfreebsd-stdint.h47 #define INT_FAST16_TYPE "int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dhpux-stdint.h25 #define INT_FAST16_TYPE "int" macro
H A Dglibc-stdint.h52 #define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 && !OPTION_MUSL ? "long int" : "int") macro
H A Dvxworks-stdint.h44 #define INT_FAST16_TYPE "int" macro
H A Dfreebsd-stdint.h47 #define INT_FAST16_TYPE "int" macro
H A Dnewlib-stdint.h55 #define INT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "int" : INT_LEAST16_TYPE) macro
H A Dnetbsd-stdint.h51 #define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "int" : "short int") macro
53 #define INT_FAST16_TYPE INT32_TYPE macro
H A Ddragonfly-stdint.h47 #define INT_FAST16_TYPE INT32_TYPE macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-stdint.h55 #define INT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddjgpp-stdint.h49 #define INT_FAST16_TYPE "short int" macro
H A Dcygwin-stdint.h49 #define INT_FAST16_TYPE (TARGET_64BIT ? "long int" : "int") macro
H A Dmingw-stdint.h41 #define INT_FAST16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daix-stdint.h41 #define INT_FAST16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-stdint.h41 #define INT_FAST16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmingw-stdint.h41 #define INT_FAST16_TYPE "short int" macro
H A Dcygwin-stdint.h49 #define INT_FAST16_TYPE (TARGET_64BIT ? "long int" : "int") macro
H A Ddjgpp-stdint.h49 #define INT_FAST16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-stdint.h41 #define INT_FAST16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-stdint.h55 #define INT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h41 #define INT_FAST16_TYPE "short int" macro

Completed in 176 milliseconds

12