Searched refs:bits1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp2.c | 20 int i, j, bits, b, bits1, bits2, ret = in BN_mod_exp2_mont() local 39 bits1 = BN_num_bits(p1); in BN_mod_exp2_mont() 41 if ((bits1 == 0) && (bits2 == 0)) { in BN_mod_exp2_mont() 46 bits = (bits1 > bits2) ? bits1 : bits2; in BN_mod_exp2_mont() 65 window1 = BN_window_bits_for_exponent_size(bits1); in BN_mod_exp2_mont()
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | huf_decompress_amd64.S | 60 #define bits1 rdx macro 128 movq 72(%rax), %bits1 331 movq %bits1, 72(%rax) 382 movq 72(%rax), %bits1 563 movq %bits1, 72(%rax)
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 3352 int bits1, bits2, bits3; in oncore_get_timestamp() local 3354 bits1 = (instance->BEHa[129]>>5) & 0x7; /* actually Ha */ in oncore_get_timestamp() 3357 instance->rsm.bad_fix = (bits2 & 0x8) || (bits1 == 0x2); in oncore_get_timestamp() 3369 bits1, bits2, bits3, in oncore_get_timestamp()
|