Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c498 RED_BLACK_TREE_NODE *RightChild; in RedBlackTreeRotateLeft() local
502 RightChild = Pivot->Right; in RedBlackTreeRotateLeft()
503 RightLeftChild = RightChild->Left; in RedBlackTreeRotateLeft()
509 RightChild->Parent = Parent; in RedBlackTreeRotateLeft()
511 *NewRoot = RightChild; in RedBlackTreeRotateLeft()
514 Parent->Left = RightChild; in RedBlackTreeRotateLeft()
516 Parent->Right = RightChild; in RedBlackTreeRotateLeft()
519 RightChild->Left = Pivot; in RedBlackTreeRotateLeft()
520 Pivot->Parent = RightChild; in RedBlackTreeRotateLeft()