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

1 2

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-stdint.h 46 #define INT_LEAST16_TYPE INT16_TYPE
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-stdint.h 38 #define INT_LEAST16_TYPE INT16_TYPE
freebsd-stdint.h 38 #define INT_LEAST16_TYPE "short int"
hpux-stdint.h 16 #define INT_LEAST16_TYPE "short int"
netbsd-stdint.h 37 #define INT_LEAST16_TYPE INT16_TYPE
newlib-stdint.h 46 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
55 #define INT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "int" : INT_LEAST16_TYPE)
vxworks-stdint.h 36 #define INT_LEAST16_TYPE "short int"
glibc-stdint.h 46 #define INT_LEAST16_TYPE "short int"
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-stdint.h 37 #define INT_LEAST16_TYPE "short int"
djgpp-stdint.h 37 #define INT_LEAST16_TYPE "short int"
mingw-stdint.h 32 #define INT_LEAST16_TYPE "short int"
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix-stdint.h 32 #define INT_LEAST16_TYPE "short int"
  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-stdint.h 32 #define INT_LEAST16_TYPE "short int"
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-stdint.h 46 #define INT_LEAST16_TYPE INT16_TYPE
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-stdint.h 38 #define INT_LEAST16_TYPE INT16_TYPE
freebsd-stdint.h 38 #define INT_LEAST16_TYPE "short int"
hpux-stdint.h 16 #define INT_LEAST16_TYPE "short int"
netbsd-stdint.h 37 #define INT_LEAST16_TYPE INT16_TYPE
newlib-stdint.h 46 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
55 #define INT_FAST16_TYPE (INT_TYPE_SIZE >= 16 ? "int" : INT_LEAST16_TYPE)
vxworks-stdint.h 36 #define INT_LEAST16_TYPE "short int"
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-stdint.h 37 #define INT_LEAST16_TYPE "short int"
djgpp-stdint.h 37 #define INT_LEAST16_TYPE "short int"
mingw-stdint.h 32 #define INT_LEAST16_TYPE "short int"
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix-stdint.h 32 #define INT_LEAST16_TYPE "short int"
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-stdint.h 32 #define INT_LEAST16_TYPE "short int"

Completed in 43 milliseconds

1 2