Home
last modified time | relevance | path

Searched refs:SPLAY_INSERT (Results 1 – 7 of 7) sorted by relevance

/freebsd/tests/sys/sys/
H A Dsplay_test.c83 ATF_REQUIRE_EQ(NULL, SPLAY_INSERT(tree, &root, tmp)); in ATF_TC_BODY()
/freebsd/share/man/man3/
H A DMakefile383 tree.3 SPLAY_INSERT.3 \
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h276 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) macro
/freebsd/contrib/libevent/WIN32-Code/
H A Dtree.h276 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) macro
/freebsd/sys/netinet/libalias/
H A Dalias_db.c117 SPLAY_INSERT(splay_in, &la->linkSplayIn, grp); in StartPointIn()
692 SPLAY_INSERT(splay_out, &la->linkSplayOut, lnk); in AddLink()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-tree.h283 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) macro
/freebsd/sys/sys/
H A Dtree.h293 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) macro