Home
last modified time | relevance | path

Searched refs:ROTL32 (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c51 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_hsalsa20()
52 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_hsalsa20()
55 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_hsalsa20()
56 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_hsalsa20()
64 x7 ^= ROTL32(x3 + x15, 9); in crypto_core_hsalsa20()
67 x1 ^= ROTL32(x0 + x3, 7); in crypto_core_hsalsa20()
68 x2 ^= ROTL32(x1 + x0, 9); in crypto_core_hsalsa20()
69 x3 ^= ROTL32(x2 + x1, 13); in crypto_core_hsalsa20()
70 x0 ^= ROTL32(x3 + x2, 18); in crypto_core_hsalsa20()
71 x6 ^= ROTL32(x5 + x4, 7); in crypto_core_hsalsa20()
[all …]
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c51 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_hsalsa20()
52 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_hsalsa20()
55 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_hsalsa20()
56 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_hsalsa20()
64 x7 ^= ROTL32(x3 + x15, 9); in crypto_core_hsalsa20()
67 x1 ^= ROTL32(x0 + x3, 7); in crypto_core_hsalsa20()
68 x2 ^= ROTL32(x1 + x0, 9); in crypto_core_hsalsa20()
69 x3 ^= ROTL32(x2 + x1, 13); in crypto_core_hsalsa20()
70 x0 ^= ROTL32(x3 + x2, 18); in crypto_core_hsalsa20()
71 x6 ^= ROTL32(x5 + x4, 7); in crypto_core_hsalsa20()
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c51 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_hsalsa20()
52 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_hsalsa20()
55 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_hsalsa20()
56 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_hsalsa20()
64 x7 ^= ROTL32(x3 + x15, 9); in crypto_core_hsalsa20()
67 x1 ^= ROTL32(x0 + x3, 7); in crypto_core_hsalsa20()
68 x2 ^= ROTL32(x1 + x0, 9); in crypto_core_hsalsa20()
69 x3 ^= ROTL32(x2 + x1, 13); in crypto_core_hsalsa20()
70 x0 ^= ROTL32(x3 + x2, 18); in crypto_core_hsalsa20()
71 x6 ^= ROTL32(x5 + x4, 7); in crypto_core_hsalsa20()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c51 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_hsalsa20()
52 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_hsalsa20()
55 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_hsalsa20()
56 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_hsalsa20()
64 x7 ^= ROTL32(x3 + x15, 9); in crypto_core_hsalsa20()
67 x1 ^= ROTL32(x0 + x3, 7); in crypto_core_hsalsa20()
68 x2 ^= ROTL32(x1 + x0, 9); in crypto_core_hsalsa20()
69 x3 ^= ROTL32(x2 + x1, 13); in crypto_core_hsalsa20()
70 x0 ^= ROTL32(x3 + x2, 18); in crypto_core_hsalsa20()
71 x6 ^= ROTL32(x5 + x4, 7); in crypto_core_hsalsa20()
[all …]
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c46 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_salsa()
47 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_salsa()
48 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_salsa()
49 x0 ^= ROTL32(x12 + x8, 18); in crypto_core_salsa()
50 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_salsa()
51 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_salsa()
54 x14 ^= ROTL32(x10 + x6, 7); in crypto_core_salsa()
62 x1 ^= ROTL32(x0 + x3, 7); in crypto_core_salsa()
63 x2 ^= ROTL32(x1 + x0, 9); in crypto_core_salsa()
66 x6 ^= ROTL32(x5 + x4, 7); in crypto_core_salsa()
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c46 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_salsa()
47 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_salsa()
48 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_salsa()
49 x0 ^= ROTL32(x12 + x8, 18); in crypto_core_salsa()
50 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_salsa()
51 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_salsa()
54 x14 ^= ROTL32(x10 + x6, 7); in crypto_core_salsa()
62 x1 ^= ROTL32(x0 + x3, 7); in crypto_core_salsa()
63 x2 ^= ROTL32(x1 + x0, 9); in crypto_core_salsa()
66 x6 ^= ROTL32(x5 + x4, 7); in crypto_core_salsa()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c46 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_salsa()
47 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_salsa()
48 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_salsa()
49 x0 ^= ROTL32(x12 + x8, 18); in crypto_core_salsa()
50 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_salsa()
51 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_salsa()
54 x14 ^= ROTL32(x10 + x6, 7); in crypto_core_salsa()
62 x1 ^= ROTL32(x0 + x3, 7); in crypto_core_salsa()
63 x2 ^= ROTL32(x1 + x0, 9); in crypto_core_salsa()
66 x6 ^= ROTL32(x5 + x4, 7); in crypto_core_salsa()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c46 x4 ^= ROTL32(x0 + x12, 7); in crypto_core_salsa()
47 x8 ^= ROTL32(x4 + x0, 9); in crypto_core_salsa()
48 x12 ^= ROTL32(x8 + x4, 13); in crypto_core_salsa()
49 x0 ^= ROTL32(x12 + x8, 18); in crypto_core_salsa()
50 x9 ^= ROTL32(x5 + x1, 7); in crypto_core_salsa()
51 x13 ^= ROTL32(x9 + x5, 9); in crypto_core_salsa()
54 x14 ^= ROTL32(x10 + x6, 7); in crypto_core_salsa()
62 x1 ^= ROTL32(x0 + x3, 7); in crypto_core_salsa()
63 x2 ^= ROTL32(x1 + x0, 9); in crypto_core_salsa()
66 x6 ^= ROTL32(x5 + x4, 7); in crypto_core_salsa()
[all …]
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/
H A DSalsa20.c73 x4 = XOR( x4, ROTL32( x0 + x12, 7)); in _salsa20_block()
74 x8 = XOR( x8, ROTL32( x4 + x0, 9)); in _salsa20_block()
75 x12 = XOR(x12, ROTL32( x8 + x4, 13)); in _salsa20_block()
76 x0 = XOR( x0, ROTL32(x12 + x8, 18)); in _salsa20_block()
77 x9 = XOR( x9, ROTL32( x5 + x1, 7)); in _salsa20_block()
78 x13 = XOR(x13, ROTL32( x9 + x5, 9)); in _salsa20_block()
79 x1 = XOR( x1, ROTL32(x13 + x9, 13)); in _salsa20_block()
80 x5 = XOR( x5, ROTL32( x1 + x13, 18)); in _salsa20_block()
81 x14 = XOR(x14, ROTL32(x10 + x6, 7)); in _salsa20_block()
82 x2 = XOR( x2, ROTL32(x14 + x10, 9)); in _salsa20_block()
[all …]
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/
H A DSalsa20.c73 x4 = XOR( x4, ROTL32( x0 + x12, 7)); in _salsa20_block()
74 x8 = XOR( x8, ROTL32( x4 + x0, 9)); in _salsa20_block()
75 x12 = XOR(x12, ROTL32( x8 + x4, 13)); in _salsa20_block()
76 x0 = XOR( x0, ROTL32(x12 + x8, 18)); in _salsa20_block()
77 x9 = XOR( x9, ROTL32( x5 + x1, 7)); in _salsa20_block()
78 x13 = XOR(x13, ROTL32( x9 + x5, 9)); in _salsa20_block()
79 x1 = XOR( x1, ROTL32(x13 + x9, 13)); in _salsa20_block()
80 x5 = XOR( x5, ROTL32( x1 + x13, 18)); in _salsa20_block()
81 x14 = XOR(x14, ROTL32(x10 + x6, 7)); in _salsa20_block()
82 x2 = XOR( x2, ROTL32(x14 + x10, 9)); in _salsa20_block()
[all …]
/dports/www/httrack/httrack-3.49.2/src/coucal/
H A Dmurmurhash3.h28 #define ROTL32(x,y) rotl32(x,y) macro
69 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
71 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
73 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
75 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
77 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
79 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
81 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; in MurmurHash3_x86_128()
83 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17; in MurmurHash3_x86_128()
99 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; in MurmurHash3_x86_128()
[all …]
/dports/databases/mdcached/mdcached-1.0.9/mdcached/
H A DMurmurHash3.cpp23 #define ROTL32(x,y) _rotl(x,y) macro
44 #define ROTL32(x,y) rotl32(x,y) macro
115 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
119 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
171 k1 = ROTL32(k1,15); in MurmurHash3_32()
175 h1 = ROTL32(h1,13); in MurmurHash3_32()
232 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
234 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
236 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
240 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
[all …]
/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/murmur3/
H A Dmurmur3.c31 #define ROTL32(x,y) rotl32(x,y) macro
93 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
97 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
157 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
159 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
161 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
163 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
165 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
167 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
169 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; in MurmurHash3_x86_128()
[all …]
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libhashkit/
H A Dmurmur3.cc33 #define ROTL32(x,y) rotl32(x,y) macro
95 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
99 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
159 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
161 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
163 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
165 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
167 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
169 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
171 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; in MurmurHash3_x86_128()
[all …]
/dports/devel/gearmand/gearmand-1.0.6/libhashkit/
H A Dmurmur3.cc33 #define ROTL32(x,y) rotl32(x,y) macro
95 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
99 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
159 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
161 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
163 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
165 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
167 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
169 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
171 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; in MurmurHash3_x86_128()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_es/
H A Dmurmur3.c31 #define ROTL32(x,y) rotl32(x,y)
93 k1 = ROTL32(k1,15);
97 h1 = ROTL32(h1,13);
157 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
159 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b;
161 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
163 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747;
165 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
167 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
169 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
[all …]
/dports/databases/libmemcached/libmemcached-1.0.18/libhashkit/
H A Dmurmur3.cc33 #define ROTL32(x,y) rotl32(x,y)
95 k1 = ROTL32(k1,15);
99 h1 = ROTL32(h1,13);
159 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
161 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b;
163 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
165 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747;
167 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
169 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
171 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
[all …]
/dports/biology/py-deeptoolsintervals/deeptoolsintervals-0.1.9/deeptoolsintervals/tree/
H A Dmurmur3.c31 #define ROTL32(x,y) rotl32(x,y) macro
93 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
97 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
157 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
159 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
161 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
163 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
165 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
167 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
169 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4; in MurmurHash3_x86_128()
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/src/
H A DMurmurHash3.cpp23 #define ROTL32(x,y) _rotl(x,y) macro
55 #define ROTL32(x,y) rotl32(x,y) macro
126 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
130 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
189 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
191 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
193 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
195 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
197 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
199 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DMurmurHash3.cpp108 k1 = ROTL32(k1, 15); in MurmurHash3_x86_32()
112 h1 = ROTL32(h1, 13); in MurmurHash3_x86_32()
131 k1 = ROTL32(k1, 15); in MurmurHash3_x86_32()
175 k1 = ROTL32(k1, 15); in MurmurHash3_x86_128()
179 h1 = ROTL32(h1, 19); in MurmurHash3_x86_128()
184 k2 = ROTL32(k2, 16); in MurmurHash3_x86_128()
188 h2 = ROTL32(h2, 17); in MurmurHash3_x86_128()
193 k3 = ROTL32(k3, 17); in MurmurHash3_x86_128()
197 h3 = ROTL32(h3, 15); in MurmurHash3_x86_128()
202 k4 = ROTL32(k4, 18); in MurmurHash3_x86_128()
[all …]
/dports/dns/packetq/PacketQ-1.4.1/src/Murmur/
H A DMurmurHash3.cpp23 #define ROTL32(x,y) _rotl(x,y) macro
44 #define ROTL32(x,y) rotl32(x,y) macro
115 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
119 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
178 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
180 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
[all …]
/dports/misc/libpostal/libpostal-1.1-alpha/src/sparkey/
H A DMurmurHash3.c24 #define ROTL32(x,y) _rotl(x,y) macro
45 #define ROTL32(x,y) rotl32(x,y) macro
116 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
120 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
179 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
181 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
183 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
185 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
187 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
189 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DMurmurHash3.cpp108 k1 = ROTL32(k1, 15); in MurmurHash3_x86_32()
112 h1 = ROTL32(h1, 13); in MurmurHash3_x86_32()
131 k1 = ROTL32(k1, 15); in MurmurHash3_x86_32()
175 k1 = ROTL32(k1, 15); in MurmurHash3_x86_128()
179 h1 = ROTL32(h1, 19); in MurmurHash3_x86_128()
184 k2 = ROTL32(k2, 16); in MurmurHash3_x86_128()
188 h2 = ROTL32(h2, 17); in MurmurHash3_x86_128()
193 k3 = ROTL32(k3, 17); in MurmurHash3_x86_128()
197 h3 = ROTL32(h3, 15); in MurmurHash3_x86_128()
202 k4 = ROTL32(k4, 18); in MurmurHash3_x86_128()
[all …]
/dports/math/chuffed/chuffed-e04bedd/chuffed/mdd/
H A DMurmurHash3.cpp23 #define ROTL32(x,y) _rotl(x,y) macro
44 #define ROTL32(x,y) rotl32(x,y) macro
115 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
119 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
178 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
180 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
[all …]
/dports/net/croc/croc-9.5.0/vendor/github.com/twmb/murmur3/testdata/
H A DMurmurHash3.cpp23 #define ROTL32(x,y) _rotl(x,y) macro
44 #define ROTL32(x,y) rotl32(x,y) macro
115 k1 = ROTL32(k1,15); in MurmurHash3_x86_32()
119 h1 = ROTL32(h1,13); in MurmurHash3_x86_32()
178 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1; in MurmurHash3_x86_128()
180 h1 = ROTL32(h1,19); h1 += h2; h1 = h1*5+0x561ccd1b; in MurmurHash3_x86_128()
182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2; in MurmurHash3_x86_128()
184 h2 = ROTL32(h2,17); h2 += h3; h2 = h2*5+0x0bcaa747; in MurmurHash3_x86_128()
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3; in MurmurHash3_x86_128()
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35; in MurmurHash3_x86_128()
[all …]

12345678910>>...23