Home
last modified time | relevance | path

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

/AOO41X/main/sot/source/sdstor/
H A Dstgavl.cxx95 short StgAvlNode::Adjust( StgAvlNode** pHeavy, StgAvlNode* pNew ) in Adjust() argument
100 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() local
142 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 …]