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

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Ddragonfly-stdint.h34 #define UINT32_TYPE "unsigned int" macro
43 #define UINT_LEAST32_TYPE UINT32_TYPE
50 #define UINT_FAST8_TYPE UINT32_TYPE
51 #define UINT_FAST16_TYPE UINT32_TYPE
52 #define UINT_FAST32_TYPE UINT32_TYPE
56 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
H A Dnetbsd-stdint.h33 #define UINT32_TYPE "unsigned int" macro
42 #define UINT_LEAST32_TYPE UINT32_TYPE
60 #define UINT_FAST8_TYPE UINT32_TYPE
65 #define UINT_FAST16_TYPE UINT32_TYPE
67 #define UINT_FAST32_TYPE UINT32_TYPE
71 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
H A Dnewlib-stdint.h42 #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
49 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
50 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
51 #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 Dhpux-stdint.h12 #define UINT32_TYPE "unsigned int" macro
H A Dvxworks-stdint.h33 #define UINT32_TYPE "unsigned int" macro
H A Dfreebsd-stdint.h34 #define UINT32_TYPE "unsigned int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Ddragonfly-stdint.h34 #define UINT32_TYPE "unsigned int" macro
43 #define UINT_LEAST32_TYPE UINT32_TYPE
50 #define UINT_FAST8_TYPE UINT32_TYPE
51 #define UINT_FAST16_TYPE UINT32_TYPE
52 #define UINT_FAST32_TYPE UINT32_TYPE
56 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
H A Dnetbsd-stdint.h33 #define UINT32_TYPE "unsigned int" macro
42 #define UINT_LEAST32_TYPE UINT32_TYPE
60 #define UINT_FAST8_TYPE UINT32_TYPE
65 #define UINT_FAST16_TYPE UINT32_TYPE
67 #define UINT_FAST32_TYPE UINT32_TYPE
71 #define UINTPTR_TYPE (LONG_TYPE_SIZE == 64 ? UINT64_TYPE : UINT32_TYPE)
H A Dnewlib-stdint.h42 #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
49 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
50 #define UINT_LEAST16_TYPE (UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
51 #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 Dhpux-stdint.h12 #define UINT32_TYPE "unsigned int" macro
H A Dvxworks-stdint.h33 #define UINT32_TYPE "unsigned int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-stdint.h42 #define UINT32_TYPE (INT_TYPE_SIZE == 16 ? "long unsigned int" : "long long unsigned int") macro
51 #define UINT_LEAST32_TYPE UINT32_TYPE
60 #define UINT_FAST32_TYPE UINT32_TYPE
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-stdint.h42 #define UINT32_TYPE (INT_TYPE_SIZE == 16 ? "long unsigned int" : "long long unsigned int") macro
51 #define UINT_LEAST32_TYPE UINT32_TYPE
60 #define UINT_FAST32_TYPE UINT32_TYPE
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddjgpp-stdint.h31 #define UINT32_TYPE "unsigned int" macro
H A Dmingw-stdint.h28 #define UINT32_TYPE "unsigned int" macro
H A Dcygwin-stdint.h31 #define UINT32_TYPE "unsigned int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-stdint.h28 #define UINT32_TYPE "unsigned int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmingw-stdint.h28 #define UINT32_TYPE "unsigned int" macro
H A Ddjgpp-stdint.h31 #define UINT32_TYPE "unsigned int" macro
H A Dcygwin-stdint.h31 #define UINT32_TYPE "unsigned int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-stdint.h28 #define UINT32_TYPE "unsigned int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daix-stdint.h28 #define UINT32_TYPE "unsigned int" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix-stdint.h28 #define UINT32_TYPE "unsigned int" macro

Completed in 225 milliseconds

12