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

1 2

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 37 #define INT16_TYPE (INT_TYPE_SIZE == 16 ? "int" : "long int")
46 #define INT_LEAST16_TYPE INT16_TYPE
55 #define INT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE)
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h 29 #define INT16_TYPE "short int"
38 #define INT_LEAST16_TYPE INT16_TYPE
freebsd-stdint.h 29 #define INT16_TYPE "short int"
hpux-stdint.h 7 #define INT16_TYPE "short int"
netbsd-stdint.h 28 #define INT16_TYPE "short int"
37 #define INT_LEAST16_TYPE INT16_TYPE
newlib-stdint.h 37 #define INT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signed char" : 0)
45 #define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
46 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
vxworks-stdint.h 28 #define INT16_TYPE "short int"
glibc-stdint.h 37 #define INT16_TYPE "short int"
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h 25 #define INT16_TYPE "short int"
djgpp-stdint.h 25 #define INT16_TYPE "short int"
mingw-stdint.h 23 #define INT16_TYPE "short int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 23 #define INT16_TYPE "short int"
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 23 #define INT16_TYPE "short int"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 37 #define INT16_TYPE (INT_TYPE_SIZE == 16 ? "int" : "long int")
46 #define INT_LEAST16_TYPE INT16_TYPE
55 #define INT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "int" : INT16_TYPE)
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h 29 #define INT16_TYPE "short int"
38 #define INT_LEAST16_TYPE INT16_TYPE
freebsd-stdint.h 29 #define INT16_TYPE "short int"
hpux-stdint.h 7 #define INT16_TYPE "short int"
netbsd-stdint.h 28 #define INT16_TYPE "short int"
37 #define INT_LEAST16_TYPE INT16_TYPE
newlib-stdint.h 37 #define INT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short int" : INT_TYPE_SIZE == 16 ? "int" : CHAR_TYPE_SIZE == 16 ? "signed char" : 0)
45 #define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
46 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
vxworks-stdint.h 28 #define INT16_TYPE "short int"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h 25 #define INT16_TYPE "short int"
djgpp-stdint.h 25 #define INT16_TYPE "short int"
mingw-stdint.h 23 #define INT16_TYPE "short int"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 23 #define INT16_TYPE "short int"
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 23 #define INT16_TYPE "short int"

Completed in 59 milliseconds

1 2