Home
last modified time | relevance | path

Searched refs:RB_RED (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Drb_tree.c108 while (x != root->rbNode && x->rbParent->color == RB_RED) { in FillpRbInsertColor()
112 if (y && y->color == RB_RED) { in FillpRbInsertColor()
116 x->rbParent->rbParent->color = RB_RED; in FillpRbInsertColor()
124 x->rbParent->rbParent->color = RB_RED; in FillpRbInsertColor()
130 if ((y != FILLP_NULL_PTR) && (y->color == RB_RED)) { in FillpRbInsertColor()
134 x->rbParent->rbParent->color = RB_RED; in FillpRbInsertColor()
140 x->rbParent->rbParent->color = RB_RED; in FillpRbInsertColor()
152 if (w->color == RB_RED) { in FillpRbEraseColorAtLeft()
154 (*parent)->color = RB_RED; /* parent != NIL? */ in FillpRbEraseColorAtLeft()
160 w->color = RB_RED; in FillpRbEraseColorAtLeft()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Drb_tree.h24 #define RB_RED 0 macro
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c78 epi->rbn.color = RB_RED; in EpRbtreeInsert()

Completed in 2 milliseconds