Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/nolibc/
H A Dstdint.h31 typedef uint64_t uint_least64_t; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch478 +typedef ::uintleast64_t uint_least64_t;
515 + using ::uint_least64_t;
558 + typedef uint64_t uint_least64_t;
697 + typedef ::boost::ulong_long_type uint_least64_t;
709 + typedef unsigned long uint_least64_t;
721 + __extension__ typedef unsigned long long uint_least64_t;
733 + typedef unsigned __int64 uint_least64_t;
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c987 …CASE_TEST(limit_uint_least64_max); EXPECT_EQ(1, UINT_LEAST64_MAX, (uint_least64_t) 0xfffffffffff… in run_stdlib()