Searched defs:INT64_TYPE (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dhpux-stdint.h9 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
H A Dnewlib-stdint.h39 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : LONG_LONG_TYPE_SIZE == 64 ? "long long int" : INT_TYPE_SIZE == 64 ? "int" : 0) macro
H A Dnetbsd-stdint.h30 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
H A Ddragonfly-stdint.h31 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
H A Dvxworks-stdint.h30 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dhpux-stdint.h9 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
H A Dglibc-stdint.h36 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
H A Dvxworks-stdint.h30 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
H A Dfreebsd-stdint.h31 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
H A Dnewlib-stdint.h39 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : LONG_LONG_TYPE_SIZE == 64 ? "long long int" : INT_TYPE_SIZE == 64 ? "int" : 0) macro
H A Dnetbsd-stdint.h30 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
H A Ddragonfly-stdint.h31 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-stdint.h39 #define INT64_TYPE (INT_TYPE_SIZE == 16 ? "long long int" : 0) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddjgpp-stdint.h27 #define INT64_TYPE "long long int" macro
H A Dcygwin-stdint.h27 #define INT64_TYPE (TARGET_64BIT ? "long int" : "long long int") macro
H A Dmingw-stdint.h25 #define INT64_TYPE "long long int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daix-stdint.h25 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int") macro
H A Dnetbsd.h82 #undef INT64_TYPE macro
83 #define INT64_TYPE "long long int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-stdint.h25 #define INT64_TYPE "long long int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmingw-stdint.h25 #define INT64_TYPE "long long int" macro
H A Dcygwin-stdint.h27 #define INT64_TYPE (TARGET_64BIT ? "long int" : "long long int") macro
H A Ddjgpp-stdint.h27 #define INT64_TYPE "long long int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dnetbsd.h82 #undef INT64_TYPE macro
83 #define INT64_TYPE "long long int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-stdint.h25 #define INT64_TYPE "long long int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-stdint.h39 #define INT64_TYPE (INT_TYPE_SIZE == 16 ? "long long int" : 0) macro

Completed in 199 milliseconds

12