Searched refs:mwd (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/extern/ |
H A D | date.h | 296 operator/(const year& y, const month_weekday& mwd) NOEXCEPT; 300 operator/(int y, const month_weekday& mwd) NOEXCEPT; 304 operator/(const month_weekday& mwd, const year& y) NOEXCEPT; 308 operator/(const month_weekday& mwd, int y) NOEXCEPT; 675 operator<<(std::basic_ostream<CharT, Traits>& os, const month_weekday& mwd); 2603 low_level_fmt(std::basic_ostream<CharT, Traits>& os, const month_weekday& mwd) 2605 low_level_fmt(os, mwd.month()) << '/'; 2606 return low_level_fmt(os, mwd.weekday_indexed()); 2614 operator<<(std::basic_ostream<CharT, Traits>& os, const month_weekday& mwd) 2616 detail::low_level_fmt(os, mwd); [all …]
|
/openbmc/qemu/hw/net/ |
H A D | xilinx_axienet.c | 342 uint32_t mwd; member 587 mdio_write_req(&t->mdio_bus, phyaddr, regaddr, s->mii.mwd); in enet_write()
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-lmcx-defs.h | 202 uint64_t mwd:3; member 210 uint64_t mwd:3; 221 uint64_t mwd:3; member 229 uint64_t mwd:3;
|