Home
last modified time | relevance | path

Searched refs:__comp (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-tree.h164 int __comp; \
166 __comp = (cmp)(elm, (head)->sph_root); \
167 if(__comp < 0) { \
171 } else if (__comp > 0) { \
207 int __comp; \
213 if (__comp < 0) { \
223 } else if (__comp > 0) { \
249 if (__comp < 0) { \
253 if (__comp < 0){ \
259 } else if (__comp > 0) { \
[all …]
/openbmc/linux/tools/perf/util/
H A Drb_resort.h55 #define DEFINE_RESORT_RB(__name, __comp, ...) \ argument
68 return __comp; \