Home
last modified time | relevance | path

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

/AOO41X/main/sot/source/sdstor/
H A Dstgavl.cxx63 StgAvlNode** pPivot, StgAvlNode **pParent, StgAvlNode** pPrev ) in Locate() argument
68 OSL_ENSURE( pPivot && pParent && pPrev, "The pointers may not be NULL!" ); in Locate()
70 *pPivot = this; in Locate()
79 *pPivot = pCur, *pParent = *pPrev; in Locate()
292 StgAvlNode* pPivot, *pHeavy, *pNewRoot, *pParent, *pPrev; in Insert() local
303 short nRes = (*pRoot)->Locate( pIns, &pPivot, &pParent, &pPrev ); in Insert()
306 OSL_ENSURE( pPivot && pPrev, "The pointers may not be NULL!" ); in Insert()
314 short nDelta = pPivot->Adjust( &pHeavy, pIns ); in Insert()
315 if( pPivot->nBalance >= 2 || pPivot->nBalance <= -2 ) in Insert()
317 pHeavy = ( nDelta < 0 ) ? pPivot->pRight : pPivot->pLeft; in Insert()
[all …]