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

/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h80 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
126 if (SPLAY_EMPTY(head)) \
162 if (SPLAY_EMPTY(head)) { \
187 if (SPLAY_EMPTY(head)) \
282 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
284 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \

Completed in 34 milliseconds