Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_div.c384 BN_ULONG t2l, t2h; in bn_div_fixed_top() local
392 BN_UMULT_LOHI(t2l, t2h, d1, q); in bn_div_fixed_top()
394 t2l = d1 * q; in bn_div_fixed_top()
399 t2l = LBITS(d1); in bn_div_fixed_top()
403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
408 if ((t2h < rem) || ((t2h == rem) && (t2l <= n2))) in bn_div_fixed_top()
414 if (t2l < d1) in bn_div_fixed_top()
416 t2l -= d1; in bn_div_fixed_top()

Completed in 4 milliseconds