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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h216 PKAVLNODECORE pRightNode = KAVL_GET_POINTER_NULL(&pNode->pRight); local
217 unsigned char uchRightHeight = AVL_HEIGHTOF(pRightNode);
245 PKAVLNODECORE pRightLeftNode = KAVL_GET_POINTER_NULL(&pRightNode->pLeft);
247 PKAVLNODECORE pRightRightNode = KAVL_GET_POINTER_NULL(&pRightNode->pRight);
251 KAVL_SET_POINTER_NULL(&pNode->pRight, &pRightNode->pLeft);
252 KAVL_SET_POINTER(&pRightNode->pLeft, pNode);
253 pRightNode->uchHeight = (unsigned char)(1 + (pNode->uchHeight = (unsigned char)(1 + uchRightLeftHeight)));
254 KAVL_SET_POINTER(ppNode, pRightNode);
258 KAVL_SET_POINTER_NULL(&pRightNode->pLeft, &pRightLeftNode->pRight);
260 KAVL_SET_POINTER(&pRightLeftNode->pRight, pRightNode);
[all...]

Completed in 31 milliseconds