Function report |
Source Code:lib\rbtree.c |
Create Date:2022-07-28 06:12:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Helper function for rotations:* - old's parent and color get assigned to new* - old gets assigned new as a parent and 'color' as a color.
Proto:static inline void __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, struct rb_root *root, int color)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rb_node * | old | |
struct rb_node * | new | |
struct rb_root * | root | |
int | color |
80 | rb_set_parent_color(old, new, color) |
81 | __rb_change_child(old, new, parent, root) |
Name | Describe |
---|---|
__rb_insert | |
____rb_erase_color | Inline version for rb_erase() use - we want to be able to inline* and eliminate the dummy_rotate callback there |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |