Home
last modified time | relevance | path

Searched refs:INT_FAST32_TYPE (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dnetbsd-elf.h68 #undef INT_FAST32_TYPE
69 #define INT_FAST32_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int") macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-stdint.h42 #define INT_FAST32_TYPE "int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Ddjgpp-stdint.h50 #define INT_FAST32_TYPE "int" macro
Dmingw-stdint.h42 #define INT_FAST32_TYPE "int" macro
Dcygwin-stdint.h50 #define INT_FAST32_TYPE (TARGET_64BIT ? "long int" : "int") macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dopenbsd-stdint.h23 #define INT_FAST32_TYPE "int" macro
Dhpux-stdint.h26 #define INT_FAST32_TYPE "int" macro
Dfreebsd-stdint.h48 #define INT_FAST32_TYPE "int" macro
Dvxworks-stdint.h45 #define INT_FAST32_TYPE "int" macro
Dglibc-stdint.h56 #define INT_FAST32_TYPE (LONG_TYPE_SIZE == 64 && !OPTION_MUSL ? "long int" : "int") macro
Ddragonfly-stdint.h48 #define INT_FAST32_TYPE INT32_TYPE macro
Dnetbsd-stdint.h55 #define INT_FAST32_TYPE INT32_TYPE macro
Dnewlib-stdint.h56 #define INT_FAST32_TYPE (INT_TYPE_SIZE >= 32 ? "int" : INT_LEAST32_TYPE) macro
Dsol2.h68 #define INT_FAST32_TYPE "int" macro
Ddarwin.h102 #define INT_FAST32_TYPE "int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Daix-stdint.h42 #define INT_FAST32_TYPE "int" macro
Dnetbsd64.h411 #undef INT_FAST32_TYPE
412 #define INT_FAST32_TYPE "int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr-stdint.h56 #define INT_FAST32_TYPE INT32_TYPE macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddefaults.h723 #ifndef INT_FAST32_TYPE
724 #define INT_FAST32_TYPE ((const char *) NULL) macro
DChangeLog-20092732 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE,
22416 (INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE)
22619 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
28243 (UINT_LEAST32_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE,
30186 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
30237 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
30269 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
DChangeLog-201039251 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
DChangeLog-201533820 (INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in1534 @defmacx INT_FAST32_TYPE
Dtm.texi1766 @defmacx INT_FAST32_TYPE
Dgccint.info33954 -- Macro: INT_FAST32_TYPE
55789 * INT_FAST32_TYPE: Type Layout. (line 227)