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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h87 /** @def KAVL_SET_POINTER_NULL
103 # define KAVL_SET_POINTER_NULL(pp, pp2) ( (*(pp)) = *(pp2) != KAVL_NULL ? (intptr_t)KAVL_GET_POINTER(pp2) - (intptr_t)(pp) : KAVL_NULL ) macro
108 # define KAVL_SET_POINTER_NULL(pp, pp2) ( (*(pp)) = *(pp2) ) macro
211 /** @todo Perhaps some of these KAVL_SET_POINTER_NULL() cases could be optimized away.. */
227 KAVL_SET_POINTER_NULL(&pNode->pLeft, &pLeftNode->pRight);
234 KAVL_SET_POINTER_NULL(&pLeftNode->pRight, &pLeftRightNode->pLeft);
235 KAVL_SET_POINTER_NULL(&pNode->pLeft, &pLeftRightNode->pRight);
251 KAVL_SET_POINTER_NULL(&pNode->pRight, &pRightNode->pLeft);
258 KAVL_SET_POINTER_NULL(&pRightNode->pLeft, &pRightLeftNode->pRight);
259 KAVL_SET_POINTER_NULL(
[all...]
H A Davl_RemoveBestFit.cpp.h60 KAVL_SET_POINTER_NULL(&pNode->pList, &pRet->pList);

Completed in 87 milliseconds