Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c434 RED_BLACK_TREE_NODE *LeftRightChild; in RedBlackTreeRotateRight() local
438 LeftRightChild = LeftChild->Right; in RedBlackTreeRotateRight()
440 Pivot->Left = LeftRightChild; in RedBlackTreeRotateRight()
441 if (LeftRightChild != NULL) { in RedBlackTreeRotateRight()
442 LeftRightChild->Parent = Pivot; in RedBlackTreeRotateRight()