Searched refs:t2l (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 384 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()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 384 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()
|
/third_party/lame/libmp3lame/ |
H A D | tables.c | 217 static const uint8_t t2l[] = { variable 413 {3, 0, t2HB, t2l},
|
Completed in 3 milliseconds