Home
last modified time | relevance | path

Searched refs:rbRight (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Drb_tree.c27 struct RbNode *y = x->rbRight; in FillpRbRotateLeft()
30 x->rbRight = y->rbLeft; in FillpRbRotateLeft()
41 x->rbParent->rbRight = y; in FillpRbRotateLeft()
61 x->rbLeft = y->rbRight; in FillpRbRotateRight()
62 if (y->rbRight != FILLP_NULL_PTR) { in FillpRbRotateRight()
63 y->rbRight->rbParent = x; in FillpRbRotateRight()
69 if (x == x->rbParent->rbRight) { in FillpRbRotateRight()
70 x->rbParent->rbRight = y; in FillpRbRotateRight()
79 y->rbRight = x; in FillpRbRotateRight()
85 if (x == x->rbParent->rbRight) { in EqualRight()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Drb_tree.h29 struct RbNode *rbRight; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c42 rbp = rbp->rbRight; in EpFind()
69 p = &parent->rbRight; in EpRbtreeInsert()
75 epi->rbn.rbLeft = epi->rbn.rbRight = FILLP_NULL_PTR; in EpRbtreeInsert()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c159 right = (struct RbNode *)(parent->rbRight); in RecursiveRbTree()

Completed in 3 milliseconds