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

  /src/external/bsd/libarchive/dist/libarchive/
archive_rb.c 50 #define RB_SET_FATHER(rb, father) \
197 RB_SET_FATHER(self, parent);
254 RB_SET_FATHER(new_father, grandpa);
255 RB_SET_FATHER(new_child, new_father);
268 RB_SET_FATHER(new_child->rb_nodes[which], new_child);
411 RB_SET_FATHER(standin_son, standin_father);
444 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
457 RB_SET_FATHER(standin->rb_nodes[standin_other], standin);
464 RB_SET_FATHER(standin, RB_FATHER(self));
491 RB_SET_FATHER(son, father)
    [all...]
  /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 25 milliseconds