/dflybsd-src/contrib/libarchive/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
|
/dflybsd-src/sys/libprop/ |
H A D | prop_rb.c | 320 struct rb_node * father = RB_FATHER(self); in rb_tree_insert_rebalance() local 427 struct rb_node *father = RB_FATHER(self); in rb_tree_prune_node() local 632 struct rb_node *father = RB_FATHER(self); in rb_tree_prune_blackred_branch() local
|
H A D | prop_rb_impl.h | 73 #define RB_SET_FATHER(rb, father) \ argument
|
/dflybsd-src/contrib/dhcpcd/compat/ |
H A D | rb.c | 397 struct rb_node * father = RB_FATHER(self); in rb_tree_insert_rebalance() local 504 struct rb_node *father = RB_FATHER(self); in rb_tree_prune_node() local 709 struct rb_node *father = RB_FATHER(self); in rb_tree_prune_blackred_branch() local
|
H A D | rbtree.h | 76 #define RB_SET_FATHER(rb, father) \ argument
|
/dflybsd-src/contrib/gcc-8.0/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 (struct loop *loop, struct loop *father) in establish_preds() 305 flow_loop_tree_node_add (struct loop *father, struct loop *loop, in flow_loop_tree_node_add() 327 struct loop *prev, *father; in flow_loop_tree_node_remove() local
|
H A D | tree-ssa-loop-ivcanon.c | 1488 loop_p father = get_loop (cfun, i); in tree_unroll_loops_completely() local
|
H A D | cfgloopmanip.c | 130 struct loop *father = current_loops->tree_root, *act; in fix_loop_placement() local
|
H A D | tree-ssa-reassoc.c | 273 struct loop *father = bb->loop_father; in phi_rank() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | et-forest.h | 63 struct et_node *father; /* Father of the node. */ member
|
H A D | graphite-poly.h | 888 lst_p father; in lst_pred() local 908 lst_p father; in lst_succ() local 1071 lst_p father = LST_LOOP_FATHER (lst); in lst_remove_from_sequence() local 1085 lst_p l, father = LST_LOOP_FATHER (lst); in lst_remove_loop_and_inline_stmts_in_loop_father() local 1172 lst_p father = LST_LOOP_FATHER (lst); in lst_update_scattering() local 1193 lst_p father; in lst_insert_in_sequence() local 1215 lst_p father; in lst_replace() local
|
H A D | et-forest.c | 524 et_set_father (struct et_node *t, struct et_node *father) in et_set_father() 583 struct et_node *father = t->father; in et_split() local
|
H A D | cfgloop.c | 281 establish_preds (struct loop *loop, struct loop *father) in establish_preds() 302 flow_loop_tree_node_add (struct loop *father, struct loop *loop) in flow_loop_tree_node_add() 315 struct loop *prev, *father; in flow_loop_tree_node_remove() local
|
H A D | graphite-interchange.c | 677 lst_p father; in lst_interchange_select_outer() local
|
H A D | cfgloopmanip.c | 130 struct loop *father = current_loops->tree_root, *act; in fix_loop_placement() local
|
H A D | tree-ssa-reassoc.c | 216 struct loop *father = bb->loop_father; in phi_rank() local
|
/dflybsd-src/sys/net/dummynet/ |
H A D | ip_dummynet.c | 297 int father = HEAP_FATHER(son); in heap_insert() local 318 int child, father, max = h->elements - 1; in heap_extract() local
|
/dflybsd-src/sys/net/dummynet3/ |
H A D | ip_dummynet3.c | 316 int father = HEAP_FATHER(son); in heap_insert() local 337 int child, father, max = h->elements - 1; in heap_extract() local
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | ieee.c | 1922 bfd_vma attr, frame_type, push_mask, nargs, level, father; in parse_ieee_ty() local
|