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

12

/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dnetbsd-stdint.h68 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int") macro
H A Dnewlib-stdint.h61 #define UINT_FAST64_TYPE (INT_TYPE_SIZE >= 64 ? "unsigned int" : UINT_LEAST64_TYPE) macro
H A Dsol2.h73 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int") macro
H A Ddarwin.h107 #define UINT_FAST64_TYPE "long long unsigned int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dnetbsd-elf.h77 #undef UINT_FAST64_TYPE macro
78 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int") macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dnetbsd-elf.h77 #undef UINT_FAST64_TYPE macro
78 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int") macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dnewlib-stdint.h61 #define UINT_FAST64_TYPE (INT_TYPE_SIZE >= 64 ? "unsigned int" : UINT_LEAST64_TYPE) macro
H A Dsol2.h73 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int") macro
H A Ddarwin.h105 #define UINT_FAST64_TYPE "long long unsigned int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dnetbsd64.h435 #undef UINT_FAST64_TYPE macro
436 #define UINT_FAST64_TYPE UINT64_TYPE macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.h126 #define UINT_FAST64_TYPE UINT64_TYPE macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.h126 #define UINT_FAST64_TYPE UINT64_TYPE macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dnetbsd64.h516 #undef UINT_FAST64_TYPE macro
517 #define UINT_FAST64_TYPE UINT64_TYPE macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddefaults.h733 #ifndef UINT_FAST64_TYPE
734 #define UINT_FAST64_TYPE ((const char *) NULL) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h743 #ifndef UINT_FAST64_TYPE
744 #define UINT_FAST64_TYPE ((const char *) NULL) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c4439 if (UINT_FAST64_TYPE)
4441 TREE_TYPE (identifier_global_value (c_get_ident (UINT_FAST64_TYPE)));
5170 if (UINT_FAST64_TYPE)
5171 builtin_define_with_value ("__UINT_FAST64_TYPE__", UINT_FAST64_TYPE, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc4686 if (UINT_FAST64_TYPE)
4688 TREE_TYPE (identifier_global_value (c_get_ident (UINT_FAST64_TYPE)));
5434 if (UINT_FAST64_TYPE)
5435 builtin_define_with_value ("__UINT_FAST64_TYPE__", UINT_FAST64_TYPE, 0);

Completed in 312 milliseconds

12