Searched refs:SPLAY_MAX (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/tests/sys/sys/
H A Dsplay_test.c92 ins = SPLAY_MAX(tree, &root);
93 ATF_REQUIRE_MSG(ins != NULL, "SPLAY_MAX error");
/freebsd-13-stable/share/man/man3/
H A DMakefile365 tree.3 SPLAY_MAX.3 \
/freebsd-13-stable/contrib/ipfilter/sys/
H A Dtree.h285 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
/freebsd-13-stable/contrib/libevent/WIN32-Code/
H A Dtree.h282 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
/freebsd-13-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h282 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
/freebsd-13-stable/sys/sys/
H A Dtree.h298 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h289 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ macro

Completed in 181 milliseconds