Lines Matching full:unsigned
74 #define __UINTPTR_TYPE__ long unsigned int
77 * xcc already defines __SIZE_TYPE__ as "unsigned int" but there is no way
135 #define __UINT8_TYPE__ unsigned char
138 #define __UINT16_TYPE__ short unsigned int
141 #define __UINT32_TYPE__ unsigned int
144 #define __UINT64_TYPE__ long long unsigned int
147 #define __UINT_FAST8_TYPE__ unsigned char
150 #define __UINT_FAST16_TYPE__ unsigned int
153 #define __UINT_FAST32_TYPE__ unsigned int
156 #define __UINT_FAST64_TYPE__ long long unsigned int
159 #define __UINT_LEAST8_TYPE__ unsigned char
162 #define __UINT_LEAST16_TYPE__ short unsigned int
165 #define __UINT_LEAST32_TYPE__ unsigned int
168 #define __UINT_LEAST64_TYPE__ long long unsigned int