Searched refs:ppLeftLeast (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h429 PPKAVLNODECORE ppLeftLeast = &pDeleteNode->pLeft; local
430 register PKAVLNODECORE pLeftLeast = KAVL_GET_POINTER(ppLeftLeast);
435 AVLStack.aEntries[AVLStack.cEntries++] = ppLeftLeast;
436 ppLeftLeast = &pLeftLeast->pRight;
437 pLeftLeast = KAVL_GET_POINTER(ppLeftLeast);
441 KAVL_SET_POINTER_NULL(ppLeftLeast, &pLeftLeast->pLeft);

Completed in 46 milliseconds