Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/WIN32-Code/
H A Dtree.h79 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
H A Dtree.h80 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
/netbsd-src/external/bsd/ipf/dist/sys/
H A Dtree.h81 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
/netbsd-src/external/mit/libuv/dist/include/uv/
H A Dtree.h85 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
/netbsd-src/sys/sys/
H A Dtree.h79 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro