Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c1139 RED_BLACK_TREE_NODE *LeftNephew; in OrderedCollectionDelete() local
1186 LeftNephew = Sibling->Left; in OrderedCollectionDelete()
1188 if (NodeIsNullOrBlack (LeftNephew) && in OrderedCollectionDelete()
1238 LeftNephew->Color = RedBlackTreeBlack; in OrderedCollectionDelete()
1306 LeftNephew = Sibling->Left; in OrderedCollectionDelete()
1308 NodeIsNullOrBlack (LeftNephew)) { in OrderedCollectionDelete()
1313 if (NodeIsNullOrBlack (LeftNephew)) { in OrderedCollectionDelete()
1318 LeftNephew = Sibling->Left; in OrderedCollectionDelete()
1320 ASSERT (LeftNephew != NULL); in OrderedCollectionDelete()
1321 ASSERT (LeftNephew->Color == RedBlackTreeRed); in OrderedCollectionDelete()
[all …]