Searched refs:wnumtop (Results 1 – 1 of 1) sorted by relevance
269 BN_ULONG *resp, *wnum, *wnumtop; in bn_div_fixed_top() local320 wnumtop = &(snum->d[num_n - 1]); in bn_div_fixed_top()339 for (i = 0; i < loop; i++, wnumtop--) { in bn_div_fixed_top()346 q = bn_div_3_words(wnumtop, d1, d0); in bn_div_fixed_top()350 n0 = wnumtop[0]; in bn_div_fixed_top()351 n1 = wnumtop[-1]; in bn_div_fixed_top()355 BN_ULONG n2 = (wnumtop == wnum) ? 0 : wnumtop[-2]; in bn_div_fixed_top()439 (*wnumtop) += l0; in bn_div_fixed_top()440 assert((*wnumtop) == 0); in bn_div_fixed_top()
Completed in 4 milliseconds