Home
last modified time | relevance | path

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

/kernel/liteos_a/lib/libscrew/src/
Dlos_rbtree.c53 LosRbNode *pstParent = NULL; in OsRbLeftRotateNode() local
68 pstParent = pstNilT->pstParent; in OsRbLeftRotateNode()
71 pstY->pstLeft->pstParent = pstX; in OsRbLeftRotateNode()
72 pstY->pstParent = pstX->pstParent; in OsRbLeftRotateNode()
73 if (pstNilT == pstX->pstParent) { in OsRbLeftRotateNode()
76 if (pstX == pstX->pstParent->pstLeft) { in OsRbLeftRotateNode()
77 pstX->pstParent->pstLeft = pstY; in OsRbLeftRotateNode()
79 pstX->pstParent->pstRight = pstY; in OsRbLeftRotateNode()
82 pstX->pstParent = pstY; in OsRbLeftRotateNode()
84 pstNilT->pstParent = pstParent; in OsRbLeftRotateNode()
[all …]
/kernel/liteos_a/lib/libscrew/include/
Dlos_rbtree.h52 struct TagRbNode *pstParent; member