Searched refs:int_fast64_t (Results 1 – 2 of 2) sorted by relevance
39 typedef int64_t int_fast64_t; typedef
1698 CASE_TEST(limit_int_fast64_min); EXPECT_EQ(1, INT_FAST64_MIN, (int_fast64_t) INT64_MIN); break; in test_scanf() 1699 CASE_TEST(limit_int_fast64_max); EXPECT_EQ(1, INT_FAST64_MAX, (int_fast64_t) INT64_MAX); break; in test_scanf()