HomeSort by relevance Sort by last modified time
    Searched refs:SPLAY_EMPTY (Results 1 - 2 of 2) sorted by null

  /external/libevent/WIN32-Code/
tree.h 78 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL)
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 \
  /external/openssh/openbsd-compat/
sys-tree.h 85 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL)
131 if (SPLAY_EMPTY(head)) \
167 if (SPLAY_EMPTY(head)) { \
192 if (SPLAY_EMPTY(head)) \
287 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
289 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \

Completed in 44 milliseconds