Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c1138 RED_BLACK_TREE_NODE *Sibling; in OrderedCollectionDelete() local
1143 Sibling = Parent->Right; in OrderedCollectionDelete()
1157 ASSERT (Sibling != NULL); in OrderedCollectionDelete()
1158 if (Sibling->Color == RedBlackTreeRed) { in OrderedCollectionDelete()
1171 Sibling->Color = RedBlackTreeBlack; in OrderedCollectionDelete()
1174 Sibling = Parent->Right; in OrderedCollectionDelete()
1178 ASSERT (Sibling != NULL); in OrderedCollectionDelete()
1185 ASSERT (Sibling->Color == RedBlackTreeBlack); in OrderedCollectionDelete()
1186 LeftNephew = Sibling->Left; in OrderedCollectionDelete()
1187 RightNephew = Sibling->Right; in OrderedCollectionDelete()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133_BEFORE_MR13.txt2913 copies were made of sibling nodes, Sibling pointers are
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133_before_mr13.txt2913 copies were made of sibling nodes, Sibling pointers are