Searched refs:int_least16_t (Results 1 – 22 of 22) sorted by relevance
19 ctypedef signed short int_least16_t58 int_least16_t INT_LEAST16_MIN62 int_least16_t INT_LEAST16_MAX
116 int_least16_t164 using::int_least16_t;
495 typedef atomic<int_least16_t> atomic_int_least16_t;1739 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()
225 #undef int_least16_t233 #define int_least16_t int16_t macro
224 #undef int_least16_t232 #define int_least16_t int16_t
45 …static_assert((std::is_same<std::atomic< std::int_least16_t>, std::atomic_int_least16_t>::value),… in main()
95 typedef int16_t int_least16_t; typedef
100 typedef short int_least16_t; typedef
586 typedef int16_t int_least16_t; typedef625 typedef int_least16_t int_fast16_t;
114 int_least16_t c2 = INT16_C (0x7fff);115 int_least16_t c2max = INT_LEAST16_MAX;116 int_least16_t c2min = INT_LEAST16_MIN;
226 typedef __int_least16_t int_least16_t; typedef
891 std::int_least16_t i2 = 0; in main()
769 typedef int16_t int_least16_t; typedef
565 typedef int16_t int_least16_t;
506 typedef int16_t int_least16_t;
563 typedef int16_t int_least16_t;
9918 typedef int16_t int_least16_t;
14239 int_least16_t c2 = INT16_C (0x7fff);14240 int_least16_t c2max = INT_LEAST16_MAX;14241 int_least16_t c2min = INT_LEAST16_MIN;