Searched refs:UINT16_TYPE (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dnewlib-stdint.h36 #define UINT16_TYPE (SHORT_TYPE_SIZE == 16 ? "short unsigned int" : INT_TYPE_SIZE == 16 ? "unsigned int" : CHAR_TYPE_SIZE == 16 ? "unsigned char" : 0) macro
44 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
45 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
H A Dopenbsd-stdint.h8 #define UINT16_TYPE "short unsigned int" macro
H A Dfreebsd-stdint.h33 #define UINT16_TYPE "short unsigned int" macro
H A Dglibc-stdint.h32 #define UINT16_TYPE "short unsigned int" macro
H A Dhpux-stdint.h11 #define UINT16_TYPE "short unsigned int" macro
H A Dsol2.h51 #define UINT16_TYPE "short unsigned int" macro
H A Ddarwin.h84 #define UINT16_TYPE "short unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcygwin-stdint.h30 #define UINT16_TYPE "short unsigned int" macro
H A Ddjgpp-stdint.h30 #define UINT16_TYPE "short unsigned int" macro
H A Dmingw-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h27 #define UINT16_TYPE "short unsigned int" macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h41 #define UINT16_TYPE unsigned short macro
202 #define UINT16_TYPE unsigned short macro
251 #define UINT16_TYPE unsigned short macro
304 #define UINT16_TYPE unsigned short macro
344 #define UINT16_TYPE unsigned short macro
393 #define UINT16_TYPE unsigned short macro
467 #define UINT16_TYPE unsigned short macro
496 #define UINT16_TYPE unsigned short macro
528 #define UINT16_TYPE unsigned short macro
589 #define UINT16_TYPE unsigne macro
633 #define UINT16_TYPE macro
674 #define UINT16_TYPE macro
718 #define UINT16_TYPE macro
784 #define UINT16_TYPE macro
882 #define UINT16_TYPE macro
919 #define UINT16_TYPE macro
956 #define UINT16_TYPE macro
996 #define UINT16_TYPE macro
1049 #define UINT16_TYPE macro
1102 #define UINT16_TYPE macro
1132 #define UINT16_TYPE macro
1165 #define UINT16_TYPE macro
1593 #define UINT16_TYPE macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dosf.h172 #define UINT16_TYPE "short unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Diris.h87 #define UINT16_TYPE "short unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h600 #ifndef UINT16_TYPE
601 #define UINT16_TYPE ((const char *) NULL) macro
H A Dc-common.c5008 if (UINT16_TYPE)
5010 TREE_TYPE (identifier_global_value (c_get_ident (UINT16_TYPE)));
5765 if (UINT16_TYPE)
5766 builtin_define_with_value ("__UINT16_TYPE__", UINT16_TYPE, 0);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c825 UINT16_TYPE net_short;
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c7871 #ifndef UINT16_TYPE
7873 # define UINT16_TYPE uint16_t macro
7875 # define UINT16_TYPE unsigned short int macro
7905 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */
[all...]

Completed in 650 milliseconds