Searched defs:uchLeftRightHeight (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h223 unsigned char uchLeftRightHeight = AVL_HEIGHTOF(pLeftRightNode); local
225 if (AVL_HEIGHTOF(pLeftLeftNode) >= uchLeftRightHeight)
229 pLeftNode->uchHeight = (unsigned char)(1 + (pNode->uchHeight = (unsigned char)(1 + uchLeftRightHeight)));
238 pLeftNode->uchHeight = pNode->uchHeight = uchLeftRightHeight;

Completed in 43 milliseconds