Searched refs:uint_least8_t (Results 1 – 22 of 22) sorted by relevance
120 uint_least8_t168 using::uint_least8_t;
494 typedef atomic<uint_least8_t> atomic_uint_least8_t;1738 typedef atomic<uint_least8_t> atomic_uint_least8_t;
22 ctypedef unsigned char uint_least8_t65 uint_least8_t UINT_LEAST8_MAX
86 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8, in main()88 static_assert(std::is_unsigned<uint_least8_t>::value, in main()
86 static_assert(sizeof(std::uint_least8_t)*CHAR_BIT >= 8, in main()88 static_assert(std::is_unsigned<std::uint_least8_t>::value, in main()
224 #undef uint_least8_t232 #define uint_least8_t uint8_t macro
223 #undef uint_least8_t231 #define uint_least8_t uint8_t
44 …static_assert((std::is_same<std::atomic< std::uint_least8_t>, std::atomic_uint_least8_t>::value),… in main()
98 typedef uint8_t uint_least8_t; typedef
99 typedef unsigned char uint_least8_t; typedef
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;
585 typedef uint8_t uint_least8_t; typedef624 typedef uint_least8_t uint_fast8_t;
244 typedef __uint_least8_t uint_least8_t; typedef
896 std::uint_least8_t i1 = 0; in main()
773 typedef uint8_t uint_least8_t; typedef
571 typedef uint8_t uint_least8_t;
512 typedef uint8_t uint_least8_t;
569 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;
9924 typedef uint8_t uint_least8_t;