Searched refs:SPLAY_MIN (Results 1 - 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
H A Dsys-tree.h282 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
288 for ((x) = SPLAY_MIN(name, head); \
/external/qemu/
H A Dsys-tree.h291 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
297 for ((x) = SPLAY_MIN(name, head); \

Completed in 35 milliseconds