Home
last modified time | relevance | path

Searched refs:SPLAY_MAX (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/sys/sys/
H A Dsplay_test.c90 ins = SPLAY_MAX(tree, &root); in ATF_TC_BODY()
/freebsd/share/man/man3/
H A DMakefile384 tree.3 SPLAY_MAX.3 \
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h282 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
/freebsd/contrib/libevent/WIN32-Code/
H A Dtree.h282 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-tree.h289 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ macro
/freebsd/sys/sys/
H A Dtree.h299 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ macro