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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h215 unsigned char uchLeftHeight = AVL_HEIGHTOF(pLeftNode); local
219 if (uchRightHeight + 1 < uchLeftHeight)
239 pLeftRightNode->uchHeight = uchLeftHeight;
243 else if (uchLeftHeight + 1 < uchRightHeight)
269 register unsigned char uchHeight = (unsigned char)(KMAX(uchLeftHeight, uchRightHeight) + 1);

Completed in 120 milliseconds