Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
H A Dtree.h89 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
135 if (SPLAY_EMPTY(head)) \
171 if (SPLAY_EMPTY(head)) { \
196 if (SPLAY_EMPTY(head)) \
291 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
293 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
/third_party/libuv/include/uv/
H A Dtree.h85 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
131 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 \
/third_party/node/deps/uv/include/uv/
H A Dtree.h85 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
131 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 \

Completed in 5 milliseconds