Home
last modified time | relevance | path

Searched defs:father (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_rb.c50 #define RB_SET_FATHER(rb, father) \ argument
276 struct archive_rb_node * father = RB_FATHER(self); in __archive_rb_tree_insert_rebalance() local
352 struct archive_rb_node *father = RB_FATHER(self); in __archive_rb_tree_prune_node() local
477 struct archive_rb_node *father = RB_FATHER(self); in __archive_rb_tree_prune_blackred_branch() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Det-forest.h62 struct et_node *father; /* Father of the node. */ member
H A Det-forest.cc517 et_set_father (struct et_node *t, struct et_node *father) in et_set_father()
576 struct et_node *father = t->father; in et_split() local
H A Dcfgloop.cc281 establish_preds (class loop *loop, class loop *father) in establish_preds()
305 flow_loop_tree_node_add (class loop *father, class loop *loop, in flow_loop_tree_node_add()
327 class loop *prev, *father; in flow_loop_tree_node_remove() local
H A Dtree-ssa-loop-ivcanon.cc1478 loop_p father = get_loop (cfun, i); in tree_unroll_loops_completely() local
H A Dcfgloopmanip.cc130 class loop *father = current_loops->tree_root, *act; in fix_loop_placement() local
H A Dtree-ssa-reassoc.cc321 class loop *father = bb->loop_father; in phi_rank() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Det-forest.h62 struct et_node *father; /* Father of the node. */ member
H A Det-forest.c517 et_set_father (struct et_node *t, struct et_node *father) in et_set_father()
576 struct et_node *father = t->father; in et_split() local
H A Dcfgloop.c281 establish_preds (class loop *loop, class loop *father) in establish_preds()
305 flow_loop_tree_node_add (class loop *father, class loop *loop, in flow_loop_tree_node_add()
327 class loop *prev, *father; in flow_loop_tree_node_remove() local
H A Dtree-ssa-loop-ivcanon.c1480 loop_p father = get_loop (cfun, i); in tree_unroll_loops_completely() local
H A Dcfgloopmanip.c130 class loop *father = current_loops->tree_root, *act; in fix_loop_placement() local
H A Dtree-ssa-reassoc.c272 class loop *father = bb->loop_father; in phi_rank() local
/netbsd-src/common/lib/libc/gen/
H A Drb.c394 struct rb_node * father = RB_FATHER(self); in rb_tree_insert_rebalance() local
501 struct rb_node *father = RB_FATHER(self); in rb_tree_prune_node() local
706 struct rb_node *father = RB_FATHER(self); in rb_tree_prune_blackred_branch() local
/netbsd-src/sys/sys/
H A Drbtree.h64 #define RB_SET_FATHER(rb, father) \ argument