Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch469 +typedef ::intleast32_t int_least32_t;
503 + using ::int_least32_t;
546 + typedef int32_t int_least32_t;
646 + typedef int int_least32_t;
653 + typedef short int_least32_t;
660 + typedef long int_least32_t;
668 + typedef __int32 int_least32_t;
954 +typedef _Atomic( boost::int_least32_t ) atomic_int_least32_t;
961 +inline boost::int_least32_t atomic_decrement( atomic_int_least32_t * pw )
966 +inline boost::int_least32_t atomic_conditional_increment( atomic_int_least32_t * pw )
[all …]
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h28 typedef int32_t int_least32_t; typedef
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c982 …CASE_TEST(limit_int_least32_max); EXPECT_EQ(1, INT_LEAST32_MAX, (int_least32_t) 0x7fffffff); … in run_stdlib()
983 …CASE_TEST(limit_int_least32_min); EXPECT_EQ(1, INT_LEAST32_MIN, (int_least32_t) 0x80000000); … in run_stdlib()