Lines Matching refs:RED
984 x->asb_color = RED; in s1394_used_tree_insert()
985 while ((x != *root) && (x->asb_parent->asb_color == RED)) { in s1394_used_tree_insert()
990 if ((y != NULL) && (y->asb_color == RED)) { in s1394_used_tree_insert()
993 x->asb_parent->asb_parent->asb_color = RED; in s1394_used_tree_insert()
1002 x->asb_parent->asb_parent->asb_color = RED; in s1394_used_tree_insert()
1010 if ((y != NULL) && (y->asb_color == RED)) { in s1394_used_tree_insert()
1013 x->asb_parent->asb_parent->asb_color = RED; in s1394_used_tree_insert()
1022 x->asb_parent->asb_parent->asb_color = RED; in s1394_used_tree_insert()
1233 if ((w != NULL) && (w->asb_color == RED)) { in s1394_used_tree_delete_fixup()
1235 p->asb_color = RED; in s1394_used_tree_delete_fixup()
1249 w->asb_color = RED; in s1394_used_tree_delete_fixup()
1258 w->asb_color = RED; in s1394_used_tree_delete_fixup()
1276 if ((w != NULL) && (w->asb_color == RED)) { in s1394_used_tree_delete_fixup()
1278 p->asb_color = RED; in s1394_used_tree_delete_fixup()
1292 w->asb_color = RED; in s1394_used_tree_delete_fixup()
1302 w->asb_color = RED; in s1394_used_tree_delete_fixup()