Home
last modified time | relevance | path

Searched defs:UINT_FAST16_TYPE (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dnetbsd-stdint.h63 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned int" : "short unsigned int") macro
65 #define UINT_FAST16_TYPE UINT32_TYPE macro
H A Dfreebsd-stdint.h51 #define UINT_FAST16_TYPE "unsigned int" macro
H A Ddragonfly-stdint.h51 #define UINT_FAST16_TYPE UINT32_TYPE macro
H A Dhpux-stdint.h29 #define UINT_FAST16_TYPE "unsigned int" macro
H A Dvxworks-stdint.h48 #define UINT_FAST16_TYPE "unsigned int" macro
H A Dnewlib-stdint.h59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "unsigned int" : UINT_LEAST16_TYPE) macro
H A Dglibc-stdint.h56 #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 Dnetbsd-stdint.h63 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned int" : "short unsigned int") macro
65 #define UINT_FAST16_TYPE UINT32_TYPE macro
H A Dfreebsd-stdint.h51 #define UINT_FAST16_TYPE "unsigned int" macro
H A Ddragonfly-stdint.h51 #define UINT_FAST16_TYPE UINT32_TYPE macro
H A Dvxworks-stdint.h48 #define UINT_FAST16_TYPE "unsigned int" macro
H A Dhpux-stdint.h29 #define UINT_FAST16_TYPE "unsigned int" macro
H A Dnewlib-stdint.h59 #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 Davr-stdint.h59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddjgpp-stdint.h54 #define UINT_FAST16_TYPE "short unsigned int" macro
H A Dcygwin-stdint.h54 #define UINT_FAST16_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int") macro
H A Dmingw-stdint.h45 #define UINT_FAST16_TYPE "short unsigned int" macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcygwin-stdint.h54 #define UINT_FAST16_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int") macro
H A Ddjgpp-stdint.h54 #define UINT_FAST16_TYPE "short unsigned int" macro
H A Dmingw-stdint.h45 #define UINT_FAST16_TYPE "short unsigned int" macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-stdint.h59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-stdint.h45 #define UINT_FAST16_TYPE "short unsigned int" macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daix-stdint.h45 #define UINT_FAST16_TYPE "short unsigned int" macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h45 #define UINT_FAST16_TYPE "short unsigned int" macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-stdint.h45 #define UINT_FAST16_TYPE "short unsigned int" macro

12