Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c683 RED_BLACK_TREE_NODE *GrandParent; in OrderedCollectionInsert() local
696 GrandParent = Parent->Parent; in OrderedCollectionInsert()
698 if (Parent == GrandParent->Left) { in OrderedCollectionInsert()
699 Uncle = GrandParent->Right; in OrderedCollectionInsert()
711 GrandParent->Color = RedBlackTreeRed; in OrderedCollectionInsert()
729 Tmp = GrandParent; in OrderedCollectionInsert()
765 ASSERT (GrandParent == Parent->Parent); in OrderedCollectionInsert()
769 GrandParent->Color = RedBlackTreeRed; in OrderedCollectionInsert()
783 RedBlackTreeRotateRight (GrandParent, &NewRoot); in OrderedCollectionInsert()
802 Uncle = GrandParent->Left; in OrderedCollectionInsert()
[all …]