Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp240 template <class IntType>
241 constexpr std::tuple<IntType, unsigned, unsigned> civilFromDays( in civilFromDays()
242 IntType z) noexcept in civilFromDays()
245 IntType era = (z >= 0 ? z : z - 146096) / 146097; in civilFromDays()
249 IntType y = static_cast<IntType>(yoe) + era * 400; in civilFromDays()
255 return std::tuple<IntType, unsigned, unsigned>(y + (m <= 2), m, d); in civilFromDays()
258 template <typename IntType, typename Period>
259 std::string toISO8061ExtendedStr(std::chrono::duration<IntType, Period> t) in toISO8061ExtendedStr() argument
265 IntType, std::ratio_multiply<hours::period, std::ratio<24>>>; in toISO8061ExtendedStr()
285 t = days(1) - std::chrono::duration<IntType, Period>(1); in toISO8061ExtendedStr()
[all …]
/openbmc/libcper/include/libcper/
H A Dcper-utils.h16 typedef enum { UINT_8T, UINT_16T, UINT_32T, UINT_64T } IntType; typedef
19 IntType size;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A D0001-sandbox-Do-not-use-int8_t-in-std-uniform_int_distrib.patch13 …iled due to requirement '__libcpp_random_is_valid_inttype<char>::value': IntType must be a support…
14 …static_assert(__libcpp_random_is_valid_inttype<_IntType>::value, "IntType must be a supported inte…