Searched refs:SPLAY_FIND (Results 1 – 7 of 7) sorted by relevance
/freebsd/tests/sys/sys/ |
H A D | splay_test.c | 74 } while (SPLAY_FIND(tree, &root, tmp) != NULL); in ATF_TC_BODY()
|
/freebsd/share/man/man3/ |
H A D | Makefile | 376 tree.3 SPLAY_FIND.3 \
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_db.c | 111 grp = SPLAY_FIND(splay_in, &la->linkSplayIn, &needle); in StartPointIn() 791 lnk = SPLAY_FIND(splay_out, &la->linkSplayOut, &needle); in _SearchLinkOut() 1033 return SPLAY_FIND(splay_internal_endpoint, &la->linkSplayInternalEndpoint, &needle); in FindLinkByInternalEndpoint()
|
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/ |
H A D | tree.h | 278 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) macro
|
/freebsd/contrib/libevent/WIN32-Code/ |
H A D | tree.h | 278 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-tree.h | 285 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) macro
|
/freebsd/sys/sys/ |
H A D | tree.h | 295 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) macro
|