bn_wexpand
if (!bn_wexpand(r, rn + 1))
if (!bn_wexpand(r, rn))
if (!bn_wexpand(snum, sdiv->top + 2))
if (!bn_wexpand(snum, snum->top + 1))
if (!bn_wexpand(res, (loop + 1)))
if (!bn_wexpand(tmp, (div_n + 1)))
if (!bn_wexpand(b, top))
return bn_wexpand(bn, words);
return bn_wexpand(bn, words);
if (!bn_wexpand(a, b->top))
if (!bn_wexpand(a, 1))
if (!bn_wexpand(a, i + 1))
if (!bn_wexpand(a, words) || !bn_wexpand(b, words))
int bn_wexpand(BIGNUM *a, int words);
if (!bn_wexpand(N, 2))
if (!bn_wexpand(r, n_len))
if (!bn_wexpand(a, max))
if (!bn_wexpand(r, mctx->N.top))
if (!bn_wexpand(t, mctx->N.top * 2 + 2))
if (!bn_wexpand(r, mctx->N.top))
if (!bn_wexpand(rr, rn))
if (!bn_wexpand(r, count))
if (!bn_wexpand(r, count))
if (!bn_wexpand(rr, r_len))
if (!bn_wexpand(a, a->top + 1))
if (!bn_wexpand(a, a->top + 1))
if (!bn_wexpand(bn, fm->n))
if (!bn_wexpand(k, group_top + 2) ||
!bn_wexpand(lambda, group_top + 2))
if (!bn_wexpand(s->X, group_top) ||
!bn_wexpand(s->Y, group_top) ||
!bn_wexpand(s->Z, group_top) ||
!bn_wexpand(r->X, group_top) ||
!bn_wexpand(r->Y, group_top) ||
!bn_wexpand(r->Z, group_top))