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

  /external/openssh/openbsd-compat/
sys-tree.h 318 #define RB_COLOR(elm, field) (elm)->field.rbe_color
325 RB_COLOR(elm, field) = RB_RED; \
329 RB_COLOR(black, field) = RB_BLACK; \
330 RB_COLOR(red, field) = RB_RED; \
397 RB_COLOR(parent, field) == RB_RED) { \
401 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
402 RB_COLOR(tmp, field) = RB_BLACK; \
417 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
418 RB_COLOR(tmp, field) = RB_BLACK; \
433 RB_COLOR(head->rbh_root, field) = RB_BLACK;
    [all...]
  /external/qemu/
sys-tree.h 327 #define RB_COLOR(elm, field) (elm)->field.rbe_color
334 RB_COLOR(elm, field) = RB_RED; \
338 RB_COLOR(black, field) = RB_BLACK; \
339 RB_COLOR(red, field) = RB_RED; \
416 RB_COLOR(parent, field) == RB_RED) { \
420 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
421 RB_COLOR(tmp, field) = RB_BLACK; \
436 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
437 RB_COLOR(tmp, field) = RB_BLACK; \
452 RB_COLOR(head->rbh_root, field) = RB_BLACK;
    [all...]

Completed in 127 milliseconds