Searched refs:NewRoot (Results 1 – 1 of 1) sorted by relevance
429 OUT RED_BLACK_TREE_NODE **NewRoot in RedBlackTreeRotateRight() argument446 *NewRoot = LeftChild; in RedBlackTreeRotateRight()494 OUT RED_BLACK_TREE_NODE **NewRoot in RedBlackTreeRotateLeft() argument511 *NewRoot = RightChild; in RedBlackTreeRotateLeft()597 RED_BLACK_TREE_NODE *NewRoot; in OrderedCollectionInsert() local681 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 …]