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

1 2

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 48 #define INT_LEAST64_TYPE INT64_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h 40 #define INT_LEAST64_TYPE INT64_TYPE
freebsd-stdint.h 40 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
hpux-stdint.h 18 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
netbsd-stdint.h 39 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
newlib-stdint.h 48 #define INT_LEAST64_TYPE INT64_TYPE
57 #define INT_FAST64_TYPE (INT_TYPE_SIZE >= 64 ? "int" : INT_LEAST64_TYPE)
vxworks-stdint.h 38 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
glibc-stdint.h 48 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h 39 #define INT_LEAST64_TYPE (TARGET_64BIT ? "long int" : "long long int")
djgpp-stdint.h 39 #define INT_LEAST64_TYPE "long long int"
mingw-stdint.h 34 #define INT_LEAST64_TYPE "long long int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 34 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 34 #define INT_LEAST64_TYPE "long long int"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 48 #define INT_LEAST64_TYPE INT64_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h 40 #define INT_LEAST64_TYPE INT64_TYPE
freebsd-stdint.h 40 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
hpux-stdint.h 18 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
netbsd-stdint.h 39 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
newlib-stdint.h 48 #define INT_LEAST64_TYPE INT64_TYPE
57 #define INT_FAST64_TYPE (INT_TYPE_SIZE >= 64 ? "int" : INT_LEAST64_TYPE)
vxworks-stdint.h 38 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h 39 #define INT_LEAST64_TYPE (TARGET_64BIT ? "long int" : "long long int")
djgpp-stdint.h 39 #define INT_LEAST64_TYPE "long long int"
mingw-stdint.h 34 #define INT_LEAST64_TYPE "long long int"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 34 #define INT_LEAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "long long int")
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 34 #define INT_LEAST64_TYPE "long long int"

Completed in 42 milliseconds

1 2