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

/vbox/src/VBox/Runtime/common/table/
H A Davl_RemoveNode.cpp.h79 KAVL_SET_POINTER(&pCurNode->pList, KAVL_GET_POINTER(&pNode->pList));
106 KAVL_SET_POINTER(&pNewUs->pLeft, KAVL_GET_POINTER(&pNode->pLeft));
111 KAVL_SET_POINTER(&pNewUs->pRight, KAVL_GET_POINTER(&pNode->pRight));
118 KAVL_SET_POINTER(&pParent->pLeft, pNewUs);
120 KAVL_SET_POINTER(&pParent->pRight, pNewUs);
123 KAVL_SET_POINTER(ppTree, pNewUs);
H A Davl_Base.cpp.h78 /** @def KAVL_SET_POINTER
102 # define KAVL_SET_POINTER(pp, p) ( (*(pp)) = ((intptr_t)(p) - (intptr_t)(pp)) ) macro
107 # define KAVL_SET_POINTER(pp, p) ( (*(pp)) = (p) ) macro
228 KAVL_SET_POINTER(&pLeftNode->pRight, pNode);
230 KAVL_SET_POINTER(ppNode, pLeftNode);
236 KAVL_SET_POINTER(&pLeftRightNode->pLeft, pLeftNode);
237 KAVL_SET_POINTER(&pLeftRightNode->pRight, pNode);
240 KAVL_SET_POINTER(ppNode, pLeftRightNode);
252 KAVL_SET_POINTER(&pRightNode->pLeft, pNode);
254 KAVL_SET_POINTER(ppNod
[all...]
H A Davl_Destroy.cpp.h73 KAVL_SET_POINTER(&pNode->pList, KAVL_GET_POINTER_NULL(&pEqual->pList));

Completed in 362 milliseconds