Searched refs:UINT_FAST16_TYPE (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcygwin-stdint.h54 #define UINT_FAST16_TYPE "unsigned int" macro
H A Ddjgpp-stdint.h54 #define UINT_FAST16_TYPE "unsigned int" macro
H A Dmingw-stdint.h45 #define UINT_FAST16_TYPE "short unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dopenbsd-stdint.h26 #define UINT_FAST16_TYPE "unsigned int" macro
H A Dfreebsd-stdint.h51 #define UINT_FAST16_TYPE "unsigned int" macro
H A Dglibc-stdint.h50 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int") macro
H A Dhpux-stdint.h29 #define UINT_FAST16_TYPE "unsigned int" macro
H A Dnewlib-stdint.h54 #define UINT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "unsigned int" : UINT_LEAST16_TYPE) macro
H A Dsol2.h69 #define UINT_FAST16_TYPE "unsigned int" macro
H A Ddarwin.h102 #define UINT_FAST16_TYPE "short unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h45 #define UINT_FAST16_TYPE "short unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dosf.h190 #define UINT_FAST16_TYPE "unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Diris.h105 #define UINT_FAST16_TYPE "short unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h664 #ifndef UINT_FAST16_TYPE
665 #define UINT_FAST16_TYPE ((const char *) NULL) macro
H A Dc-common.c5056 if (UINT_FAST16_TYPE)
5058 TREE_TYPE (identifier_global_value (c_get_ident (UINT_FAST16_TYPE)));
5797 if (UINT_FAST16_TYPE)
5798 builtin_define_with_value ("__UINT_FAST16_TYPE__", UINT_FAST16_TYPE, 0);

Completed in 283 milliseconds