Searched refs:SPLAY_EMPTY (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/WIN32-Code/
H A Dtree.h78 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
124 if (SPLAY_EMPTY(head)) \
160 if (SPLAY_EMPTY(head)) { \
185 if (SPLAY_EMPTY(head)) \
280 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
282 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
755 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
801 if (SPLAY_EMPTY(head)) \
837 if (SPLAY_EMPTY(head)) { \
862 if (SPLAY_EMPTY(hea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/WIN32-Code/
H A Dtree.h78 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
124 if (SPLAY_EMPTY(head)) \
160 if (SPLAY_EMPTY(head)) { \
185 if (SPLAY_EMPTY(head)) \
280 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
282 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
755 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
801 if (SPLAY_EMPTY(head)) \
837 if (SPLAY_EMPTY(head)) { \
862 if (SPLAY_EMPTY(hea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dtree.h81 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) macro
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 \

Completed in 89 milliseconds