Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdint.h30 typedef int64_t int_least64_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch476 +typedef ::intleast64_t int_least64_t;
512 + using ::int_least64_t;
555 + typedef int64_t int_least64_t;
694 + typedef ::boost::long_long_type int_least64_t;
706 + typedef long int_least64_t;
718 + __extension__ typedef long long int_least64_t;
730 + typedef __int64 int_least64_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c985 …CASE_TEST(limit_int_least64_min); EXPECT_EQ(1, INT_LEAST64_MIN, (int_least64_t) 0x80000000000… in run_stdlib()
986 …CASE_TEST(limit_int_least64_max); EXPECT_EQ(1, INT_LEAST64_MAX, (int_least64_t) 0x7ffffffffff… in run_stdlib()