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

1 2

  /src/external/gpl3/gcc/dist/gcc/config/i386/
djgpp-stdint.h 54 #define UINT_FAST16_TYPE "short unsigned int"
mingw-stdint.h 45 #define UINT_FAST16_TYPE "short unsigned int"
cygwin-stdint.h 54 #define UINT_FAST16_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int")
  /src/external/gpl3/gcc/dist/gcc/config/
openbsd-stdint.h 26 #define UINT_FAST16_TYPE "unsigned int"
netbsd-stdint.h 63 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned int" : "short unsigned int")
65 #define UINT_FAST16_TYPE UINT32_TYPE
freebsd-stdint.h 51 #define UINT_FAST16_TYPE "unsigned int"
hpux-stdint.h 29 #define UINT_FAST16_TYPE "unsigned int"
vxworks-stdint.h 48 #define UINT_FAST16_TYPE "unsigned int"
dragonfly-stdint.h 51 #define UINT_FAST16_TYPE UINT32_TYPE
glibc-stdint.h 59 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 && !OPTION_MUSL ? "long unsigned int" : "unsigned int")
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 45 #define UINT_FAST16_TYPE "short unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
djgpp-stdint.h 54 #define UINT_FAST16_TYPE "short unsigned int"
mingw-stdint.h 45 #define UINT_FAST16_TYPE "short unsigned int"
cygwin-stdint.h 54 #define UINT_FAST16_TYPE (TARGET_64BIT ? "long unsigned int" : "unsigned int")
  /src/external/gpl3/gcc.old/dist/gcc/config/
openbsd-stdint.h 26 #define UINT_FAST16_TYPE "unsigned int"
netbsd-stdint.h 63 #define UINT_FAST16_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned int" : "short unsigned int")
65 #define UINT_FAST16_TYPE UINT32_TYPE
freebsd-stdint.h 51 #define UINT_FAST16_TYPE "unsigned int"
hpux-stdint.h 29 #define UINT_FAST16_TYPE "unsigned int"
vxworks-stdint.h 48 #define UINT_FAST16_TYPE "unsigned int"
dragonfly-stdint.h 51 #define UINT_FAST16_TYPE UINT32_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 45 #define UINT_FAST16_TYPE "short unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 45 #define UINT_FAST16_TYPE "short unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 45 #define UINT_FAST16_TYPE "short unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE)
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE)

Completed in 41 milliseconds

1 2