Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdint.h35 typedef ssize_t int_fast16_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch465 +typedef ::intfast16_t int_fast16_t;
497 + using ::int_fast16_t;
540 + typedef int16_t int_fast16_t;
611 + typedef int int_fast16_t;
618 + typedef short int_fast16_t;
628 + typedef __short16 int_fast16_t;
635 + typedef short int_fast16_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c991 …_int_fast16_min); EXPECT_EQ(1, INT_FAST16_MIN, (int_fast16_t) SINT_MIN_OF_TYPE(int_fast16_… in run_stdlib()
992 …_int_fast16_max); EXPECT_EQ(1, INT_FAST16_MAX, (int_fast16_t) SINT_MAX_OF_TYPE(int_fast16_… in run_stdlib()