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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h245 PKAVLNODECORE pRightLeftNode = KAVL_GET_POINTER_NULL(&pRightNode->pLeft); local
246 unsigned char uchRightLeftHeight = AVL_HEIGHTOF(pRightLeftNode);
258 KAVL_SET_POINTER_NULL(&pRightNode->pLeft, &pRightLeftNode->pRight);
259 KAVL_SET_POINTER_NULL(&pNode->pRight, &pRightLeftNode->pLeft);
260 KAVL_SET_POINTER(&pRightLeftNode->pRight, pRightNode);
261 KAVL_SET_POINTER(&pRightLeftNode->pLeft, pNode);
263 pRightLeftNode->uchHeight = uchRightHeight;
264 KAVL_SET_POINTER(ppNode, pRightLeftNode);

Completed in 125 milliseconds