Home
last modified time | relevance | path

Searched refs:wnumtop (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_div.c269 BN_ULONG *resp, *wnum, *wnumtop; in bn_div_fixed_top() local
320 wnumtop = &(snum->d[num_n - 1]); in bn_div_fixed_top()
338 for (i = 0; i < loop; i++, wnumtop--) { in bn_div_fixed_top()
345 q = bn_div_3_words(wnumtop, d1, d0); in bn_div_fixed_top()
349 n0 = wnumtop[0]; in bn_div_fixed_top()
350 n1 = wnumtop[-1]; in bn_div_fixed_top()
354 BN_ULONG n2 = (wnumtop == wnum) ? 0 : wnumtop[-2]; in bn_div_fixed_top()
438 (*wnumtop) += l0; in bn_div_fixed_top()
439 assert((*wnumtop) == 0); in bn_div_fixed_top()