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

  /external/openssh/openbsd-compat/
sys-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 \
  /external/qemu/
sys-tree.h 89 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL)
135 if (SPLAY_EMPTY(head)) \
171 if (SPLAY_EMPTY(head)) { \
196 if (SPLAY_EMPTY(head)) \
291 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
293 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \
    [all...]

Completed in 35 milliseconds