Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdint.h29 typedef uint32_t uint_least32_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch471 +typedef ::uintleast32_t uint_least32_t;
506 + using ::uint_least32_t;
549 + typedef uint32_t uint_least32_t;
649 + typedef unsigned int uint_least32_t;
656 + typedef unsigned short uint_least32_t;
663 + typedef unsigned long uint_least32_t;
671 + typedef unsigned __int32 uint_least32_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c984 …CASE_TEST(limit_uint_least32_max); EXPECT_EQ(1, UINT_LEAST32_MAX, (uint_least32_t) 0xffffffffU);… in run_stdlib()