Searched refs:bits1 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c3350 int bits1, bits2, bits3; local
3352 bits1 = (instance->BEHa[129]>>5) & 0x7; /* actually Ha */
3355 instance->rsm.bad_fix = (bits2 & 0x8) || (bits1 == 0x2);
3367 bits1, bits2, bits3,
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp2.c122 int i, j, bits, b, bits1, bits2, ret = local
141 bits1 = BN_num_bits(p1);
143 if ((bits1 == 0) && (bits2 == 0)) {
148 bits = (bits1 > bits2) ? bits1 : bits2;
167 window1 = BN_window_bits_for_exponent_size(bits1);

Completed in 139 milliseconds