HomeSort by relevance Sort by last modified time
    Searched defs:RB_RED (Results 1 - 6 of 6) sorted by null

  /external/blktrace/
rbtree.h 102 #define RB_RED 0
  /external/e2fsprogs/lib/ext2fs/
rbtree.h 114 #define RB_RED 0
  /external/u-boot/include/linux/
rbtree_augmented.h 74 #define RB_RED 0
  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
rbtree.c 36 #define RB_RED (1)
52 #define RB_IS_BLACK(tree, node) (!((node)->color & RB_RED))
304 RB_SET_P_L_C(tree, g_idx, n_idx, cr_idx, RB_RED);
323 RB_SET_P_R_C(tree, g_idx, n_idx, cl_idx, RB_RED);
336 RB_SET_P_L_C(tree, g_idx, p_idx, cr_idx, RB_RED);
351 RB_SET_P_R_C(tree, g_idx, p_idx, cl_idx, RB_RED);
379 RB_SET_C(tree, g_idx, RB_RED);
408 RB_SET_P_L_R_C(tree, n_idx, p_idx, RB_NULL(tree), RB_NULL(tree), RB_RED);
473 RB_SET_P_R_C(tree, p_idx, s_idx, c_idx, RB_RED);
487 RB_SET_P_L_C(tree, p_idx, s_idx, c_idx, RB_RED);
    [all...]
  /external/libevent/WIN32-Code/
tree.h 304 #define RB_RED 1
323 RB_COLOR(elm, field) = RB_RED; \
328 RB_COLOR(red, field) = RB_RED; \
395 RB_COLOR(parent, field) == RB_RED) { \
399 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
415 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
442 if (RB_COLOR(tmp, field) == RB_RED) { \
451 RB_COLOR(tmp, field) = RB_RED; \
460 RB_COLOR(tmp, field) = RB_RED; \
474 if (RB_COLOR(tmp, field) == RB_RED) { \
    [all...]
  /external/openssh/openbsd-compat/
sys-tree.h 311 #define RB_RED 1
330 RB_COLOR(elm, field) = RB_RED; \
335 RB_COLOR(red, field) = RB_RED; \
412 RB_COLOR(parent, field) == RB_RED) { \
416 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
432 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \
459 if (RB_COLOR(tmp, field) == RB_RED) { \
468 RB_COLOR(tmp, field) = RB_RED; \
477 RB_COLOR(tmp, field) = RB_RED; \
491 if (RB_COLOR(tmp, field) == RB_RED) { \
    [all...]

Completed in 977 milliseconds