Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdint.h26 typedef int16_t int_least16_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch464 +typedef ::intleast16_t int_least16_t;
496 + using ::int_least16_t;
539 + typedef int16_t int_least16_t;
610 + typedef short int_least16_t;
617 + typedef short int_least16_t;
627 + typedef __short16 int_least16_t;
634 + typedef short int_least16_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c979 …CASE_TEST(limit_int_least16_max); EXPECT_EQ(1, INT_LEAST16_MAX, (int_least16_t) 0x7fff); brea… in run_stdlib()
980 …CASE_TEST(limit_int_least16_min); EXPECT_EQ(1, INT_LEAST16_MIN, (int_least16_t) 0x8000); brea… in run_stdlib()