Searched refs:uint_least16_t (Results 1 – 12 of 12) sorted by relevance
81 typedef ::uintleast16_t uint_least16_t; typedef114 using ::uint_least16_t; 157 typedef uint16_t uint_least16_t; typedef228 typedef unsigned short uint_least16_t; typedef235 typedef unsigned short uint_least16_t; typedef245 typedef unsigned __short16 uint_least16_t; typedef251 typedef unsigned short uint_least16_t; typedef
121 uint_least16_t169 using::uint_least16_t;
496 typedef atomic<uint_least16_t> atomic_uint_least16_t;1749 typedef atomic<uint_least16_t> atomic_uint_least16_t;
751 typedef uint_least16_t int_type;
28 …static_assert((std::is_same<std::char_traits<char16_t>::int_type, std::uint_least16_t>::value), ""… in main()
91 static_assert(sizeof(uint_least16_t)*CHAR_BIT >= 16, in main()93 static_assert(std::is_unsigned<uint_least16_t>::value, in main()
91 static_assert(sizeof(std::uint_least16_t)*CHAR_BIT >= 16, in main()93 static_assert(std::is_unsigned<std::uint_least16_t>::value, in main()
46 …static_assert((std::is_same<std::atomic<std::uint_least16_t>, std::atomic_uint_least16_t>::value),… in main()
188 #undef uint_least16_t196 #define uint_least16_t uint16_t macro
118 uint_least16_t d2 = UINT16_C (0xffff);119 uint_least16_t d2max = UINT_LEAST16_MAX;176 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;192 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
897 std::uint_least16_t i2 = 0; in main()
20123 uint_least16_t d2 = UINT16_C (0xffff);20124 uint_least16_t d2max = UINT_LEAST16_MAX;20181 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;20197 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;