Searched refs:UINT_FAST8_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.h53 #define UINT_FAST8_TYPE "unsigned char" macro
H A Ddjgpp-stdint.h53 #define UINT_FAST8_TYPE "unsigned char" macro
H A Dmingw-stdint.h44 #define UINT_FAST8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dopenbsd-stdint.h25 #define UINT_FAST8_TYPE "unsigned int" macro
H A Dfreebsd-stdint.h50 #define UINT_FAST8_TYPE "unsigned int" macro
H A Dglibc-stdint.h49 #define UINT_FAST8_TYPE "unsigned char" macro
H A Dhpux-stdint.h28 #define UINT_FAST8_TYPE "unsigned int" macro
H A Dnewlib-stdint.h53 #define UINT_FAST8_TYPE (INT_TYPE_SIZE >= 8 ? "unsigned int" : UINT_LEAST8_TYPE) macro
H A Dsol2.h68 #define UINT_FAST8_TYPE "unsigned char" macro
H A Ddarwin.h101 #define UINT_FAST8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h44 #define UINT_FAST8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dosf.h189 #define UINT_FAST8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Diris.h104 #define UINT_FAST8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h660 #ifndef UINT_FAST8_TYPE
661 #define UINT_FAST8_TYPE ((const char *) NULL) macro
H A Dc-common.c5053 if (UINT_FAST8_TYPE)
5055 TREE_TYPE (identifier_global_value (c_get_ident (UINT_FAST8_TYPE)));
5795 if (UINT_FAST8_TYPE)
5796 builtin_define_with_value ("__UINT_FAST8_TYPE__", UINT_FAST8_TYPE, 0);

Completed in 277 milliseconds