Searched defs:father (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_rb.c | 50 #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 D | et-forest.h | 62 struct et_node *father; /* Father of the node. */ member
|
H A D | et-forest.cc | 517 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 D | cfgloop.cc | 281 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 D | tree-ssa-loop-ivcanon.cc | 1478 loop_p father = get_loop (cfun, i); in tree_unroll_loops_completely() local
|
H A D | cfgloopmanip.cc | 130 class loop *father = current_loops->tree_root, *act; in fix_loop_placement() local
|
H A D | tree-ssa-reassoc.cc | 321 class loop *father = bb->loop_father; in phi_rank() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | et-forest.h | 62 struct et_node *father; /* Father of the node. */ member
|
H A D | et-forest.c | 517 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 D | cfgloop.c | 281 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 D | tree-ssa-loop-ivcanon.c | 1480 loop_p father = get_loop (cfun, i); in tree_unroll_loops_completely() local
|
H A D | cfgloopmanip.c | 130 class loop *father = current_loops->tree_root, *act; in fix_loop_placement() local
|
H A D | tree-ssa-reassoc.c | 272 class loop *father = bb->loop_father; in phi_rank() local
|
/netbsd-src/common/lib/libc/gen/ |
H A D | rb.c | 394 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 D | rbtree.h | 64 #define RB_SET_FATHER(rb, father) \ argument
|