OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hv2
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ipf/dist/
ip_nat6.c
1287
u_int hv1,
hv2
;
local
1325
hv2
= NAT_HASH_FN6(&nat->nat_nsrc6, sp, 0xffffffff);
1326
hv2
= NAT_HASH_FN6(&nat->nat_ndst6,
hv2
+ dp,
1338
hv2
= NAT_HASH_FN6(&nat->nat_nsrc6, 0, 0xffffffff);
1339
hv2
= NAT_HASH_FN6(&nat->nat_ndst6,
hv2
,
1341
/* TRACE nat6_nsrcip6, nat6_ndstip6,
hv2
*/
1345
nat->nat_hv[1] =
hv2
;
/src/external/gpl3/gcc/dist/gcc/
ira-color.cc
227
const allocno_hard_regs *
hv2
)
229
return hv1->set ==
hv2
->set;
308
allocno_hard_regs_t
hv2
= *(const allocno_hard_regs_t *) v2p;
310
if (
hv2
->cost > hv1->cost)
312
else if (
hv2
->cost < hv1->cost)
314
return SORTGT (allocno_hard_regs_hasher::hash(
hv2
), allocno_hard_regs_hasher::hash(hv1));
378
allocno_hard_regs_t
hv2
;
395
hv2
= add_allocno_hard_regs (temp_set, hv->cost);
396
add_allocno_hard_regs_to_forest (&node->first,
hv2
);
307
allocno_hard_regs_t
hv2
= *(const allocno_hard_regs_t *) v2p;
local
376
allocno_hard_regs_t
hv2
;
local
/src/external/gpl3/gcc.old/dist/gcc/
ira-color.cc
227
const allocno_hard_regs *
hv2
)
229
return hv1->set ==
hv2
->set;
308
allocno_hard_regs_t
hv2
= *(const allocno_hard_regs_t *) v2p;
310
if (
hv2
->cost > hv1->cost)
312
else if (
hv2
->cost < hv1->cost)
314
return SORTGT (allocno_hard_regs_hasher::hash(
hv2
), allocno_hard_regs_hasher::hash(hv1));
378
allocno_hard_regs_t
hv2
;
395
hv2
= add_allocno_hard_regs (temp_set, hv->cost);
396
add_allocno_hard_regs_to_forest (&node->first,
hv2
);
307
allocno_hard_regs_t
hv2
= *(const allocno_hard_regs_t *) v2p;
local
376
allocno_hard_regs_t
hv2
;
local
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026