Searched refs:sph_root (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/sys/
H A Dtree.h62 struct type *sph_root; /* root of the tree */ \
69 (root)->sph_root = NULL; \
80 #define SPLAY_ROOT(head) (head)->sph_root
85 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
86 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
87 (head)->sph_root = tmp; \
91 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
92 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
93 (head)->sph_root = tmp; \
97 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
[all...]
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h66 struct type *sph_root; /* root of the tree */ \
73 (root)->sph_root = NULL; \
84 #define SPLAY_ROOT(head) (head)->sph_root
89 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
90 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
91 (head)->sph_root = tmp; \
95 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
96 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
97 (head)->sph_root = tmp; \
101 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h59 struct type *sph_root; /* root of the tree */ \
66 (root)->sph_root = NULL; \
77 #define SPLAY_ROOT(head) (head)->sph_root
82 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
83 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
84 (head)->sph_root = tmp; \
88 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
89 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
90 (head)->sph_root = tmp; \
94 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
[all...]
/freebsd-10-stable/sys/sys/
H A Dtree.h64 struct type *sph_root; /* root of the tree */ \
71 (root)->sph_root = NULL; \
82 #define SPLAY_ROOT(head) (head)->sph_root
87 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
88 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
89 (head)->sph_root = tmp; \
93 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
94 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
95 (head)->sph_root = tmp; \
99 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
[all...]

Completed in 68 milliseconds