HomeSort by: relevance | last modified time | path
    Searched refs:UINT_FAST64_TYPE (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/i386/
djgpp-stdint.h 56 #define UINT_FAST64_TYPE "long long unsigned int"
mingw-stdint.h 47 #define UINT_FAST64_TYPE "long long unsigned int"
cygwin-stdint.h 56 #define UINT_FAST64_TYPE (TARGET_64BIT ? "long unsigned int" : "long long unsigned int")
  /src/external/gpl3/gcc/dist/gcc/config/
openbsd-stdint.h 28 #define UINT_FAST64_TYPE "long long unsigned int"
freebsd-stdint.h 53 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
hpux-stdint.h 31 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
vxworks-stdint.h 50 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
dragonfly-stdint.h 53 #define UINT_FAST64_TYPE UINT64_TYPE
glibc-stdint.h 61 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
netbsd-stdint.h 68 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 47 #define UINT_FAST64_TYPE "long long unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
djgpp-stdint.h 56 #define UINT_FAST64_TYPE "long long unsigned int"
mingw-stdint.h 47 #define UINT_FAST64_TYPE "long long unsigned int"
cygwin-stdint.h 56 #define UINT_FAST64_TYPE (TARGET_64BIT ? "long unsigned int" : "long long unsigned int")
  /src/external/gpl3/gcc.old/dist/gcc/config/
openbsd-stdint.h 28 #define UINT_FAST64_TYPE "long long unsigned int"
freebsd-stdint.h 53 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
hpux-stdint.h 31 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
vxworks-stdint.h 50 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
dragonfly-stdint.h 53 #define UINT_FAST64_TYPE UINT64_TYPE
glibc-stdint.h 61 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 47 #define UINT_FAST64_TYPE "long long unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 47 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 47 #define UINT_FAST64_TYPE (LONG_TYPE_SIZE == 64 ? "long unsigned int" : "long long unsigned int")
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 61 #define UINT_FAST64_TYPE UINT64_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 61 #define UINT_FAST64_TYPE UINT64_TYPE

Completed in 47 milliseconds

1 2