Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_gf2m.c615 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/
DIceInstARM32.def91 // ubits, rraddr, shaddr)
DIceTargetLoweringARM32.cpp1746 ubits, rraddr, shaddr) \ argument
1758 ubits, rraddr, shaddr) \ argument
1760 (1 << ubits) - 1, \
1761 (ubits) > 0, \
DIceInstARM32.cpp44 ubits, rraddr, shaddr) \ argument
45 {int_width, fp_width, svec_width, uvec_width, sbits, ubits},