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

1 2

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 57 #define INT_FAST64_TYPE INT64_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h 49 #define INT_FAST64_TYPE INT64_TYPE
freebsd-stdint.h 49 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
hpux-stdint.h 27 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
netbsd-stdint.h 56 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
newlib-stdint.h 57 #define INT_FAST64_TYPE (INT_TYPE_SIZE >= 64 ? "int" : INT_LEAST64_TYPE)
vxworks-stdint.h 46 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
glibc-stdint.h 57 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h 51 #define INT_FAST64_TYPE (TARGET_64BIT ? "long int" : "long long int")
djgpp-stdint.h 51 #define INT_FAST64_TYPE "long long int"
mingw-stdint.h 43 #define INT_FAST64_TYPE "long long int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 43 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 43 #define INT_FAST64_TYPE "long long int"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 57 #define INT_FAST64_TYPE INT64_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h 49 #define INT_FAST64_TYPE INT64_TYPE
freebsd-stdint.h 49 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
hpux-stdint.h 27 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
netbsd-stdint.h 56 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
newlib-stdint.h 57 #define INT_FAST64_TYPE (INT_TYPE_SIZE >= 64 ? "int" : INT_LEAST64_TYPE)
vxworks-stdint.h 46 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h 51 #define INT_FAST64_TYPE (TARGET_64BIT ? "long int" : "long long int")
djgpp-stdint.h 51 #define INT_FAST64_TYPE "long long int"
mingw-stdint.h 43 #define INT_FAST64_TYPE "long long int"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 43 #define INT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 43 #define INT_FAST64_TYPE "long long int"

Completed in 40 milliseconds

1 2