Searched refs:roots (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/etc/namedb/
H A Dnamed.conf83 2. No spurious traffic will be sent from your network to the roots
123 2. No spurious traffic will be sent from your network to the roots
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c1102 sbitmap roots; member in struct:scc_info
1141 if (TEST_BIT (si->roots, w))
1196 SET_BIT (si->roots, n);
1583 si->roots = sbitmap_alloc (size);
1584 sbitmap_zero (si->roots);
1601 sbitmap_free (si->roots);
1709 if (TEST_BIT (si->roots, w))
1729 if (TEST_BIT (si->roots, w))
1756 SET_BIT (si->roots, n);

Completed in 101 milliseconds