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

1 2

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 58 #define UINT_FAST8_TYPE UINT8_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h 50 #define UINT_FAST8_TYPE UINT32_TYPE
freebsd-stdint.h 50 #define UINT_FAST8_TYPE "unsigned int"
hpux-stdint.h 28 #define UINT_FAST8_TYPE "unsigned int"
netbsd-stdint.h 58 #define UINT_FAST8_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned int" : "unsigned char")
60 #define UINT_FAST8_TYPE UINT32_TYPE
newlib-stdint.h 58 #define UINT_FAST8_TYPE (INT_TYPE_SIZE >= 8 ? "unsigned int" : UINT_LEAST8_TYPE)
vxworks-stdint.h 47 #define UINT_FAST8_TYPE "unsigned char"
glibc-stdint.h 58 #define UINT_FAST8_TYPE "unsigned char"
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h 53 #define UINT_FAST8_TYPE "unsigned char"
djgpp-stdint.h 53 #define UINT_FAST8_TYPE "unsigned char"
mingw-stdint.h 44 #define UINT_FAST8_TYPE "unsigned char"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 44 #define UINT_FAST8_TYPE "unsigned char"
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 44 #define UINT_FAST8_TYPE "unsigned char"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 58 #define UINT_FAST8_TYPE UINT8_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h 50 #define UINT_FAST8_TYPE UINT32_TYPE
freebsd-stdint.h 50 #define UINT_FAST8_TYPE "unsigned int"
hpux-stdint.h 28 #define UINT_FAST8_TYPE "unsigned int"
netbsd-stdint.h 58 #define UINT_FAST8_TYPE (LONG_TYPE_SIZE == 64 ? "unsigned int" : "unsigned char")
60 #define UINT_FAST8_TYPE UINT32_TYPE
newlib-stdint.h 58 #define UINT_FAST8_TYPE (INT_TYPE_SIZE >= 8 ? "unsigned int" : UINT_LEAST8_TYPE)
vxworks-stdint.h 47 #define UINT_FAST8_TYPE "unsigned char"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h 53 #define UINT_FAST8_TYPE "unsigned char"
djgpp-stdint.h 53 #define UINT_FAST8_TYPE "unsigned char"
mingw-stdint.h 44 #define UINT_FAST8_TYPE "unsigned char"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 44 #define UINT_FAST8_TYPE "unsigned char"
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 44 #define UINT_FAST8_TYPE "unsigned char"

Completed in 52 milliseconds

1 2