Home
last modified time | relevance | path

Searched refs:int_fast16_t (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/nolibc/
H A Dstdint.h35 typedef ssize_t int_fast16_t; typedef
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c50 /* for the type of int_fast16_t and int_fast32_t, musl differs from glibc and nolibc */
1594 CASE_TEST(limit_int_fast16_min); EXPECT_EQ(1, INT_FAST16_MIN, (int_fast16_t) SINT_MIN_OF_TYPE(int_fast16_t)); break; in test_scanf()
1595 CASE_TEST(limit_int_fast16_max); EXPECT_EQ(1, INT_FAST16_MAX, (int_fast16_t) SINT_MAX_OF_TYPE(int_fast16_t)); break; in test_scanf()