Searched refs:t2h (Results 1 – 1 of 1) sorted by relevance
384 BN_ULONG t2l, t2h; in bn_div_fixed_top() local392 BN_UMULT_LOHI(t2l, t2h, d1, q); in bn_div_fixed_top()395 t2h = BN_UMULT_HIGH(d1, q); in bn_div_fixed_top()400 t2h = HBITS(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()415 t2h--; in bn_div_fixed_top()
Completed in 4 milliseconds