Searched refs:int_least16_t (Results 1 – 10 of 10) sorted by relevance
79 typedef ::intleast16_t int_least16_t; typedef111 using ::int_least16_t; 154 typedef int16_t int_least16_t; typedef225 typedef short int_least16_t; typedef232 typedef short int_least16_t; typedef242 typedef __short16 int_least16_t; typedef249 typedef short int_least16_t; typedef
116 int_least16_t164 using::int_least16_t;
495 typedef atomic<int_least16_t> atomic_int_least16_t;1748 typedef atomic<int_least16_t> atomic_int_least16_t;
70 static_assert(sizeof(int_least16_t)*CHAR_BIT >= 16, in main()72 static_assert(std::is_signed<int_least16_t>::value, in main()
70 static_assert(sizeof(std::int_least16_t)*CHAR_BIT >= 16, in main()72 static_assert(std::is_signed<std::int_least16_t>::value, in main()
45 …static_assert((std::is_same<std::atomic< std::int_least16_t>, std::atomic_int_least16_t>::value),… in main()
187 #undef int_least16_t195 #define int_least16_t int16_t macro
107 int_least16_t c2 = INT16_C (0x7fff);108 int_least16_t c2max = INT_LEAST16_MAX;109 int_least16_t c2min = INT_LEAST16_MIN;
891 std::int_least16_t i2 = 0; in main()
20112 int_least16_t c2 = INT16_C (0x7fff);20113 int_least16_t c2max = INT_LEAST16_MAX;20114 int_least16_t c2min = INT_LEAST16_MIN;