Searched refs:INT16_TYPE (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-stdint.h37 #define INT16_TYPE (INT_TYPE_SIZE == 16 ? "int" : "long int") macro
46 #define INT_LEAST16_TYPE INT16_TYPE
55 #define INT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-stdint.h37 #define INT16_TYPE (INT_TYPE_SIZE == 16 ? "int" : "long int") macro
46 #define INT_LEAST16_TYPE INT16_TYPE
55 #define INT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dnewlib-stdint.h37 #define INT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signed char" : 0) macro
45 #define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
46 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
H A Ddragonfly-stdint.h29 #define INT16_TYPE "short int" macro
38 #define INT_LEAST16_TYPE INT16_TYPE
H A Dopenbsd-stdint.h4 #define INT16_TYPE "short int" macro
H A Dnetbsd-stdint.h28 #define INT16_TYPE "short int" macro
37 #define INT_LEAST16_TYPE INT16_TYPE
H A Dhpux-stdint.h7 #define INT16_TYPE "short int" macro
H A Dvxworks-stdint.h28 #define INT16_TYPE "short int" macro
H A Dfreebsd-stdint.h29 #define INT16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dnewlib-stdint.h37 #define INT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signed char" : 0) macro
45 #define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
46 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
H A Ddragonfly-stdint.h29 #define INT16_TYPE "short int" macro
38 #define INT_LEAST16_TYPE INT16_TYPE
H A Dopenbsd-stdint.h4 #define INT16_TYPE "short int" macro
H A Dnetbsd-stdint.h28 #define INT16_TYPE "short int" macro
37 #define INT_LEAST16_TYPE INT16_TYPE
H A Dhpux-stdint.h7 #define INT16_TYPE "short int" macro
H A Dvxworks-stdint.h28 #define INT16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddjgpp-stdint.h25 #define INT16_TYPE "short int" macro
H A Dmingw-stdint.h23 #define INT16_TYPE "short int" macro
H A Dcygwin-stdint.h25 #define INT16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-stdint.h23 #define INT16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmingw-stdint.h23 #define INT16_TYPE "short int" macro
H A Ddjgpp-stdint.h25 #define INT16_TYPE "short int" macro
H A Dcygwin-stdint.h25 #define INT16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-stdint.h23 #define INT16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daix-stdint.h23 #define INT16_TYPE "short int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h23 #define INT16_TYPE "short int" macro

Completed in 397 milliseconds

12