Home
last modified time | relevance | path

Searched refs:vbits (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/lib/libc/gdtoa/
H A D_ldtoa.c67 void *vbits = bits; in __ldtoa() local
106 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve); in __ldtoa()
/freebsd-13.1/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c616 int vbits = BN_num_bits(v); /* v is copy of p */ in BN_GF2m_mod_inv_vartime() local
671 if (ubits < vbits) { in BN_GF2m_mod_inv_vartime()
673 ubits = vbits; in BN_GF2m_mod_inv_vartime()
674 vbits = i; in BN_GF2m_mod_inv_vartime()
690 if (ubits == vbits) { in BN_GF2m_mod_inv_vartime()