Searched defs:__size (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | ring.h | 160 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument 167 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument 174 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument 181 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __meta.hpp | 204 constexpr std::size_t __mpow2(std::size_t __size) noexcept in __mpow2() argument [all...] |