Searched refs:wnumtop (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 269 BN_ULONG *resp, *wnum, *wnumtop; in bn_div_fixed_top() local 320 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) in bn_div_fixed_top() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 269 BN_ULONG *resp, *wnum, *wnumtop; in bn_div_fixed_top() local 320 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) in bn_div_fixed_top() [all...] |
Completed in 2 milliseconds