Lines Matching refs:top
64 dv->top = 1;
144 int top = num->top; in bn_left_align() local
145 int rshift = BN_num_bits_word(d[top - 1]), lshift, i; in bn_left_align()
152 for (i = 0, m = 0; i < top; i++) { in bn_left_align()
224 if (divisor->d[divisor->top - 1] == 0) { in BN_div()
273 assert(divisor->top > 0 && divisor->d[divisor->top - 1] != 0); in bn_div_fixed_top()
303 div_n = sdiv->top; in bn_div_fixed_top()
304 num_n = snum->top; in bn_div_fixed_top()
311 snum->top = num_n = div_n + 1; in bn_div_fixed_top()
331 res->top = loop; in bn_div_fixed_top()
447 snum->top = div_n; in bn_div_fixed_top()