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

/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp268 AVLTreeBase::_RotateRight(AVLTreeNode** nodeP) function in class:AVLTreeBase
337 _RotateRight(node);
341 _RotateRight(node);
364 _RotateRight(right);
457 _RotateRight(right);
477 _RotateRight(node);
480 _RotateRight(node);
485 _RotateRight(node);
/haiku/headers/private/kernel/util/
H A DAVLTreeBase.h83 void _RotateRight(AVLTreeNode** nodeP);

Completed in 97 milliseconds