Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-tree.h79 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
125 if (SPLAY_EMPTY(head)) \
161 if (SPLAY_EMPTY(head)) { \
186 if (SPLAY_EMPTY(head)) \
281 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
283 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \