OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tentative
(Results
1 - 3
of
3
) 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 "
/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
...]
/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
...]
Completed in 20 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026