Home
last modified time | relevance | path

Searched defs:min_t (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__completion_behavior.hpp104 struct min_t { struct
105 using __completion_behavior_t = __completion_behavior::completion_behavior;
107 STDEXEC_ATTRIBUTE(nodiscard, always_inline, host, device) in STDEXEC_ATTRIBUTE()
120 STDEXEC_ATTRIBUTE(nodiscard, always_inline, host, device) in STDEXEC_ATTRIBUTE()
/openbmc/u-boot/include/linux/
H A Dkernel.h216 #define min_t(type, x, y) ({ \ macro