Searched refs:LONG_TYPE_SIZE (Results 1 - 25 of 93) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/config/
H A Dglibc-stdint.h30 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
34 #define UINT64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
39 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
43 #define UINT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
46 #define INT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int")
47 #define INT_FAST32_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int")
48 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
50 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
51 #define UINT_FAST32_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
52 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE
[all...]
H A Dfreebsd-stdint.h31 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
35 #define UINT64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
40 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
44 #define UINT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
49 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
53 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
55 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int")
56 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
H A Dhpux-stdint.h9 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
13 #define UINT64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
18 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
22 #define UINT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
27 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
31 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
H A Dhaiku-stdint.h30 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
34 #define UINT64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
39 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
43 #define UINT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
48 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
52 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
H A Ddragonfly-stdint.h31 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
35 #define UINT64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
55 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? INT64_TYPE : INT32_TYPE)
56 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
H A Dsol2.h51 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
55 #define UINT64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
60 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
64 #define UINT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
69 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
73 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
75 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int")
76 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "unsigned int")
H A Dnewlib-stdint.h28 #define STDINT_LONG32 (LONG_TYPE_SIZE == 32)
39 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : LONG_LONG_TYPE_SIZE == 64 ? "long long int" : INT_TYPE_SIZE == 64 ? "int" : 0)
43 #define UINT64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : LONG_LONG_TYPE_SIZE == 64 ? "long long unsigned int" : INT_TYPE_SIZE == 64 ? "unsigned int" : 0)
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Daix-stdint.h25 #define INT64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
29 #define UINT64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
34 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
38 #define UINT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
43 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
47 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
/haiku-buildtools/gcc/gcc/config/i386/
H A Dcygwin-w64.h73 #undef LONG_TYPE_SIZE macro
74 #undef LONG_TYPE_SIZE macro
75 #define LONG_TYPE_SIZE (TARGET_64BIT ? 64 : 32) macro
H A Dcygming.h184 #undef LONG_TYPE_SIZE macro
185 #define LONG_TYPE_SIZE 32 macro
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa-64.h57 #undef LONG_TYPE_SIZE macro
58 #define LONG_TYPE_SIZE 64 macro
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha32.h49 #undef LONG_TYPE_SIZE macro
50 #define LONG_TYPE_SIZE 32 macro
H A Dvms.h89 #undef LONG_TYPE_SIZE macro
90 #define LONG_TYPE_SIZE 32 macro
/haiku-buildtools/gcc/gcc/config/vms/
H A Dvms.h54 #undef LONG_TYPE_SIZE macro
55 #define LONG_TYPE_SIZE 32 macro
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtargtyps.c64 #define ADA_LONG_TYPE_SIZE LONG_TYPE_SIZE
157 #define MALLOC_OBSERVABLE_ALIGNMENT (2 * LONG_TYPE_SIZE)
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Diris5.h52 #define WCHAR_TYPE_SIZE LONG_TYPE_SIZE
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dcom.h106 #ifndef LONG_TYPE_SIZE
107 #define LONG_TYPE_SIZE BITS_PER_WORD macro
130 #if LONG_TYPE_SIZE == FLOAT_TYPE_SIZE
140 #if LONG_TYPE_SIZE == (FLOAT_TYPE_SIZE * 2)
/haiku-buildtools/legacy/gcc/gcc/
H A Dcppexp.c43 #ifndef LONG_TYPE_SIZE
44 #define LONG_TYPE_SIZE BITS_PER_WORD macro
60 #define MAX_LONG_TYPE_SIZE LONG_TYPE_SIZE
H A Dcexp.y92 #ifndef LONG_TYPE_SIZE
93 #define LONG_TYPE_SIZE BITS_PER_WORD
109 #define MAX_LONG_TYPE_SIZE LONG_TYPE_SIZE
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtiming.c32 #ifndef LONG_TYPE_SIZE
33 #define LONG_TYPE_SIZE BITS_PER_WORD macro
83 duration_timing_type_node = make_unsigned_type (LONG_TYPE_SIZE);
87 abs_timing_type_node = make_unsigned_type (LONG_TYPE_SIZE);
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.h86 #define LONG_TYPE_SIZE (TARGET_32BIT ? 32 : 64)
91 #define POINTER_SIZE LONG_TYPE_SIZE
85 #define LONG_TYPE_SIZE macro
/haiku-buildtools/gcc/gcc/
H A Ddefaults.h510 #ifndef LONG_TYPE_SIZE
511 #define LONG_TYPE_SIZE BITS_PER_WORD macro
633 : ((LONG_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
641 : ((LONG_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
/haiku-buildtools/gcc/gcc/go/
H A Dgo-lang.c327 else if (bits == LONG_TYPE_SIZE)
342 else if (bits == LONG_TYPE_SIZE)
/haiku-buildtools/gcc/gcc/config/pdp11/
H A Dpdp11.h56 #define LONG_TYPE_SIZE 32
55 #define LONG_TYPE_SIZE macro
/haiku-buildtools/gcc/gcc/config/fr30/
H A Dfr30.h107 #define LONG_TYPE_SIZE 32
104 #define LONG_TYPE_SIZE macro

Completed in 140 milliseconds

1234