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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h430 register PKAVLNODECORE pLeftLeast = KAVL_GET_POINTER(ppLeftLeast); local
432 while (pLeftLeast->pRight != KAVL_NULL)
436 ppLeftLeast = &pLeftLeast->pRight;
437 pLeftLeast = KAVL_GET_POINTER(ppLeftLeast);
440 /* link out pLeftLeast */
441 KAVL_SET_POINTER_NULL(ppLeftLeast, &pLeftLeast->pLeft);
444 KAVL_SET_POINTER_NULL(&pLeftLeast->pLeft, &pDeleteNode->pLeft);
445 KAVL_SET_POINTER_NULL(&pLeftLeast->pRight, &pDeleteNode->pRight);
446 pLeftLeast->uchHeight = pDeleteNode->uchHeight;
447 KAVL_SET_POINTER(ppDeleteNode, pLeftLeast);
[all...]

Completed in 41 milliseconds