Searched refs:UINT8_TYPE (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcygwin-stdint.h29 #define UINT8_TYPE "unsigned char" macro
H A Ddjgpp-stdint.h29 #define UINT8_TYPE "unsigned char" macro
H A Dmingw-stdint.h26 #define UINT8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dopenbsd-stdint.h7 #define UINT8_TYPE "unsigned char" macro
H A Dfreebsd-stdint.h32 #define UINT8_TYPE "unsigned char" macro
H A Dglibc-stdint.h31 #define UINT8_TYPE "unsigned char" macro
H A Dhpux-stdint.h10 #define UINT8_TYPE "unsigned char" macro
H A Dnewlib-stdint.h35 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "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)
H A Dsol2.h50 #define UINT8_TYPE "unsigned char" macro
H A Ddarwin.h83 #define UINT8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h26 #define UINT8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dosf.h171 #define UINT8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Diris.h86 #define UINT8_TYPE "unsigned char" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h596 #ifndef UINT8_TYPE
597 #define UINT8_TYPE ((const char *) NULL) macro
H A Dc-common.c5005 if (UINT8_TYPE)
5007 TREE_TYPE (identifier_global_value (c_get_ident (UINT8_TYPE)));
5763 if (UINT8_TYPE)
5764 builtin_define_with_value ("__UINT8_TYPE__", UINT8_TYPE, 0);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c7885 #ifndef UINT8_TYPE
7887 # define UINT8_TYPE uint8_t macro
7889 # define UINT8_TYPE unsigned char macro
7907 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */
[all...]

Completed in 401 milliseconds