Searched refs:get_side (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/lib/utils/ |
D | rb.c | 113 static uint8_t get_side(struct rbnode *parent, struct rbnode *child) in get_side() function 136 uint8_t side = get_side(parent, child); in rotate() 143 set_child(grandparent, get_side(grandparent, parent), child); in rotate() 179 uint8_t side = get_side(grandparent, parent); in fix_extra_red() 200 uint8_t parent_side = get_side(parent, node); in fix_extra_red() 277 uint8_t n_side = get_side(parent, n); in fix_missing_black() 425 set_child(hiparent, get_side(hiparent, node), node2); in rb_remove() 434 set_child(loparent, get_side(loparent, node2), node); in rb_remove() 485 set_child(parent, get_side(parent, node), NULL); in rb_remove() 488 set_child(parent, get_side(parent, node), child); in rb_remove()
|