Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdint.h24 typedef int8_t int_least8_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch459 +typedef ::intleast8_t int_least8_t;
489 + using ::int_least8_t;
532 + typedef int8_t int_least8_t;
594 + typedef signed char int_least8_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c976 CASE_TEST(limit_int_least8_max); EXPECT_EQ(1, INT_LEAST8_MAX, (int_least8_t) 0x7f); break; in run_stdlib()
977 CASE_TEST(limit_int_least8_min); EXPECT_EQ(1, INT_LEAST8_MIN, (int_least8_t) 0x80); break; in run_stdlib()