Searched refs:pstParent (Results 1 – 2 of 2) sorted by relevance
53 LosRbNode *pstParent = NULL; in OsRbLeftRotateNode() local68 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 …]
52 struct TagRbNode *pstParent; member