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

/freebsd-11-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h78 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
124 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 \
/freebsd-11-stable/contrib/ipfilter/sys/
H A Dtree.h81 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
127 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 \
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.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 \
/freebsd-11-stable/sys/sys/
H A Dtree.h83 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
129 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 \
/freebsd-11-stable/share/man/man3/
H A DMakefile190 tree.3 SPLAY_EMPTY.3 \

Completed in 167 milliseconds