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

/freebsd-13-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-13-stable/contrib/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-13-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-13-stable/sys/sys/
H A Dtree.h94 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
140 if (SPLAY_EMPTY(head)) \
176 if (SPLAY_EMPTY(head)) { \
201 if (SPLAY_EMPTY(head)) \
296 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
298 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
/freebsd-13-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-13-stable/share/man/man3/
H A DMakefile355 tree.3 SPLAY_EMPTY.3 \

Completed in 115 milliseconds