Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dminmax.h46 #define __cmp(op, x, y) ((x) __cmp_op_##op (y) ? (x) : (y)) macro
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp263 auto __cmp = (__what_[__i] <=> __other.__what_[__i]); in operator <=>() local