Searched refs:SPLAY_EMPTY (Results 1 – 5 of 5) sorted by relevance
78 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro124 if (SPLAY_EMPTY(head)) \160 if (SPLAY_EMPTY(head)) { \185 if (SPLAY_EMPTY(head)) \280 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \282 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
85 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro131 if (SPLAY_EMPTY(head)) \167 if (SPLAY_EMPTY(head)) { \192 if (SPLAY_EMPTY(head)) \287 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \289 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
81 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro127 if (SPLAY_EMPTY(head)) \163 if (SPLAY_EMPTY(head)) { \188 if (SPLAY_EMPTY(head)) \283 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \285 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
83 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro129 if (SPLAY_EMPTY(head)) \165 if (SPLAY_EMPTY(head)) { \190 if (SPLAY_EMPTY(head)) \285 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \287 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
185 tree.3 SPLAY_EMPTY.3 \