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

  /external/libevent/WIN32-Code/
tree.h 316 #define RB_COLOR(elm, field) (elm)->field.rbe_color
323 RB_COLOR(elm, field) = RB_RED; \
327 RB_COLOR(black, field) = RB_BLACK; \
328 RB_COLOR(red, field) = RB_RED; \
395 RB_COLOR(parent, field) == RB_RED) { \
399 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
400 RB_COLOR(tmp, field) = RB_BLACK; \
415 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
416 RB_COLOR(tmp, field) = RB_BLACK; \
431 RB_COLOR(head->rbh_root, field) = RB_BLACK;
    [all...]
  /external/openssh/openbsd-compat/
sys-tree.h 323 #define RB_COLOR(elm, field) (elm)->field.rbe_color
330 RB_COLOR(elm, field) = RB_RED; \
334 RB_COLOR(black, field) = RB_BLACK; \
335 RB_COLOR(red, field) = RB_RED; \
412 RB_COLOR(parent, field) == RB_RED) { \
416 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
417 RB_COLOR(tmp, field) = RB_BLACK; \
432 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
433 RB_COLOR(tmp, field) = RB_BLACK; \
448 RB_COLOR(head->rbh_root, field) = RB_BLACK;
    [all...]
  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
rbtree.c 49 #define RB_COLOR(tree, node) ((node)->color & 1)
718 color = RB_COLOR(tree, n_idx);
738 color = RB_COLOR(tree, m_idx);

Completed in 625 milliseconds