Home
last modified time | relevance | path

Searched refs:bits1 (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssl/crypto/bn/
H A Dbn_exp2.c20 int i, j, bits, b, bits1, bits2, ret = 0, wpos1, wpos2, window1, window2, wvalue1, wvalue2; in BN_mod_exp2_mont() local
38 bits1 = BN_num_bits(p1); in BN_mod_exp2_mont()
40 if ((bits1 == 0) && (bits2 == 0)) { in BN_mod_exp2_mont()
45 bits = (bits1 > bits2) ? bits1 : bits2; in BN_mod_exp2_mont()
64 window1 = BN_window_bits_for_exponent_size(bits1); in BN_mod_exp2_mont()
/src/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress_amd64.S60 #define bits1 rdx macro
128 movq 72(%rax), %bits1
331 movq %bits1, 72(%rax)
382 movq 72(%rax), %bits1
563 movq %bits1, 72(%rax)
/src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress_amd64.S80 #define bits1 rdx macro
153 movq 72(%rax), %bits1
355 movq %bits1, 72(%rax)
412 movq 72(%rax), %bits1
581 movq %bits1, 72(%rax)
/src/contrib/ntp/ntpd/
H A Drefclock_oncore.c3352 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()