Home
last modified time | relevance | path

Searched refs:UINT16_TYPE (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dnewlib-stdint.h41 #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…
Ddragonfly-stdint.h33 #define UINT16_TYPE "short unsigned int" macro
42 #define UINT_LEAST16_TYPE UINT16_TYPE
Dnetbsd-stdint.h32 #define UINT16_TYPE "short unsigned int" macro
41 #define UINT_LEAST16_TYPE UINT16_TYPE
Dopenbsd-stdint.h8 #define UINT16_TYPE "short unsigned int" macro
Dhpux-stdint.h11 #define UINT16_TYPE "short unsigned int" macro
Dfreebsd-stdint.h33 #define UINT16_TYPE "short unsigned int" macro
Dvxworks-stdint.h32 #define UINT16_TYPE "short unsigned int" macro
Dglibc-stdint.h41 #define UINT16_TYPE "short unsigned int" macro
Dsol2.h53 #define UINT16_TYPE "short unsigned int" macro
Ddarwin.h87 #define UINT16_TYPE "short unsigned int" macro
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dsys_defs.h48 #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/
Davr-stdint.h41 #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/
Dnetbsd64.h396 #undef UINT16_TYPE
397 #define UINT16_TYPE "short unsigned int" macro
454 #define UINT_LEAST16_TYPE UINT16_TYPE
Daix-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Ddjgpp-stdint.h30 #define UINT16_TYPE "short unsigned int" macro
Dmingw-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
Dcygwin-stdint.h30 #define UINT16_TYPE "short unsigned int" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-mve-builtins.cc99 vectype = get_typenode_from_name (UINT16_TYPE); in register_builtin_types()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddefaults.h671 #ifndef UINT16_TYPE
672 #define UINT16_TYPE ((const char *) NULL) macro
DChangeLog-20092727 (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/
Dmilter8.c837 UINT16_TYPE net_short; in vmilter8_write_cmd()
/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c9345 #ifndef UINT16_TYPE
9347 # define UINT16_TYPE uint16_t macro
9349 # define UINT16_TYPE unsigned short int
Dsqlite3.c14805 #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/
Dtm.texi.in1521 @defmacx UINT16_TYPE

12