Searched refs:int_fast32_t (Results 1 – 2 of 2) sorted by relevance
37 typedef ssize_t int_fast32_t; typedef
53 /* for the type of int_fast16_t and int_fast32_t, musl differs from glibc and nolibc */1695 CASE_TEST(limit_int_fast32_min); EXPECT_EQ(1, INT_FAST32_MIN, (int_fast32_t) SINT_MIN_OF_TYPE(int_fast32_t)); break; in test_printf_error() 1696 CASE_TEST(limit_int_fast32_max); EXPECT_EQ(1, INT_FAST32_MAX, (int_fast32_t) SINT_MAX_OF_TYPE(int_fast32_t)); break; in test_printf_error()