Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/libkern/
H A Dtree.h107 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
153 if (SPLAY_EMPTY(head)) \
189 if (SPLAY_EMPTY(head)) { \
214 if (SPLAY_EMPTY(head)) \
328 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
330 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \