D | rbtree.c | 64 #define RB_SET_P(t, n, p) \ argument 67 #define RB_SET_L(t, n, l) \ argument 70 #define RB_SET_R(t, n, r) \ argument 73 #define RB_SET_C(t, n, c) \ argument 76 #define RB_SET_C_RB_BLK(t, n) \ argument 79 #define RB_SET_C_RB_RED(t, n) \ argument 82 #define RB_SET_P_C(t, n, p, c) \ argument 85 #define RB_SET_P_L(t, n, p, l) \ argument 88 #define RB_SET_P_L_C(t, n, p, l, c) \ argument 91 #define RB_SET_P_R(t, n, p, r) \ argument [all …]
|