HomeSort by: relevance | last modified time | path
    Searched defs:INT32_TYPE (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 38 #define INT32_TYPE (INT_TYPE_SIZE == 16 ? "long int" : "long long int")
47 #define INT_LEAST32_TYPE INT32_TYPE
56 #define INT_FAST32_TYPE INT32_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h 30 #define INT32_TYPE "int"
39 #define INT_LEAST32_TYPE INT32_TYPE
46 #define INT_FAST8_TYPE INT32_TYPE
47 #define INT_FAST16_TYPE INT32_TYPE
48 #define INT_FAST32_TYPE INT32_TYPE
55 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? INT64_TYPE : INT32_TYPE)
freebsd-stdint.h 30 #define INT32_TYPE "int"
hpux-stdint.h 8 #define INT32_TYPE "int"
netbsd-stdint.h 29 #define INT32_TYPE "int"
38 #define INT_LEAST32_TYPE INT32_TYPE
48 #define INT_FAST8_TYPE INT32_TYPE
53 #define INT_FAST16_TYPE INT32_TYPE
55 #define INT_FAST32_TYPE INT32_TYPE
70 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? INT64_TYPE : INT32_TYPE)
newlib-stdint.h 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)
45 #define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
46 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
47 #define INT_LEAST32_TYPE (INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
vxworks-stdint.h 29 #define INT32_TYPE "int"
glibc-stdint.h 38 #define INT32_TYPE "int"
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h 26 #define INT32_TYPE "int"
djgpp-stdint.h 26 #define INT32_TYPE "int"
mingw-stdint.h 24 #define INT32_TYPE "int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 24 #define INT32_TYPE "int"
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 24 #define INT32_TYPE "int"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 38 #define INT32_TYPE (INT_TYPE_SIZE == 16 ? "long int" : "long long int")
47 #define INT_LEAST32_TYPE INT32_TYPE
56 #define INT_FAST32_TYPE INT32_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h 30 #define INT32_TYPE "int"
39 #define INT_LEAST32_TYPE INT32_TYPE
46 #define INT_FAST8_TYPE INT32_TYPE
47 #define INT_FAST16_TYPE INT32_TYPE
48 #define INT_FAST32_TYPE INT32_TYPE
55 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? INT64_TYPE : INT32_TYPE)
freebsd-stdint.h 30 #define INT32_TYPE "int"
hpux-stdint.h 8 #define INT32_TYPE "int"
netbsd-stdint.h 29 #define INT32_TYPE "int"
38 #define INT_LEAST32_TYPE INT32_TYPE
48 #define INT_FAST8_TYPE INT32_TYPE
53 #define INT_FAST16_TYPE INT32_TYPE
55 #define INT_FAST32_TYPE INT32_TYPE
70 #define INTPTR_TYPE (LONG_TYPE_SIZE == 64 ? INT64_TYPE : INT32_TYPE)
newlib-stdint.h 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)
45 #define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
46 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
47 #define INT_LEAST32_TYPE (INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
vxworks-stdint.h 29 #define INT32_TYPE "int"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h 26 #define INT32_TYPE "int"
djgpp-stdint.h 26 #define INT32_TYPE "int"
mingw-stdint.h 24 #define INT32_TYPE "int"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 24 #define INT32_TYPE "int"
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 24 #define INT32_TYPE "int"

Completed in 36 milliseconds

1 2