Searched refs:pHeavy (Results 1 – 1 of 1) sorted by relevance
112 *pHeavy = pCur = pLeft; in Adjust()141 StgAvlNode *pHeavy = pLeft; in RotLL() local142 pLeft = pHeavy->pRight; in RotLL()143 pHeavy->pRight = this; in RotLL()145 return pHeavy; in RotLL()153 StgAvlNode* pHeavy = pLeft; in RotLR() local158 pNewRoot->pLeft = pHeavy; in RotLR()186 pRight = pHeavy->pLeft; in RotRR()187 pHeavy->pLeft = this; in RotRR()189 return pHeavy; in RotRR()[all …]
Completed in 14 milliseconds