HomeSort by: relevance | last modified time | path
    Searched defs:grandpa (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/gen/
rb.c 332 struct rb_node * const grandpa = RB_FATHER(old_father); local in function:rb_tree_reparent_nodes
345 rb_tree_check_node(rbt, grandpa, NULL, false));
350 grandpa->rb_nodes[RB_POSITION(old_father)] = new_father;
357 RB_SET_FATHER(new_father, grandpa);
388 rb_tree_check_node(rbt, grandpa, NULL, false));
395 struct rb_node * grandpa = RB_FATHER(father); local in function:rb_tree_insert_rebalance
414 grandpa = RB_FATHER(father);
415 KASSERT(RB_BLACK_P(grandpa));
417 which = (father == grandpa->rb_right);
419 uncle = grandpa->rb_nodes[other]
    [all...]
rb.c 332 struct rb_node * const grandpa = RB_FATHER(old_father); local in function:rb_tree_reparent_nodes
345 rb_tree_check_node(rbt, grandpa, NULL, false));
350 grandpa->rb_nodes[RB_POSITION(old_father)] = new_father;
357 RB_SET_FATHER(new_father, grandpa);
388 rb_tree_check_node(rbt, grandpa, NULL, false));
395 struct rb_node * grandpa = RB_FATHER(father); local in function:rb_tree_insert_rebalance
414 grandpa = RB_FATHER(father);
415 KASSERT(RB_BLACK_P(grandpa));
417 which = (father == grandpa->rb_right);
419 uncle = grandpa->rb_nodes[other]
    [all...]

Completed in 25 milliseconds