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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h246 unsigned char uchRightLeftHeight = AVL_HEIGHTOF(pRightLeftNode); local
249 if (AVL_HEIGHTOF(pRightRightNode) >= uchRightLeftHeight)
253 pRightNode->uchHeight = (unsigned char)(1 + (pNode->uchHeight = (unsigned char)(1 + uchRightLeftHeight)));
262 pRightNode->uchHeight = pNode->uchHeight = uchRightLeftHeight;

Completed in 31 milliseconds