Home
last modified time | relevance | path

Searched refs:STDINT_LONG32 (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dnewlib-stdint.h27 #ifndef STDINT_LONG32
28 #define STDINT_LONG32 (LONG_TYPE_SIZE == 32) macro
38 #define INT32_TYPE (STDINT_LONG32 ? "long int" : INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 3…
42 #define UINT32_TYPE (STDINT_LONG32 ? "long unsigned int" : INT_TYPE_SIZE == 32 ? "unsigned int" : S…
H A Dphoenix.h32 #undef STDINT_LONG32
33 #define STDINT_LONG32 0 macro
H A Drtems.h57 #undef STDINT_LONG32
58 #define STDINT_LONG32 (INT_TYPE_SIZE != 32 && LONG_TYPE_SIZE == 32) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Dnewlib-stdint.h27 #ifndef STDINT_LONG32
28 #define STDINT_LONG32 (LONG_TYPE_SIZE == 32) macro
38 #define INT32_TYPE (STDINT_LONG32 ? "long int" : INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 3…
42 #define UINT32_TYPE (STDINT_LONG32 ? "long unsigned int" : INT_TYPE_SIZE == 32 ? "unsigned int" : S…
H A Dphoenix.h32 #undef STDINT_LONG32
33 #define STDINT_LONG32 0 macro
H A Drtems.h57 #undef STDINT_LONG32
58 #define STDINT_LONG32 (INT_TYPE_SIZE != 32 && LONG_TYPE_SIZE == 32) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Diamcu.h95 #undef STDINT_LONG32
96 #define STDINT_LONG32 0 macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Diamcu.h105 #undef STDINT_LONG32
106 #define STDINT_LONG32 0 macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.h140 #define STDINT_LONG32 0 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200930240 * config/spu/spu.h (STDINT_LONG32): Define.
H A DChangeLog-201635532 (STDINT_LONG32): Likewise.
H A DChangeLog-201819657 * config/rtems.h (STDINT_LONG32): Define.