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

1 2

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 41 #define UINT16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : "long unsigned int")
50 #define UINT_LEAST16_TYPE UINT16_TYPE
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 41 #define UINT16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : "long unsigned int")
50 #define UINT_LEAST16_TYPE UINT16_TYPE
59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE)
  /src/external/gpl3/gcc/dist/gcc/config/
newlib-stdint.h 41 #define UINT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "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)
50 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
dragonfly-stdint.h 33 #define UINT16_TYPE "short unsigned int"
42 #define UINT_LEAST16_TYPE UINT16_TYPE
openbsd-stdint.h 8 #define UINT16_TYPE "short unsigned int"
netbsd-stdint.h 32 #define UINT16_TYPE "short unsigned int"
41 #define UINT_LEAST16_TYPE UINT16_TYPE
freebsd-stdint.h 33 #define UINT16_TYPE "short unsigned int"
hpux-stdint.h 11 #define UINT16_TYPE "short unsigned int"
vxworks-stdint.h 32 #define UINT16_TYPE "short unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/
newlib-stdint.h 41 #define UINT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "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)
50 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
dragonfly-stdint.h 33 #define UINT16_TYPE "short unsigned int"
42 #define UINT_LEAST16_TYPE UINT16_TYPE
openbsd-stdint.h 8 #define UINT16_TYPE "short unsigned int"
netbsd-stdint.h 32 #define UINT16_TYPE "short unsigned int"
41 #define UINT_LEAST16_TYPE UINT16_TYPE
freebsd-stdint.h 33 #define UINT16_TYPE "short unsigned int"
hpux-stdint.h 11 #define UINT16_TYPE "short unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/i386/
djgpp-stdint.h 30 #define UINT16_TYPE "short unsigned int"
mingw-stdint.h 27 #define UINT16_TYPE "short unsigned int"
cygwin-stdint.h 30 #define UINT16_TYPE "short unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 27 #define UINT16_TYPE "short unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
djgpp-stdint.h 30 #define UINT16_TYPE "short unsigned int"
mingw-stdint.h 27 #define UINT16_TYPE "short unsigned int"
cygwin-stdint.h 30 #define UINT16_TYPE "short unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 27 #define UINT16_TYPE "short unsigned int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 27 #define UINT16_TYPE "short unsigned int"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 27 #define UINT16_TYPE "short unsigned int"

Completed in 36 milliseconds

1 2