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

1 2

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 40 #define UINT8_TYPE "unsigned char"
49 #define UINT_LEAST8_TYPE UINT8_TYPE
58 #define UINT_FAST8_TYPE UINT8_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h 32 #define UINT8_TYPE "unsigned char"
41 #define UINT_LEAST8_TYPE UINT8_TYPE
freebsd-stdint.h 32 #define UINT8_TYPE "unsigned char"
hpux-stdint.h 10 #define UINT8_TYPE "unsigned char"
netbsd-stdint.h 31 #define UINT8_TYPE "unsigned char"
40 #define UINT_LEAST8_TYPE UINT8_TYPE
newlib-stdint.h 40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
49 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
vxworks-stdint.h 31 #define UINT8_TYPE "unsigned char"
glibc-stdint.h 40 #define UINT8_TYPE "unsigned char"
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h 29 #define UINT8_TYPE "unsigned char"
djgpp-stdint.h 29 #define UINT8_TYPE "unsigned char"
mingw-stdint.h 26 #define UINT8_TYPE "unsigned char"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 26 #define UINT8_TYPE "unsigned char"
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 26 #define UINT8_TYPE "unsigned char"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 40 #define UINT8_TYPE "unsigned char"
49 #define UINT_LEAST8_TYPE UINT8_TYPE
58 #define UINT_FAST8_TYPE UINT8_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h 32 #define UINT8_TYPE "unsigned char"
41 #define UINT_LEAST8_TYPE UINT8_TYPE
freebsd-stdint.h 32 #define UINT8_TYPE "unsigned char"
hpux-stdint.h 10 #define UINT8_TYPE "unsigned char"
netbsd-stdint.h 31 #define UINT8_TYPE "unsigned char"
40 #define UINT_LEAST8_TYPE UINT8_TYPE
newlib-stdint.h 40 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
49 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
vxworks-stdint.h 31 #define UINT8_TYPE "unsigned char"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h 29 #define UINT8_TYPE "unsigned char"
djgpp-stdint.h 29 #define UINT8_TYPE "unsigned char"
mingw-stdint.h 26 #define UINT8_TYPE "unsigned char"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 26 #define UINT8_TYPE "unsigned char"
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 26 #define UINT8_TYPE "unsigned char"

Completed in 27 milliseconds

1 2