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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dnewlib-stdint.h37 #define UINT32_TYPE (STDINT_LONG32 ? "long unsigned int" : INT_TYPE_SIZE == 32 ? "unsigned int" : SHORT_TYPE_SIZE == 32 ? "short unsigned int" : CHAR_TYPE_SIZE == 32 ? "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)
46 #define UINT_LEAST32_TYPE (UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
H A Dopenbsd-stdint.h9 #define UINT32_TYPE "unsigned int" macro
H A Dfreebsd-stdint.h34 #define UINT32_TYPE "unsigned int" macro
H A Dglibc-stdint.h33 #define UINT32_TYPE "unsigned int" macro
H A Dhpux-stdint.h12 #define UINT32_TYPE "unsigned int" macro
H A Dsol2.h52 #define UINT32_TYPE "unsigned int" macro
H A Ddarwin.h85 #define UINT32_TYPE "unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcygwin-stdint.h31 #define UINT32_TYPE "unsigned int" macro
H A Ddjgpp-stdint.h31 #define UINT32_TYPE "long unsigned int" macro
H A Dmingw-stdint.h28 #define UINT32_TYPE "unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h28 #define UINT32_TYPE "unsigned int" macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h40 #define UINT32_TYPE unsigned int macro
201 #define UINT32_TYPE unsigned int macro
250 #define UINT32_TYPE unsigned int macro
303 #define UINT32_TYPE unsigned int macro
343 #define UINT32_TYPE unsigned int macro
392 #define UINT32_TYPE unsigned int macro
466 #define UINT32_TYPE unsigned int macro
495 #define UINT32_TYPE unsigned int macro
527 #define UINT32_TYPE unsigned int macro
588 #define UINT32_TYPE unsigne macro
632 #define UINT32_TYPE macro
673 #define UINT32_TYPE macro
717 #define UINT32_TYPE macro
783 #define UINT32_TYPE macro
881 #define UINT32_TYPE macro
918 #define UINT32_TYPE macro
955 #define UINT32_TYPE macro
995 #define UINT32_TYPE macro
1048 #define UINT32_TYPE macro
1101 #define UINT32_TYPE macro
1131 #define UINT32_TYPE macro
1164 #define UINT32_TYPE macro
1592 #define UINT32_TYPE macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dosf.h173 #define UINT32_TYPE "unsigned int" macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Diris.h88 #define UINT32_TYPE "unsigned int" macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c574 UINT32_TYPE len;
626 UINT32_TYPE net_long;
627 UINT32_TYPE *host_long_ptr;
643 host_long_ptr = va_arg(ap, UINT32_TYPE *);
760 (void) va_arg(ap, UINT32_TYPE);
822 UINT32_TYPE pkt_len;
823 UINT32_TYPE host_long;
824 UINT32_TYPE net_long;
846 host_long = va_arg(ap, UINT32_TYPE);
952 UINT32_TYPE inde
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h604 #ifndef UINT32_TYPE
605 #define UINT32_TYPE ((const char *) NULL) macro
H A Dc-common.c5011 if (UINT32_TYPE)
5013 TREE_TYPE (identifier_global_value (c_get_ident (UINT32_TYPE)));
5767 if (UINT32_TYPE)
5768 builtin_define_with_value ("__UINT32_TYPE__", UINT32_TYPE, 0);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c7864 #ifndef UINT32_TYPE
7866 # define UINT32_TYPE uint32_t macro
7868 # define UINT32_TYPE unsigned int macro
7904 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */
[all...]

Completed in 416 milliseconds