Searched refs:int_least32_t (Results 1 – 3 of 3) sorted by relevance
469 +typedef ::intleast32_t int_least32_t;503 + using ::int_least32_t;546 + typedef int32_t int_least32_t;646 + typedef int int_least32_t;653 + typedef short int_least32_t;660 + typedef long int_least32_t;668 + typedef __int32 int_least32_t;954 +typedef _Atomic( boost::int_least32_t ) atomic_int_least32_t;961 +inline boost::int_least32_t atomic_decrement( atomic_int_least32_t * pw )966 +inline boost::int_least32_t atomic_conditional_increment( atomic_int_least32_t * pw )[all …]
28 typedef int32_t int_least32_t; typedef
982 …CASE_TEST(limit_int_least32_max); EXPECT_EQ(1, INT_LEAST32_MAX, (int_least32_t) 0x7fffffff); … in run_stdlib()983 …CASE_TEST(limit_int_least32_min); EXPECT_EQ(1, INT_LEAST32_MIN, (int_least32_t) 0x80000000); … in run_stdlib()