Searched refs:pHeavy (Results 1 – 1 of 1) sorted by relevance
95 short StgAvlNode::Adjust( StgAvlNode** pHeavy, StgAvlNode* pNew ) in Adjust() argument100 OSL_ENSURE( pHeavy && pNew, "The pointers is not allowed to be NULL!" ); in Adjust()107 *pHeavy = pCur = pRight; in Adjust()112 *pHeavy = pCur = pLeft; in Adjust()141 StgAvlNode *pHeavy = pLeft; in RotLL() local142 pLeft = pHeavy->pRight; in RotLL()143 pHeavy->pRight = this; in RotLL()144 pHeavy->nBalance = nBalance = 0; in RotLL()145 return pHeavy; in RotLL()153 StgAvlNode* pHeavy = pLeft; in RotLR() local[all …]