322{
325 union {
328 } sl;
329 union {
332 } rr;
333 union {
336 } cc;
339
340
341 rr.right = node->
right;
343 if (
NULL == sl.left) {
346 if (
NULL == rr.right) {
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
406 return;
407 }
408
412 sibling = parent->
left;
414 } else {
415 sibling = parent->
right;
417 }
418 } else {
420 }
421 } else {
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449 rr.right->lpc.v = node->
lpc.
v;
451 }
452 }
else if (
NULL == rr.right) {
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
479 } else {
480
481
482
484
486 if (successor == rr.right) {
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
555 } else {
558 parent = successor;
560 } else {
562 }
563 }
568 } else {
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
641 cc.child = successor->
right;
642
644 if (
NULL != cc.child) {
645 cc.child->lpc.v =
lpc;
647 } else {
649 sibling = parent->
right;
651 } else {
653 }
654 }
655
656
660
661
665
666
668 }
669 }
670
671
672
673 if (
NULL == sibling) {
674 return;
675 }
676
677recursively_fix:
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
718
721
724
725
727 parent->
lpc.
v = rotation;
728
729
730 sibling = cc.child;
731 }
732
733black_sibling:
734
735
736
739 rr.reverse = sibling->
left;
740 sl.same = sibling->
right;
741 if (
NULL != rr.reverse) {
743 } else {
745 }
746 } else {
748 rr.reverse = sibling->
right;
749 sl.same = sibling->
left;
750 if (
NULL != rr.reverse) {
752 } else {
754 }
755 }
756
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
809 if (parent != tree->
root) {
810 cc.child = parent;
813 sibling = parent->
left;
815 } else {
816 sibling = parent->
right;
818 }
819
820 goto recursively_fix;
821 }
822 } else {
824 }
825 return;
826 }
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905 rotation = sibling->
lpc.
v;
906
908
909
912
913
914
915
916
917
918
919
920
922 if (
NULL != cc.child) {
923 cc.child->lpc.v = rr.reverse->lpc.v |
925 }
926
927
928
930
932
933
934 sibling = rr.reverse;
935 goto black_sibling;
936 }
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
986
987
990
991
992
993
995 if (
NULL != rr.reverse) {
998 }
999
1000
1004}
#define xwlib_rbtree_get_lnpos(lpc)
获取lpc信息中的link指针和位置信息(屏蔽颜色信息)
static struct xwlib_rbtree_node * xwlib_rbtree_get_successor(struct xwlib_rbtree_node *node)
返回节点的后继节点
#define xwlib_rbtree_gen_lc(n, color)
生成节点左边的链指针、位置和颜色信息
static void xwlib_rbtree_set_black(struct xwlib_rbtree_node *node)
将节点设置为黑色
#define xwlib_rbtree_get_color(lpc)
获取lpc信息中的颜色信息
static void xwlib_rbtree_transplant(struct xwlib_rbtree_node *newn, struct xwlib_rbtree_node *oldn)
用新节点代替旧节点并继承它的链指针、颜色和位置信息, 但新节点并不接管旧节点的子节点
static void xwlib_rbtree_link(struct xwlib_rbtree_node *node, xwptr_t lpc)
链接节点,并设置位置及颜色信息
#define xwlib_rbtree_gen_rc(n, color)
生成节点右边的链指针、位置和颜色信息