Searched refs:uint_least8_t (Results 1 – 9 of 9) sorted by relevance
224 #undef uint_least8_t232 #define uint_least8_t uint8_t macro
223 #undef uint_least8_t231 #define uint_least8_t uint8_t
123 uint_least8_t d1 = UINT8_C (0xff);124 uint_least8_t d1max = UINT_LEAST8_MAX;183 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;200 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
99 typedef unsigned char uint_least8_t; typedef
204 typedef __uint_least8_t uint_least8_t; typedef
773 typedef uint8_t uint_least8_t; typedef
569 typedef uint8_t uint_least8_t;
532 typedef uint8_t uint_least8_t;
14248 uint_least8_t d1 = UINT8_C (0xff);14249 uint_least8_t d1max = UINT_LEAST8_MAX;14308 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;14325 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;