Home
last modified time | relevance | path

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

/trunk/main/sot/source/sdstor/
H A Dstgavl.cxx112 *pHeavy = pCur = pLeft; in Adjust()
141 StgAvlNode *pHeavy = pLeft; in RotLL() local
142 pLeft = pHeavy->pRight; in RotLL()
143 pHeavy->pRight = this; in RotLL()
145 return pHeavy; in RotLL()
153 StgAvlNode* pHeavy = pLeft; in RotLR() local
158 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 11 milliseconds