Searched refs:SPLAY_EMPTY (Results 1 – 1 of 1) sorted by relevance
109 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro155 if (SPLAY_EMPTY(head)) \191 if (SPLAY_EMPTY(head)) { \216 if (SPLAY_EMPTY(head)) \330 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \332 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \