HomeSort by: relevance | last modified time | path
    Searched refs:t2h (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_div.c 386 BN_ULONG t2l, t2h; local
394 BN_UMULT_LOHI(t2l, t2h, d1, q);
397 t2h = BN_UMULT_HIGH(d1, q);
402 t2h = HBITS(d1);
405 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
410 if ((t2h < rem) || ((t2h == rem) && (t2l <= n2)))
417 t2h--;
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_div.c 384 BN_ULONG t2l, t2h; local
392 BN_UMULT_LOHI(t2l, t2h, d1, q);
395 t2h = BN_UMULT_HIGH(d1, q);
400 t2h = HBITS(d1);
403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
408 if ((t2h < rem) || ((t2h == rem) && (t2l <= n2)))
415 t2h--;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_div.c 384 BN_ULONG t2l, t2h; local
392 BN_UMULT_LOHI(t2l, t2h, d1, q);
395 t2h = BN_UMULT_HIGH(d1, q);
400 t2h = HBITS(d1);
403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */
408 if ((t2h < rem) || ((t2h == rem) && (t2l <= n2)))
415 t2h--;

Completed in 36 milliseconds