Home
last modified time | relevance | path

Searched refs:OsRbRightRotateNode (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/lib/libscrew/src/
Dlos_rbtree.c42 STATIC VOID OsRbRightRotateNode(LosRbTree *pstTree, LosRbNode *pstY);
88 STATIC VOID OsRbRightRotateNode(LosRbTree *pstTree, LosRbNode *pstY) in OsRbRightRotateNode() function
163 OsRbRightRotateNode(pstTree, pstGParent); in OsRbInsertNodeFixup()
176 OsRbRightRotateNode(pstTree, pstX); in OsRbInsertNodeFixup()
214 OsRbRightRotateNode(pstTree, pstW); in OsRbDeleteNodeFixup()
228 OsRbRightRotateNode(pstTree, pstNode->pstParent); in OsRbDeleteNodeFixup()
244 OsRbRightRotateNode(pstTree, pstNode->pstParent); in OsRbDeleteNodeFixup()