Searched refs:num_val (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_mult.c427 size_t num_val; local
529 * num_val will be the total number of temporarily precomputed points
531 num_val = 0;
538 num_val += (size_t)1 << (wsize[i] - 1);
663 val = OPENSSL_malloc((num_val + 1) * sizeof(val[0]));
668 val[num_val] = NULL; /* pivot element */
681 if (!(v == val + num_val)) {
717 || !group->meth->points_make_affine(group, num_val, val, ctx))
/freebsd-current/contrib/bmake/
H A Dvar.c3297 num_val(Substring s) function
3327 a = num_val(*((const Substring *)sa));
3328 b = num_val(*((const Substring *)sb));

Completed in 569 milliseconds