| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | newlib-stdint.h | 41 #define UINT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned… macro 49 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT3… 50 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UI…
|
| D | dragonfly-stdint.h | 33 #define UINT16_TYPE "short unsigned int" macro 42 #define UINT_LEAST16_TYPE UINT16_TYPE
|
| D | netbsd-stdint.h | 32 #define UINT16_TYPE "short unsigned int" macro 41 #define UINT_LEAST16_TYPE UINT16_TYPE
|
| D | openbsd-stdint.h | 8 #define UINT16_TYPE "short unsigned int" macro
|
| D | hpux-stdint.h | 11 #define UINT16_TYPE "short unsigned int" macro
|
| D | freebsd-stdint.h | 33 #define UINT16_TYPE "short unsigned int" macro
|
| D | vxworks-stdint.h | 32 #define UINT16_TYPE "short unsigned int" macro
|
| D | glibc-stdint.h | 41 #define UINT16_TYPE "short unsigned int" macro
|
| D | sol2.h | 53 #define UINT16_TYPE "short unsigned int" macro
|
| D | darwin.h | 87 #define UINT16_TYPE "short unsigned int" macro
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | sys_defs.h | 48 #define UINT16_TYPE unsigned short macro 230 #define UINT16_TYPE unsigned short macro 281 #define UINT16_TYPE unsigned short macro 334 #define UINT16_TYPE unsigned short macro 375 #define UINT16_TYPE unsigned short macro 425 #define UINT16_TYPE unsigned short macro 504 #define UINT16_TYPE unsigned short macro 534 #define UINT16_TYPE unsigned short macro 566 #define UINT16_TYPE unsigned short macro 628 #define UINT16_TYPE unsigned short macro [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr-stdint.h | 41 #define UINT16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : "long unsigned int") macro 50 #define UINT_LEAST16_TYPE UINT16_TYPE 59 #define UINT_FAST16_TYPE (INT_TYPE_SIZE == 16 ? "unsigned int" : UINT16_TYPE)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | netbsd64.h | 396 #undef UINT16_TYPE 397 #define UINT16_TYPE "short unsigned int" macro 454 #define UINT_LEAST16_TYPE UINT16_TYPE
|
| D | aix-stdint.h | 27 #define UINT16_TYPE "short unsigned int" macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/ |
| D | vms-stdint.h | 27 #define UINT16_TYPE "short unsigned int" macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | djgpp-stdint.h | 30 #define UINT16_TYPE "short unsigned int" macro
|
| D | mingw-stdint.h | 27 #define UINT16_TYPE "short unsigned int" macro
|
| D | cygwin-stdint.h | 30 #define UINT16_TYPE "short unsigned int" macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm-mve-builtins.cc | 99 vectype = get_typenode_from_name (UINT16_TYPE); in register_builtin_types()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | defaults.h | 671 #ifndef UINT16_TYPE 672 #define UINT16_TYPE ((const char *) NULL) macro
|
| D | ChangeLog-2009 | 2727 (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define. 22412 (INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE) 22615 INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, 30182 UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE, 30233 INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, 30265 INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE,
|
| /netbsd/src/external/ibm-public/postfix/dist/src/milter/ |
| D | milter8.c | 837 UINT16_TYPE net_short; in vmilter8_write_cmd()
|
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | shell.c | 9345 #ifndef UINT16_TYPE 9347 # define UINT16_TYPE uint16_t macro 9349 # define UINT16_TYPE unsigned short int
|
| D | sqlite3.c | 14805 #ifndef UINT16_TYPE 14807 # define UINT16_TYPE uint16_t macro 14809 # define UINT16_TYPE unsigned short int macro 14839 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | tm.texi.in | 1521 @defmacx UINT16_TYPE
|