Searched refs:ind2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c72 uint8_t ind1, ind2; local
87 for (ind2 = 0; ind2 <= p_found_dr_path->hop_count; ind2++)
88 if (p_found_dr_path->path[ind2] !=
89 p_dr_path->path[ind2])
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c386 int64_t ind2 = vltable_get_lidindex(&dlid, vltable); local
388 if (ind1 > -1 && ind2 > -1)
390 vls[ind1 + ind2 * vltable->num_lids]);
400 int64_t ind2 = vltable_get_lidindex(&dlid, vltable); local
402 if (ind1 > -1 && ind2 > -1)
403 vltable->vls[ind1 + ind2 * vltable->num_lids] = vl;
411 uint64_t ind1 = 0, ind2 = 0; local
414 for (ind2 = 0; ind2 < vltable->num_lids; ind2
437 uint64_t ind1 = 0, ind2 = 0; local
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dbuiltins.c8417 tree ind2 = fold_convert (integer_type_node,
8421 return fold_build2 (MINUS_EXPR, integer_type_node, ind1, ind2);
8575 tree ind2 = fold_convert (integer_type_node,
8579 return fold_build2 (MINUS_EXPR, integer_type_node, ind1, ind2);
8414 tree ind2 = fold_convert (integer_type_node, local
8572 tree ind2 = fold_convert (integer_type_node, local

Completed in 71 milliseconds