Home
last modified time | relevance | path

Searched refs:INT_FAST64_TYPE (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dnetbsd-elf.h74 #undef INT_FAST64_TYPE
75 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-stdint.h43 #define INT_FAST64_TYPE "long long int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Ddjgpp-stdint.h51 #define INT_FAST64_TYPE "long long int" macro
Dmingw-stdint.h43 #define INT_FAST64_TYPE "long long int" macro
Dcygwin-stdint.h51 #define INT_FAST64_TYPE (TARGET_64BIT ? "long int" : "long long int") macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dopenbsd-stdint.h24 #define INT_FAST64_TYPE "long long int" macro
Dhpux-stdint.h27 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
Dfreebsd-stdint.h49 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
Dvxworks-stdint.h46 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
Dglibc-stdint.h57 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
Ddragonfly-stdint.h49 #define INT_FAST64_TYPE INT64_TYPE macro
Dnetbsd-stdint.h56 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
Dnewlib-stdint.h57 #define INT_FAST64_TYPE (INT_TYPE_SIZE >= 64 ? "int" : INT_LEAST64_TYPE) macro
Dsol2.h69 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
Ddarwin.h103 #define INT_FAST64_TYPE "long long int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Daix-stdint.h43 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
Dnetbsd64.h414 #undef INT_FAST64_TYPE
415 #define INT_FAST64_TYPE INT64_TYPE macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr-stdint.h57 #define INT_FAST64_TYPE INT64_TYPE macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddefaults.h727 #ifndef INT_FAST64_TYPE
728 #define INT_FAST64_TYPE ((const char *) NULL) macro
DChangeLog-20092733 INT_FAST64_TYPE): Define.
22416 (INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE)
22619 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_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-201039252 INT_FAST64_TYPE): Define.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in1535 @defmacx INT_FAST64_TYPE
Dtm.texi1767 @defmacx INT_FAST64_TYPE
Dgccint.info33955 -- Macro: INT_FAST64_TYPE
55790 * INT_FAST64_TYPE: Type Layout. (line 228)