Home
last modified time | relevance | path

Searched refs:digit_bits (Results 1 – 25 of 37) sorted by relevance

12

/dports/security/libecc/libecc-0.14.0/testsuite/bitset/
H A DbitsetTestConsts.cc8 CPPUNIT_ASSERT( libecc::bitset_digit_bits == digit_bits ); in testConsts()
13 …CPPUNIT_ASSERT( libecc::bitset<digit_bits + fourDSm1>::digits == libecc::bitset<digit_bits + fourD… in testConsts()
14 …CPPUNIT_ASSERT( libecc::bitset<digit_bits + fourDS>::digits == libecc::bitset<digit_bits + fourDSp… in testConsts()
15 …CPPUNIT_ASSERT( libecc::bitset<digit_bits + fourDSp1>::digits == libecc::bitset<digit_bits + fourD… in testConsts()
17 CPPUNIT_ASSERT( libecc::bitset<fourDS>::digits * digit_bits == fourDS ); in testConsts()
18 CPPUNIT_ASSERT( libecc::bitset<digit_bits + fourDS>::digits * digit_bits == digit_bits + fourDS ); in testConsts()
27 CPPUNIT_ASSERT( libecc::bitset<digit_bits + fourDSp1>::valid_bits == 1 ); in testConsts()
28 CPPUNIT_ASSERT( libecc::bitset<digit_bits + fourDSp2>::valid_bits == 3 ); in testConsts()
29 CPPUNIT_ASSERT( libecc::bitset<digit_bits + fourDSp3>::valid_bits == 7 ); in testConsts()
34 CPPUNIT_ASSERT( libecc::bitset<digit_bits + fourDSm1>::has_excess_bits ); in testConsts()
[all …]
H A DbitsetTestsuite.cc12 size_t const bitsetTest::digit_bits; member in bitsetTest
H A DbitsetTest.h13 static size_t const digit_bits = ECC_BITS; variable
/dports/lang/v8/v8-9.6.180.12/src/bigint/
H A Dfromstring.cc274 int digit_bits = kDigitBits - unused_last_part_bits; in FromStringBasePowerOfTwo() local
280 while (digit_bits < kDigitBits) { in FromStringBasePowerOfTwo()
283 digit |= part << digit_bits; in FromStringBasePowerOfTwo()
284 int part_shift = kDigitBits - digit_bits; in FromStringBasePowerOfTwo()
286 digit_bits += part_bits; in FromStringBasePowerOfTwo()
291 digit_bits = kDigitBits; in FromStringBasePowerOfTwo()
298 digit_bits = part_bits; in FromStringBasePowerOfTwo()
300 if (digit_bits > 0) { in FromStringBasePowerOfTwo()
/dports/security/samhain/samhain-4.4.3/src/
H A Dmkhdr.c68 int digit_bits; variable
196 digit_bits = char_bits * int_descrs[j].int_size; in main()
198 fprintf(fpOut, "#define BIGNUM_DIGIT_BITS %d\n", digit_bits); in main()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dmkhdr.c68 int digit_bits; variable
196 digit_bits = char_bits * int_descrs[j].int_size; in main()
198 fprintf(fpOut, "#define BIGNUM_DIGIT_BITS %d\n", digit_bits); in main()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dmkhdr.c68 int digit_bits; variable
196 digit_bits = char_bits * int_descrs[j].int_size; in main()
198 fprintf(fpOut, "#define BIGNUM_DIGIT_BITS %d\n", digit_bits); in main()
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-bigint/src/biguint/
H A Dconvert.rs281 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
282 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
289 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/num-bigint-0.3.3/src/biguint/
H A Dconvert.rs281 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
282 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
289 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/num-bigint-0.3.2/src/biguint/
H A Dconvert.rs282 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
283 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
290 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/num-bigint-0.4.1/src/biguint/
H A Dconvert.rs282 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
283 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
290 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Dconvert.rs281 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
282 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
289 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Dconvert.rs281 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
282 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
289 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/num-bigint-0.4.2/src/biguint/
H A Dconvert.rs281 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
282 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
289 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Dconvert.rs281 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
282 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
289 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/num-bigint-0.4.3/src/biguint/
H A Dconvert.rs281 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
282 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
289 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/num-bigint-0.4.2/src/biguint/
H A Dconvert.rs281 let digit_bits = (bits - 1) % u64::from(big_digit::BITS) + 1; in high_bits_to_u64() localVariable
282 let bits_want = Ord::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
289 let d0 = u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/num-bigint-0.2.2/src/
H A Dbiguint.rs1437 let digit_bits = (bits - 1) % big_digit::BITS + 1; in high_bits_to_u64() localVariable
1438 let bits_want = cmp::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
1443 ret |= *d as u64 >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/num-bigint-0.2.6/src/
H A Dbiguint.rs1525 let digit_bits = (bits - 1) % big_digit::BITS + 1; in high_bits_to_u64() localVariable
1526 let bits_want = cmp::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
1531 ret |= u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/num-bigint-0.2.6/src/
H A Dbiguint.rs1525 let digit_bits = (bits - 1) % big_digit::BITS + 1; in high_bits_to_u64() localVariable
1526 let bits_want = cmp::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
1531 ret |= u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/num-bigint-0.2.6/src/
H A Dbiguint.rs1525 let digit_bits = (bits - 1) % big_digit::BITS + 1; in high_bits_to_u64() localVariable
1526 let bits_want = cmp::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
1531 ret |= u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/security/suricata/suricata-6.0.4/rust/vendor/num-bigint-0.2.6/src/
H A Dbiguint.rs1525 let digit_bits = (bits - 1) % big_digit::BITS + 1; in high_bits_to_u64() localVariable
1526 let bits_want = cmp::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
1531 ret |= u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/num-bigint-0.2.6/src/
H A Dbiguint.rs1525 let digit_bits = (bits - 1) % big_digit::BITS + 1; in high_bits_to_u64() localVariable
1526 let bits_want = cmp::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
1531 ret |= u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/www/firefox/firefox-99.0/third_party/rust/num-bigint/src/
H A Dbiguint.rs1525 let digit_bits = (bits - 1) % big_digit::BITS + 1; in high_bits_to_u64() localVariable
1526 let bits_want = cmp::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
1531 ret |= u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/num-bigint/src/
H A Dbiguint.rs1525 let digit_bits = (bits - 1) % big_digit::BITS + 1; in high_bits_to_u64() localVariable
1526 let bits_want = cmp::min(64 - ret_bits, digit_bits); in high_bits_to_u64()
1531 ret |= u64::from(*d) >> (digit_bits - bits_want); in high_bits_to_u64()

12