HomeSort by: relevance | last modified time | path
    Searched refs:RB_SET_FATHER (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libc/gen/
rbtree.c 262 RB_SET_FATHER(self, parent);
366 RB_SET_FATHER(new_father, grandpa);
367 RB_SET_FATHER(new_child, new_father);
390 RB_SET_FATHER(new_child->rb_nodes[which], new_child);
544 RB_SET_FATHER(self, NULL);
615 RB_SET_FATHER(standin_son, standin_father);
652 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
667 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
674 RB_SET_FATHER(standin, RB_FATHER(self));
686 RB_SET_FATHER(self, NULL)
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
rbtree.h 224 RB_SET_FATHER(root, (struct rb_node *)(void *)&to->rbr_tree.rbt_root);
  /src/sys/sys/
rbtree.h 72 #define RB_SET_FATHER(rb, father) \

Completed in 16 milliseconds