Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c429 OUT RED_BLACK_TREE_NODE **NewRoot in RedBlackTreeRotateRight() argument
446 *NewRoot = LeftChild; in RedBlackTreeRotateRight()
494 OUT RED_BLACK_TREE_NODE **NewRoot in RedBlackTreeRotateLeft() argument
511 *NewRoot = RightChild; in RedBlackTreeRotateLeft()
597 RED_BLACK_TREE_NODE *NewRoot; in OrderedCollectionInsert() local
681 NewRoot = Tree->Root; in OrderedCollectionInsert()
682 while (Tmp != NewRoot && Parent->Color == RedBlackTreeRed) { in OrderedCollectionInsert()
752 RedBlackTreeRotateLeft (Tmp, &NewRoot); in OrderedCollectionInsert()
783 RedBlackTreeRotateRight (GrandParent, &NewRoot); in OrderedCollectionInsert()
812 RedBlackTreeRotateRight (Tmp, &NewRoot); in OrderedCollectionInsert()
[all …]