Home
last modified time | relevance | path

Searched refs:LeftChild (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c433 RED_BLACK_TREE_NODE *LeftChild; in RedBlackTreeRotateRight() local
437 LeftChild = Pivot->Left; in RedBlackTreeRotateRight()
438 LeftRightChild = LeftChild->Right; in RedBlackTreeRotateRight()
444 LeftChild->Parent = Parent; in RedBlackTreeRotateRight()
446 *NewRoot = LeftChild; in RedBlackTreeRotateRight()
449 Parent->Left = LeftChild; in RedBlackTreeRotateRight()
451 Parent->Right = LeftChild; in RedBlackTreeRotateRight()
454 LeftChild->Right = Pivot; in RedBlackTreeRotateRight()
455 Pivot->Parent = LeftChild; in RedBlackTreeRotateRight()