Home
last modified time | relevance | path

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

/freebsd/lib/libc/gdtoa/
H A D_ldtoa.c64 void *vbits = bits; in __ldtoa() local
103 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve); in __ldtoa()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c626 int vbits = BN_num_bits(v); /* v is copy of p */ in BN_GF2m_mod_inv_vartime() local
681 if (ubits < vbits) { in BN_GF2m_mod_inv_vartime()
683 ubits = vbits; in BN_GF2m_mod_inv_vartime()
684 vbits = i; in BN_GF2m_mod_inv_vartime()
700 if (ubits == vbits) { in BN_GF2m_mod_inv_vartime()