Searched refs:ubits (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_gf2m.c | 615 int ubits = BN_num_bits(u); in BN_GF2m_mod_inv_vartime() local 644 while (ubits && !(udp[0] & 1)) { in BN_GF2m_mod_inv_vartime() 661 ubits--; in BN_GF2m_mod_inv_vartime() 664 if (ubits <= BN_BITS2) { in BN_GF2m_mod_inv_vartime() 671 if (ubits < vbits) { in BN_GF2m_mod_inv_vartime() 672 i = ubits; in BN_GF2m_mod_inv_vartime() 673 ubits = vbits; in BN_GF2m_mod_inv_vartime() 690 if (ubits == vbits) { in BN_GF2m_mod_inv_vartime() 692 int utop = (ubits - 1) / BN_BITS2; in BN_GF2m_mod_inv_vartime() 696 ubits = utop * BN_BITS2 + BN_num_bits_word(ul); in BN_GF2m_mod_inv_vartime()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.def | 91 // ubits, rraddr, shaddr)
|
D | IceTargetLoweringARM32.cpp | 1746 ubits, rraddr, shaddr) \ argument 1758 ubits, rraddr, shaddr) \ argument 1760 (1 << ubits) - 1, \ 1761 (ubits) > 0, \
|
D | IceInstARM32.cpp | 44 ubits, rraddr, shaddr) \ argument 45 {int_width, fp_width, svec_width, uvec_width, sbits, ubits},
|