Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdint.h25 typedef uint8_t uint_least8_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch461 +typedef ::uintleast8_t uint_least8_t;
492 + using ::uint_least8_t;
535 + typedef uint8_t uint_least8_t;
597 + typedef unsigned char uint_least8_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c978 CASE_TEST(limit_uint_least8_max); EXPECT_EQ(1, UINT_LEAST8_MAX, (uint_least8_t) 0xff); break; in run_stdlib()