OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPLAY_EMPTY
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
tree.h
79
#define
SPLAY_EMPTY
(head) (SPLAY_ROOT(head) == NULL)
125
if (
SPLAY_EMPTY
(head)) \
161
if (
SPLAY_EMPTY
(head)) { \
186
if (
SPLAY_EMPTY
(head)) \
281
#define SPLAY_MIN(name, x) (
SPLAY_EMPTY
(x) ? NULL \
283
#define SPLAY_MAX(name, x) (
SPLAY_EMPTY
(x) ? NULL \
/src/external/bsd/ipf/dist/sys/
tree.h
81
#define
SPLAY_EMPTY
(head) (SPLAY_ROOT(head) == NULL)
127
if (
SPLAY_EMPTY
(head)) \
163
if (
SPLAY_EMPTY
(head)) { \
188
if (
SPLAY_EMPTY
(head)) \
283
#define SPLAY_MIN(name, x) (
SPLAY_EMPTY
(x) ? NULL \
285
#define SPLAY_MAX(name, x) (
SPLAY_EMPTY
(x) ? NULL \
/src/external/bsd/libevent/dist/WIN32-Code/
tree.h
79
#define
SPLAY_EMPTY
(head) (SPLAY_ROOT(head) == NULL)
125
if (
SPLAY_EMPTY
(head)) \
161
if (
SPLAY_EMPTY
(head)) { \
186
if (
SPLAY_EMPTY
(head)) \
281
#define SPLAY_MIN(name, x) (
SPLAY_EMPTY
(x) ? NULL \
283
#define SPLAY_MAX(name, x) (
SPLAY_EMPTY
(x) ? NULL \
/src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
tree.h
80
#define
SPLAY_EMPTY
(head) (SPLAY_ROOT(head) == NULL)
126
if (
SPLAY_EMPTY
(head)) \
162
if (
SPLAY_EMPTY
(head)) { \
187
if (
SPLAY_EMPTY
(head)) \
282
#define SPLAY_MIN(name, x) (
SPLAY_EMPTY
(x) ? NULL \
284
#define SPLAY_MAX(name, x) (
SPLAY_EMPTY
(x) ? NULL \
Completed in 29 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026