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

1 2

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 60 #define UINT_FAST32_TYPE UINT32_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h 52 #define UINT_FAST32_TYPE UINT32_TYPE
freebsd-stdint.h 52 #define UINT_FAST32_TYPE "unsigned int"
hpux-stdint.h 30 #define UINT_FAST32_TYPE "unsigned int"
netbsd-stdint.h 67 #define UINT_FAST32_TYPE UINT32_TYPE
newlib-stdint.h 60 #define UINT_FAST32_TYPE (INT_TYPE_SIZE >= 32 ? "unsigned int" : UINT_LEAST32_TYPE)
vxworks-stdint.h 49 #define UINT_FAST32_TYPE "unsigned int"
glibc-stdint.h 60 #define UINT_FAST32_TYPE (LONG_TYPE_SIZE == 64 && !OPTION_MUSL ? "long unsigned int" : "unsigned int")
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h 55 #define UINT_FAST32_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int")
djgpp-stdint.h 55 #define UINT_FAST32_TYPE "unsigned int"
mingw-stdint.h 46 #define UINT_FAST32_TYPE "unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 46 #define UINT_FAST32_TYPE "unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 46 #define UINT_FAST32_TYPE "unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 60 #define UINT_FAST32_TYPE UINT32_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h 52 #define UINT_FAST32_TYPE UINT32_TYPE
freebsd-stdint.h 52 #define UINT_FAST32_TYPE "unsigned int"
hpux-stdint.h 30 #define UINT_FAST32_TYPE "unsigned int"
netbsd-stdint.h 67 #define UINT_FAST32_TYPE UINT32_TYPE
newlib-stdint.h 60 #define UINT_FAST32_TYPE (INT_TYPE_SIZE >= 32 ? "unsigned int" : UINT_LEAST32_TYPE)
vxworks-stdint.h 49 #define UINT_FAST32_TYPE "unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h 55 #define UINT_FAST32_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int")
djgpp-stdint.h 55 #define UINT_FAST32_TYPE "unsigned int"
mingw-stdint.h 46 #define UINT_FAST32_TYPE "unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 46 #define UINT_FAST32_TYPE "unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 46 #define UINT_FAST32_TYPE "unsigned int"

Completed in 25 milliseconds

1 2