Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdint.h27 typedef uint16_t uint_least16_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch466 +typedef ::uintleast16_t uint_least16_t;
499 + using ::uint_least16_t;
542 + typedef uint16_t uint_least16_t;
613 + typedef unsigned short uint_least16_t;
620 + typedef unsigned short uint_least16_t;
630 + typedef unsigned __short16 uint_least16_t;
636 + typedef unsigned short uint_least16_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c981 …CASE_TEST(limit_uint_least16_max); EXPECT_EQ(1, UINT_LEAST16_MAX, (uint_least16_t) 0xffff); brea… in run_stdlib()