HomeSort by: relevance | last modified time | path
    Searched refs:nb2 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/map-mbone/
mapper.c 709 Neighbor *nb2; local
715 (!(nb2 = find_neighbor(node->addr, nb_node))
719 if (nb2 && (nb2->metric != nb->metric
720 || nb2->threshold != nb->threshold))
721 printf(",%d/%d", nb2->metric, nb2->threshold);
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-gcd.c 94 make_chain_operands (mpz_t ref, mpz_t a, mpz_t b, gmp_randstate_t rs, int nb1, int nb2, int chain_len)
114 mpz_urandomb (bs, rs, mpz_get_ui (bs) % nb2 + 1);
121 mpz_urandomb (bs, rs, mpz_get_ui (bs) % nb2 + 1);

Completed in 29 milliseconds