Home
last modified time | relevance | path

Searched refs:xxh_rotl64 (Results 1 – 25 of 86) sorted by relevance

1234

/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/contrib/linux-kernel/lib/
H A Dxxhash.c53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
159 acc = xxh_rotl64(acc, 31); in xxh64_round()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
457 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
458 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/lib/
H A Dxxhash.c53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
159 acc = xxh_rotl64(acc, 31); in xxh64_round()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
457 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
458 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dxxhash.c53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
159 acc = xxh_rotl64(acc, 31); in xxh64_round()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
457 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
458 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/linux-kernel/lib/
H A Dxxhash.c53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
159 acc = xxh_rotl64(acc, 31); in xxh64_round()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
457 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
458 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/lib/
H A Dxxhash.c53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
159 acc = xxh_rotl64(acc, 31); in xxh64_round()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
457 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
458 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dxxhash.c53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
159 acc = xxh_rotl64(acc, 31); in xxh64_round()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
457 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
458 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/lib/
H A Dxxhash.c53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
159 acc = xxh_rotl64(acc, 31); in xxh64_round()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
457 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
458 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/linux-kernel/lib/
H A Dxxhash.c53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
159 acc = xxh_rotl64(acc, 31); in xxh64_round()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
457 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
458 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/contrib/linux-kernel/lib/
H A Dxxhash.c53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
159 acc = xxh_rotl64(acc, 31); in xxh64_round()
196 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
197 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
213 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
219 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
225 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
457 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
458 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
473 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/lib/
H A Dxxhash.c23 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) macro
129 acc = xxh_rotl64(acc, 31); in xxh64_round()
166 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
167 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64()
183 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
189 h64 = xxh_rotl64(h64, 23) * PRIME64_2 + PRIME64_3; in xxh64()
195 h64 = xxh_rotl64(h64, 11) * PRIME64_1; in xxh64()
427 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64_digest()
428 xxh_rotl64(v3, 12) + xxh_rotl64(v4, 18); in xxh64_digest()
443 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64_digest()
[all …]

1234