Searched refs:father (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_heap.c160 /* make sure that son >= father along the path */
162 int father = HEAP_FATHER(son); local
165 if (DN_KEY_LT( h->p[father].key, h->p[son].key ) )
167 /* son smaller than father, swap and repeat */
168 HEAP_SWAP(h->p[son], h->p[father], tmp);
170 son = father;
182 int child, father, max = h->elements - 1; local
189 father = 0; /* default: move up smallest child */
194 father = *((int *)((char *)obj + h->ofs));
195 if (father <
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Det-forest.h65 struct et_node *father; /* Father of the node. */ member in struct:et_node
H A Det-forest.c476 nw->father = NULL;
495 if (t->father)
522 /* Sets father of et tree T to FATHER. */
525 et_set_father (struct et_node *t, struct et_node *father) argument
531 new_f_occ = et_new_occ (father);
533 rmost = father->rightmost_occ;
559 t->father = father;
560 right = father->son;
571 father
584 struct et_node *father = t->father; local
[all...]
H A Dcfgloop.c331 struct loop *ploop, *father = loop->outer;
333 loop->depth = father->depth + 1;
341 memcpy (loop->pred, father->pred, sizeof (struct loop *) * father->depth);
342 loop->pred[father->depth] = father;
348 /* Add LOOP to the loop hierarchy tree where FATHER is father of the
353 flow_loop_tree_node_add (struct loop *father, struct loop *loop)
355 loop->next = father->inner;
356 father
330 struct loop *ploop, *father = loop->outer; local
352 flow_loop_tree_node_add(struct loop *father, struct loop *loop) argument
366 struct loop *prev, *father; local
[all...]
H A Ddominance.c601 if (!bb->dom[dir]->father)
681 if (!node->father)
684 return node->father->data;
697 if (node->father)
699 if (node->father->data == dominated_by)
1093 return next->father->son == next ? NULL : next->data;
H A Dcfgloopmanip.c570 struct loop *father = loop->pred[0], *act; local
578 if (flow_loop_nested_p (father, act))
579 father = act;
583 if (father != loop->outer)
585 for (act = loop->outer; act != father; act = act->outer)
588 flow_loop_tree_node_add (father, loop);
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.birthday50 02/08 Friedleib F. Runge born, 1795, father of paper chromatography
208 08/29 Oliver Wendell Holmes born, 1809, physician & father of the jurist
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dieee.c1910 bfd_vma attr, frame_type, push_mask, nargs, level, father; local
1985 || ! ieee_read_optional_number (info, pp, &father, &present))

Completed in 190 milliseconds