Searched refs:UINT16_TYPE (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-stdint.h41 #define UINT16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : "long unsigned int") macro
50 #define UINT_LEAST16_TYPE UINT16_TYPE
59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-stdint.h41 #define UINT16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : "long unsigned int") macro
50 #define UINT_LEAST16_TYPE UINT16_TYPE
59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dnewlib-stdint.h41 #define UINT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsigned char" : 0) macro
49 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
50 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
H A Ddragonfly-stdint.h33 #define UINT16_TYPE "short unsigned int" macro
42 #define UINT_LEAST16_TYPE UINT16_TYPE
H A Dopenbsd-stdint.h8 #define UINT16_TYPE "short unsigned int" macro
H A Dnetbsd-stdint.h32 #define UINT16_TYPE "short unsigned int" macro
41 #define UINT_LEAST16_TYPE UINT16_TYPE
H A Dhpux-stdint.h11 #define UINT16_TYPE "short unsigned int" macro
H A Dvxworks-stdint.h32 #define UINT16_TYPE "short unsigned int" macro
H A Dfreebsd-stdint.h33 #define UINT16_TYPE "short unsigned int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dnewlib-stdint.h41 #define UINT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsigned char" : 0) macro
49 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
50 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
H A Ddragonfly-stdint.h33 #define UINT16_TYPE "short unsigned int" macro
42 #define UINT_LEAST16_TYPE UINT16_TYPE
H A Dopenbsd-stdint.h8 #define UINT16_TYPE "short unsigned int" macro
H A Dnetbsd-stdint.h32 #define UINT16_TYPE "short unsigned int" macro
41 #define UINT_LEAST16_TYPE UINT16_TYPE
H A Dhpux-stdint.h11 #define UINT16_TYPE "short unsigned int" macro
H A Dvxworks-stdint.h32 #define UINT16_TYPE "short unsigned int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddjgpp-stdint.h30 #define UINT16_TYPE "short unsigned int" macro
H A Dmingw-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
H A Dcygwin-stdint.h30 #define UINT16_TYPE "short unsigned int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmingw-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
H A Ddjgpp-stdint.h30 #define UINT16_TYPE "short unsigned int" macro
H A Dcygwin-stdint.h30 #define UINT16_TYPE "short unsigned int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daix-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h27 #define UINT16_TYPE "short unsigned int" macro

Completed in 368 milliseconds

12