Searched refs:UINT_FAST8_TYPE (Results 26 - 42 of 42) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-stdint.h58 #define UINT_FAST8_TYPE UINT8_TYPE macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dnetbsd-elf.h59 #undef UINT_FAST8_TYPE macro
60 #define UINT_FAST8_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned char" : "unsigned int") macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dnetbsd-elf.h59 #undef UINT_FAST8_TYPE macro
60 #define UINT_FAST8_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned char" : "unsigned int") macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dnewlib-stdint.h58 #define UINT_FAST8_TYPE (INT_TYPE_SIZE >= 8 ? "unsigned int" : UINT_LEAST8_TYPE) macro
H A Dsol2.h70 #define UINT_FAST8_TYPE "unsigned char" macro
H A Ddarwin.h102 #define UINT_FAST8_TYPE "unsigned char" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dnewlib-stdint.h58 #define UINT_FAST8_TYPE (INT_TYPE_SIZE >= 8 ? "unsigned int" : UINT_LEAST8_TYPE) macro
H A Dsol2.h70 #define UINT_FAST8_TYPE "unsigned char" macro
H A Ddarwin.h104 #define UINT_FAST8_TYPE "unsigned char" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dnetbsd64.h417 #undef UINT_FAST8_TYPE macro
418 #define UINT_FAST8_TYPE "unsigned int" macro
426 #undef UINT_FAST8_TYPE macro
427 #define UINT_FAST8_TYPE "unsigned int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dnetbsd64.h498 #undef UINT_FAST8_TYPE macro
499 #define UINT_FAST8_TYPE "unsigned int" macro
507 #undef UINT_FAST8_TYPE macro
508 #define UINT_FAST8_TYPE "unsigned int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.h123 #define UINT_FAST8_TYPE UINT8_TYPE macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.h123 #define UINT_FAST8_TYPE UINT8_TYPE macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddefaults.h721 #ifndef UINT_FAST8_TYPE
722 #define UINT_FAST8_TYPE ((const char *) NULL) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h731 #ifndef UINT_FAST8_TYPE
732 #define UINT_FAST8_TYPE ((const char *) NULL) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c4430 if (UINT_FAST8_TYPE)
4432 TREE_TYPE (identifier_global_value (c_get_ident (UINT_FAST8_TYPE)));
5164 if (UINT_FAST8_TYPE)
5165 builtin_define_with_value ("__UINT_FAST8_TYPE__", UINT_FAST8_TYPE, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc4677 if (UINT_FAST8_TYPE)
4679 TREE_TYPE (identifier_global_value (c_get_ident (UINT_FAST8_TYPE)));
5428 if (UINT_FAST8_TYPE)
5429 builtin_define_with_value ("__UINT_FAST8_TYPE__", UINT_FAST8_TYPE, 0);

Completed in 204 milliseconds

12