HomeSort by: relevance | last modified time | path
    Searched defs:tentative (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet6/
nd6_nbr.c 113 int anycast = 0, proxy = 0, tentative = 0; local
221 * (3) "tentative" address on which DAD is being performed.
281 tentative = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_TENTATIVE;
301 * one of my tentative address.
311 if (tentative) {
706 * If my address is tentative, this means that there's somebody
1222 "nd6_dad_start: called with non-tentative address "
1333 log(LOG_ERR, "nd6_dad_timer: called with non-tentative address "
nd6_nbr.c 113 int anycast = 0, proxy = 0, tentative = 0; local
221 * (3) "tentative" address on which DAD is being performed.
281 tentative = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_TENTATIVE;
301 * one of my tentative address.
311 if (tentative) {
706 * If my address is tentative, this means that there's somebody
1222 "nd6_dad_start: called with non-tentative address "
1333 log(LOG_ERR, "nd6_dad_timer: called with non-tentative address "
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-coalesce.cc 1605 partition tentative = partition_new (parts); local
1609 TENTATIVE. */
1616 int p1 = partition_find (tentative, var_to_partition (map, v1));
1618 int p2 = partition_find (tentative, var_to_partition (map, v2));
1623 partition_union (tentative, p1, p2);
1630 int p1 = partition_find (tentative, var_to_partition (map, v1));
1632 int p2 = partition_find (tentative, var_to_partition (map, v2));
1637 partition_union (tentative, p1, p2);
1664 int p1 = partition_find (tentative, var_to_partition (map, res));
1665 int p2 = partition_find (tentative, var_to_partition (map, arg))
    [all...]
tree-ssa-coalesce.cc 1605 partition tentative = partition_new (parts); local
1609 TENTATIVE. */
1616 int p1 = partition_find (tentative, var_to_partition (map, v1));
1618 int p2 = partition_find (tentative, var_to_partition (map, v2));
1623 partition_union (tentative, p1, p2);
1630 int p1 = partition_find (tentative, var_to_partition (map, v1));
1632 int p2 = partition_find (tentative, var_to_partition (map, v2));
1637 partition_union (tentative, p1, p2);
1664 int p1 = partition_find (tentative, var_to_partition (map, res));
1665 int p2 = partition_find (tentative, var_to_partition (map, arg))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-coalesce.cc 1584 partition tentative = partition_new (parts); local
1588 TENTATIVE. */
1595 int p1 = partition_find (tentative, var_to_partition (map, v1));
1597 int p2 = partition_find (tentative, var_to_partition (map, v2));
1602 partition_union (tentative, p1, p2);
1609 int p1 = partition_find (tentative, var_to_partition (map, v1));
1611 int p2 = partition_find (tentative, var_to_partition (map, v2));
1616 partition_union (tentative, p1, p2);
1643 int p1 = partition_find (tentative, var_to_partition (map, res));
1644 int p2 = partition_find (tentative, var_to_partition (map, arg))
    [all...]
tree-ssa-coalesce.cc 1584 partition tentative = partition_new (parts); local
1588 TENTATIVE. */
1595 int p1 = partition_find (tentative, var_to_partition (map, v1));
1597 int p2 = partition_find (tentative, var_to_partition (map, v2));
1602 partition_union (tentative, p1, p2);
1609 int p1 = partition_find (tentative, var_to_partition (map, v1));
1611 int p2 = partition_find (tentative, var_to_partition (map, v2));
1616 partition_union (tentative, p1, p2);
1643 int p1 = partition_find (tentative, var_to_partition (map, res));
1644 int p2 = partition_find (tentative, var_to_partition (map, arg))
    [all...]

Completed in 49 milliseconds