Searched refs:cand2 (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | call.c | 2458 struct z_candidate **cand2; in print_z_candidates() local 2471 cand2 = &cand1->next; in print_z_candidates() 2472 while (*cand2) in print_z_candidates() 2474 if (TREE_CODE ((*cand2)->fn) == FUNCTION_DECL in print_z_candidates() 2475 && equal_functions (fn, (*cand2)->fn)) in print_z_candidates() 2476 *cand2 = (*cand2)->next; in print_z_candidates() 2478 cand2 = &(*cand2)->next; in print_z_candidates() 6099 joust (struct z_candidate *cand1, struct z_candidate *cand2, bool warn) in joust() argument 6108 if (cand1->viable > cand2->viable) in joust() 6110 if (cand1->viable < cand2->viable) in joust() [all …]
|
| /NextBSD/sys/dev/netmap/ |
| HD | netmap_vale.c | 604 int i, j, cand = -1, cand2 = -1; in netmap_get_bdg_na() local 654 cand2 = b->bdg_port_index[b->bdg_active_ports + 1]; in netmap_get_bdg_na() 656 b->bdg_basename, ifname, b->bdg_active_ports, cand, cand2); in netmap_get_bdg_na() 710 b->bdg_ports[cand2] = hostna; in netmap_get_bdg_na() 711 hostna->bdg_port = cand2; in netmap_get_bdg_na() 714 ND("host %p to bridge port %d", hostna, cand2); in netmap_get_bdg_na()
|