HomeSort by: relevance | last modified time | path
    Searched refs:STDINT_LONG32 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/
phoenix.h 32 #undef STDINT_LONG32
33 #define STDINT_LONG32 0
rtems.h 59 #undef STDINT_LONG32
60 #define STDINT_LONG32 (INT_TYPE_SIZE != 32 && LONG_TYPE_SIZE == 32)
newlib-stdint.h 27 #ifndef STDINT_LONG32
28 #define STDINT_LONG32 (LONG_TYPE_SIZE == 32)
38 #define INT32_TYPE (STDINT_LONG32 ? "long int" : INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signed char" : 0)
42 #define UINT32_TYPE (STDINT_LONG32 ? "long unsigned int" : INT_TYPE_SIZE == 32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsigned char" : 0)
  /src/external/gpl3/gcc.old/dist/gcc/config/
phoenix.h 32 #undef STDINT_LONG32
33 #define STDINT_LONG32 0
rtems.h 57 #undef STDINT_LONG32
58 #define STDINT_LONG32 (INT_TYPE_SIZE != 32 && LONG_TYPE_SIZE == 32)
newlib-stdint.h 27 #ifndef STDINT_LONG32
28 #define STDINT_LONG32 (LONG_TYPE_SIZE == 32)
38 #define INT32_TYPE (STDINT_LONG32 ? "long int" : INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signed char" : 0)
42 #define UINT32_TYPE (STDINT_LONG32 ? "long unsigned int" : INT_TYPE_SIZE == 32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "unsigned char" : 0)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
iamcu.h 95 #undef STDINT_LONG32
96 #define STDINT_LONG32 0
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
iamcu.h 95 #undef STDINT_LONG32
96 #define STDINT_LONG32 0
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.h 143 #define STDINT_LONG32 0

Completed in 25 milliseconds