Home
last modified time | relevance | path

Searched refs:PRIME_2 (Results 1 – 25 of 40) sorted by relevance

12

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/xxhash-rust-0.8.2/src/
H A Dxxh32_common.rs7 pub const PRIME_2: u32 = 0x85EBCA77; const
14 acc.wrapping_add(input.wrapping_mul(PRIME_2)) in round()
22 input = input.wrapping_mul(PRIME_2); in avalanche()
H A Dxxh64.rs57 input = input.rotate_left(23).wrapping_mul(PRIME_2).wrapping_add(PRIME_3); in finalize()
74 let mut v1 = seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2); in xxh64()
75 let mut v2 = seed.wrapping_add(PRIME_2); in xxh64()
128 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in new()
129 v2: seed.wrapping_add(PRIME_2), in new()
226 self.v1 = seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2); in reset()
227 self.v2 = seed.wrapping_add(PRIME_2); in reset()
H A Dxxh32.rs50 let mut v1 = seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2); in xxh32()
51 let mut v2 = seed.wrapping_add(PRIME_2); in xxh32()
105 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in new()
106 v2: seed.wrapping_add(PRIME_2), in new()
203 self.v1 = seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2); in reset()
204 self.v2 = seed.wrapping_add(PRIME_2); in reset()
H A Dxxh64_common.rs7 pub const PRIME_2: u64 = 0xC2B2AE3D27D4EB4F; const
14 acc.wrapping_add(input.wrapping_mul(PRIME_2)) in round()
28 input = input.wrapping_mul(PRIME_2); in avalanche()
H A Dconst_xxh64.rs38 input = input.rotate_left(23).wrapping_mul(PRIME_2).wrapping_add(PRIME_3); in finalize()
58 let mut v1 = seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2); in xxh64()
59 let mut v2 = seed.wrapping_add(PRIME_2); in xxh64()
H A Dconst_xxh3.rs13 xxh32::PRIME_3 as u64, xxh64::PRIME_1, xxh64::PRIME_2, xxh64::PRIME_3,
14 xxh64::PRIME_4, xxh32::PRIME_2 as u64, xxh64::PRIME_5, xxh32::PRIME_1 as u64
345 … (input_hi & 0xFFFFFFFF00000000).wrapping_add(mult32_to64(input_hi as u32, xxh32::PRIME_2)) in xxh3_128_9to16()
352 input_hi.wrapping_add(mult32_to64(input_hi as u32, xxh32::PRIME_2 - 1)) in xxh3_128_9to16()
358 let (result_low, mut result_hi) = mul64_to128(mul_low, xxh64::PRIME_2); in xxh3_128_9to16()
360 mul_high.wrapping_mul(xxh64::PRIME_2) in xxh3_128_9to16()
402 … .wrapping_add((input.len() as u64).wrapping_sub(seed).wrapping_mul(xxh64::PRIME_2)); in xxh3_128_7to128()
433 … .wrapping_add((input.len() as u64).wrapping_sub(seed).wrapping_mul(xxh64::PRIME_2)); in xxh3_128_129to240()
444 !(input.len() as u64).wrapping_mul(xxh64::PRIME_2)); in xxh3_128_long_impl()
H A Dconst_xxh32.rs40 let mut v1 = seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2); in xxh32()
41 let mut v2 = seed.wrapping_add(PRIME_2); in xxh32()
H A Dxxh3.rs29 xxh32::PRIME_3 as u64, xxh64::PRIME_1, xxh64::PRIME_2, xxh64::PRIME_3,
30 xxh64::PRIME_4, xxh32::PRIME_2 as u64, xxh64::PRIME_5, xxh32::PRIME_1 as u64
677 !(input.len() as u64).wrapping_mul(xxh64::PRIME_2)); in xxh3_128_long_impl()
700 … (input_hi & 0xFFFFFFFF00000000).wrapping_add(mult32_to64(input_hi as u32, xxh32::PRIME_2)) in xxh3_128_9to16()
707 input_hi.wrapping_add(mult32_to64(input_hi as u32, xxh32::PRIME_2 - 1)) in xxh3_128_9to16()
713 let (result_low, mut result_hi) = mul64_to128(mul_low, xxh64::PRIME_2); in xxh3_128_9to16()
715 mul_high.wrapping_mul(xxh64::PRIME_2) in xxh3_128_9to16()
805 … .wrapping_add((input.len() as u64).wrapping_sub(seed).wrapping_mul(xxh64::PRIME_2)); in xxh3_128_7to128()
843 … .wrapping_add((input.len() as u64).wrapping_sub(seed).wrapping_mul(xxh64::PRIME_2)); in xxh3_128_129to240()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/twox-hash-1.5.0/src/
H A Dsixty_four.rs10 const PRIME_2: u64 = 14_029_467_366_897_019_727; const
38 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in with_seed()
39 v2: seed.wrapping_add(PRIME_2), in with_seed()
52 value = value.wrapping_mul(PRIME_2); in ingest_one_number()
96 value = value.wrapping_mul(PRIME_2); in finish()
223 let mut k1 = buffered_u64.wrapping_mul(PRIME_2); in finish()
237 hash = hash.wrapping_mul(PRIME_2); in finish()
251 hash = hash.wrapping_mul(PRIME_2); in finish()
H A Dthirty_two.rs10 const PRIME_2: u32 = 2_246_822_519; const
43 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in with_seed()
44 v2: seed.wrapping_add(PRIME_2), in with_seed()
57 value = value.wrapping_mul(PRIME_2); in ingest_one_number()
229 hash = hash.wrapping_mul(PRIME_2); in finish()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/twox-hash-1.6.1/src/
H A Dsixty_four.rs10 pub const PRIME_2: u64 = 14_029_467_366_897_019_727; const
38 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in with_seed()
39 v2: seed.wrapping_add(PRIME_2), in with_seed()
52 value = value.wrapping_mul(PRIME_2); in ingest_one_number()
96 value = value.wrapping_mul(PRIME_2); in finish()
223 let mut k1 = buffered_u64.wrapping_mul(PRIME_2); in finish()
237 hash = hash.wrapping_mul(PRIME_2); in finish()
251 hash = hash.wrapping_mul(PRIME_2); in finish()
H A Dthirty_two.rs10 pub const PRIME_2: u32 = 2_246_822_519; const
43 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in with_seed()
44 v2: seed.wrapping_add(PRIME_2), in with_seed()
57 value = value.wrapping_mul(PRIME_2); in ingest_one_number()
229 hash = hash.wrapping_mul(PRIME_2); in finish()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/twox-hash-1.6.1/src/
H A Dsixty_four.rs10 pub const PRIME_2: u64 = 14_029_467_366_897_019_727; const
38 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in with_seed()
39 v2: seed.wrapping_add(PRIME_2), in with_seed()
52 value = value.wrapping_mul(PRIME_2); in ingest_one_number()
96 value = value.wrapping_mul(PRIME_2); in finish()
223 let mut k1 = buffered_u64.wrapping_mul(PRIME_2); in finish()
237 hash = hash.wrapping_mul(PRIME_2); in finish()
251 hash = hash.wrapping_mul(PRIME_2); in finish()
H A Dthirty_two.rs10 pub const PRIME_2: u32 = 2_246_822_519; const
43 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in with_seed()
44 v2: seed.wrapping_add(PRIME_2), in with_seed()
57 value = value.wrapping_mul(PRIME_2); in ingest_one_number()
229 hash = hash.wrapping_mul(PRIME_2); in finish()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/twox-hash-1.5.0/src/
H A Dsixty_four.rs10 const PRIME_2: u64 = 14_029_467_366_897_019_727; const
38 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in with_seed()
39 v2: seed.wrapping_add(PRIME_2), in with_seed()
52 value = value.wrapping_mul(PRIME_2); in ingest_one_number()
96 value = value.wrapping_mul(PRIME_2); in finish()
223 let mut k1 = buffered_u64.wrapping_mul(PRIME_2); in finish()
237 hash = hash.wrapping_mul(PRIME_2); in finish()
251 hash = hash.wrapping_mul(PRIME_2); in finish()
H A Dthirty_two.rs10 const PRIME_2: u32 = 2_246_822_519; const
43 v1: seed.wrapping_add(PRIME_1).wrapping_add(PRIME_2), in with_seed()
44 v2: seed.wrapping_add(PRIME_2), in with_seed()
57 value = value.wrapping_mul(PRIME_2); in ingest_one_number()
229 hash = hash.wrapping_mul(PRIME_2); in finish()
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/Objects/
H A DRSAPrivateKey.cs16 prime2 = new ByteArrayAttribute(CKA.PRIME_2),
75 prime2= ReadAttribute(session,HObj,new ByteArrayAttribute(CKA.PRIME_2)); in ReadAttributes()
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/objects/
H A DRSAPrivateKey.java133 object.attributeTable_.put(Attribute.PRIME_2, object.prime2_); in putAttributesInTable()
153 prime2_ = new ByteArrayAttribute(Attribute.PRIME_2); in allocateAttributes()
H A DAttribute.java78 public static final Long PRIME_2 = new Long(PKCS11Constants.CKA_PRIME_2); field in Attribute
234 attributeNames_.put(Attribute.PRIME_2, "Prime 2"); in getAttributeName()
358 attributeClasses_.put(Attribute.PRIME_2, ByteArrayAttribute.class); //Big integer in getAttributeClass()
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/pkcs11/util/
H A Drsa.py34 Attribute.PRIME_2: biginteger(key['prime2']),
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/pkcs11/
H A Dconstants.py205 PRIME_2 = 0x00000125 variable in Attribute
H A Ddefaults.py170 Attribute.PRIME_2: _biginteger,
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/Wrapper/
H A DCKA.cs46 PRIME_2 = PKCS11Constants.CKA_PRIME_2, enumerator
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dshowconnect.c75 #define PRIME_2 18913 in hash_func() macro
77 PseudoKey address = ( ( k1 * PRIME_1 ) + ( k2 * PRIME_2 ) ); in hash_func()
/dports/security/seahorse/seahorse-41.0/pkcs11/
H A Dcryptoki.vapi73 PRIME_2,

12