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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h61 #define AVL_HEIGHTOF(pNode) ((unsigned char)((pNode) != NULL ? pNode->uchHeight : 0))
229 pLeftNode->uchHeight = (unsigned char)(1 + (pNode->uchHeight = (unsigned char)(1 + uchLeftRightHeight)));
238 pLeftNode->uchHeight = pNode->uchHeight = uchLeftRightHeight;
239 pLeftRightNode->uchHeight = uchLeftHeight;
253 pRightNode->uchHeight = (unsigned char)(1 + (pNode->uchHeight = (unsigned char)(1 + uchRightLeftHeight)));
262 pRightNode->uchHeight = pNode->uchHeight
269 register unsigned char uchHeight = (unsigned char)(KMAX(uchLeftHeight, uchRightHeight) + 1); local
[all...]
H A Davl_RemoveNode.cpp.h103 pNewUs->uchHeight = pNode->uchHeight;
/vbox/include/iprt/
H A Davl.h57 unsigned char uchHeight; /** Height of this tree: max(height(left), height(right)) + 1 */ member in struct:_AVLPVNodeCore
102 unsigned char uchHeight; /** Height of this tree: max(height(left), height(right)) + 1 */ member in struct:_AVLULNodeCore
146 unsigned char uchHeight; /**< Height of this tree: max(height(left), height(right)) + 1 */ member in struct:AVLRPVNodeCore
190 unsigned char uchHeight; /**< Height of this tree: max(height(left), height(right)) + 1 */ member in struct:_AVLU32NodeCore
237 unsigned char uchHeight; member in struct:_AVLOU32NodeCore
277 unsigned char uchHeight; /**< Height of this tree: max(height(left), height(right)) + 1 */ member in struct:_AVLLU32NodeCore
324 unsigned char uchHeight; /**< Height of this tree: max(height(left), height(right)) + 1 */ member in struct:AVLRU64NodeCore
376 unsigned char uchHeight; member in struct:_AVLOGCPhysNodeCore
430 unsigned char uchHeight; member in struct:_AVLROGCPhysNodeCore
481 unsigned char uchHeight; member in struct:_AVLGCPtrNodeCore
527 unsigned char uchHeight; member in struct:_AVLOGCPtrNodeCore
575 unsigned char uchHeight; member in struct:_AVLRGCPtrNodeCore
631 unsigned char uchHeight; member in struct:_AVLROGCPtrNodeCore
690 unsigned char uchHeight; member in struct:_AVLROOGCPtrNodeCore
740 unsigned char uchHeight; member in struct:_AVLUIntPtrNodeCore
791 unsigned char uchHeight; member in struct:_AVLRUIntPtrNodeCore
847 unsigned char uchHeight; member in struct:_AVLOHCPhysNodeCore
901 unsigned char uchHeight; member in struct:_AVLOIOPortNodeCore
953 unsigned char uchHeight; member in struct:_AVLROIOPortNodeCore
1003 unsigned char uchHeight; member in struct:_AVLHCPhysNodeCore
1052 unsigned char uchHeight; member in struct:_AVLGCPhysNodeCore
1099 unsigned char uchHeight; member in struct:_AVLRFOFFNodeCore
[all...]
H A Dstring.h3067 unsigned char uchHeight; member in struct:RTSTRSPACECORE
/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp381 SSMFIELD_ENTRY_IGNORE( PATMPATCHRECSSM, Core.uchHeight),
386 SSMFIELD_ENTRY_IGNORE( PATMPATCHRECSSM, CoreOffset.uchHeight),
435 SSMFIELD_ENTRY_IGNORE( RELOCREC, Core.uchHeight),
454 SSMFIELD_ENTRY_IGNORE( RECPATCHTOGUEST, Core.uchHeight),
H A DCSAM.cpp197 SSMFIELD_ENTRY_IGNORE( CSAMPAGEREC, Core.uchHeight),
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp966 pNode->uchHeight = 'e';
1016 pNode->uchHeight = 'E';
/vbox/src/VBox/Runtime/common/misc/
H A Dlockvalidator.cpp1057 pThis->Core.uchHeight = 0;

Completed in 171 milliseconds