Searched refs:ubits (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | jpegxl_probe.c | 67 const uint32_t ubits [4] = {u0, u1, u2, u3}; in jxl_u32() local 71 if (ubits[choice]) in jxl_u32() 72 ret += get_bits_long(gb, ubits[choice]); in jxl_u32()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 624 int ubits = BN_num_bits(u); in BN_GF2m_mod_inv_vartime() local 653 while (ubits && !(udp[0] & 1)) { in BN_GF2m_mod_inv_vartime() 670 ubits--; in BN_GF2m_mod_inv_vartime() 673 if (ubits <= BN_BITS2) { in BN_GF2m_mod_inv_vartime() 680 if (ubits < vbits) { in BN_GF2m_mod_inv_vartime() 681 i = ubits; in BN_GF2m_mod_inv_vartime() 682 ubits = vbits; in BN_GF2m_mod_inv_vartime() 699 if (ubits == vbits) { in BN_GF2m_mod_inv_vartime() 701 int utop = (ubits - 1) / BN_BITS2; in BN_GF2m_mod_inv_vartime() 705 ubits in BN_GF2m_mod_inv_vartime() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 625 int ubits = BN_num_bits(u); in BN_GF2m_mod_inv_vartime() local 654 while (ubits && !(udp[0] & 1)) { in BN_GF2m_mod_inv_vartime() 671 ubits--; in BN_GF2m_mod_inv_vartime() 674 if (ubits <= BN_BITS2) { in BN_GF2m_mod_inv_vartime() 681 if (ubits < vbits) { in BN_GF2m_mod_inv_vartime() 682 i = ubits; in BN_GF2m_mod_inv_vartime() 683 ubits = vbits; in BN_GF2m_mod_inv_vartime() 700 if (ubits == vbits) { in BN_GF2m_mod_inv_vartime() 702 int utop = (ubits - 1) / BN_BITS2; in BN_GF2m_mod_inv_vartime() 706 ubits in BN_GF2m_mod_inv_vartime() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.cpp | 44 ubits, rraddr, shaddr) \ 45 {int_width, fp_width, svec_width, uvec_width, sbits, ubits},
|
H A D | IceTargetLoweringARM32.cpp | 1746 ubits, rraddr, shaddr) \ 1758 ubits, rraddr, shaddr) \ 1760 (1 << ubits) - 1, \ 1761 (ubits) > 0, \
|
Completed in 17 milliseconds