Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdint.h36 typedef size_t uint_fast16_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch467 +typedef ::uintfast16_t uint_fast16_t;
500 + using ::uint_fast16_t;
543 + typedef uint16_t uint_fast16_t;
614 + typedef unsigned int uint_fast16_t;
621 + typedef unsigned short uint_fast16_t;
631 + typedef unsigned __short16 uint_fast16_t;
637 + typedef unsigned short uint_fast16_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c993 …CASE_TEST(limit_uint_fast16_max); EXPECT_EQ(1, UINT_FAST16_MAX, (uint_fast16_t) UINTPTR_MAX);… in run_stdlib()