Home
last modified time | relevance | path

Searched defs:high64 (Results 1 – 25 of 96) sorted by relevance

1234

/dports/www/firefox/firefox-99.0/third_party/rust/rust_decimal/src/ops/
H A Dcommon.rs59 pub const fn high64(&self) -> u64 { in high64() method
221 pub(super) const fn high64(&self) -> u64 { in high64() method
263 pub const fn high64(&self) -> u64 { in high64() method
305 pub const fn high64(&self) -> u64 { in high64() method
H A Ddiv.rs61 let high64 = self.high64(); in div32_const() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rust_decimal/src/ops/
H A Dcommon.rs59 pub const fn high64(&self) -> u64 { in high64() method
221 pub(super) const fn high64(&self) -> u64 { in high64() method
263 pub const fn high64(&self) -> u64 { in high64() method
305 pub const fn high64(&self) -> u64 { in high64() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rust_decimal/src/ops/
H A Dcommon.rs59 pub const fn high64(&self) -> u64 { in high64() method
221 pub(super) const fn high64(&self) -> u64 { in high64() method
263 pub const fn high64(&self) -> u64 { in high64() method
305 pub const fn high64(&self) -> u64 { in high64() method
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/rust_decimal-1.16.0/src/ops/
H A Dcommon.rs59 pub const fn high64(&self) -> u64 { in high64() method
221 pub(super) const fn high64(&self) -> u64 { in high64() method
263 pub const fn high64(&self) -> u64 { in high64() method
305 pub const fn high64(&self) -> u64 { in high64() method
/dports/databases/rocksdb/rocksdb-6.26.1/util/
H A Dhash.cc116 void Hash2x64(const char* data, size_t n, uint64_t* high64, uint64_t* low64) { in Hash2x64()
123 void Hash2x64(const char* data, size_t n, uint64_t seed, uint64_t* high64, in Hash2x64()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/util/
H A Dhash.cc116 void Hash2x64(const char* data, size_t n, uint64_t* high64, uint64_t* low64) { in Hash2x64()
123 void Hash2x64(const char* data, size_t n, uint64_t seed, uint64_t* high64, in Hash2x64()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/twox-hash-1.6.1/src/
H A Dxxh3.rs1063 let high64 = merge_accs( in digest128() localVariable
1193 let high64 = ((m128 >> 64) as u64).wrapping_add(ll2.wrapping_mul(PRIME64_1)); in hash_len_9to16_128bits() localVariable
1197 let high64 = ((h128 >> 64) as u64).wrapping_add(high64.wrapping_mul(PRIME64_2)); in hash_len_9to16_128bits() localVariable
1229 let high64 = acc1 in hash_len_17to128_128bits() localVariable
1289 let high64 = acc1 in hash_len_129to240_128bits() localVariable
1331 let high64 = merge_accs( in hash_long_128bits_internal() localVariable
/dports/devel/dtool/dtool-0.11.0/cargo-crates/twox-hash-1.6.1/src/
H A Dxxh3.rs1063 let high64 = merge_accs( in digest128() localVariable
1193 let high64 = ((m128 >> 64) as u64).wrapping_add(ll2.wrapping_mul(PRIME64_1)); in hash_len_9to16_128bits() localVariable
1197 let high64 = ((h128 >> 64) as u64).wrapping_add(high64.wrapping_mul(PRIME64_2)); in hash_len_9to16_128bits() localVariable
1229 let high64 = acc1 in hash_len_17to128_128bits() localVariable
1289 let high64 = acc1 in hash_len_129to240_128bits() localVariable
1331 let high64 = merge_accs( in hash_long_128bits_internal() localVariable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/platform/
H A Ddecimal128.h85 std::uint64_t high64; member
/dports/databases/pgroonga/pgroonga-2.3.4/vendor/xxHash/
H A Dxxh3.h1357 …xxh_u64 const high64 = XXH3_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEACC… in XXH3_hashLong_128b_internal() local
1422 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3_len_129to240_128b() local
1452 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3_len_17to128_128b() local
1552 …xxh_u64 const high64 = XXH3_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - sizeo… in XXH3_128bits_digest() local
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/util/
H A Dxxh3p.h1392 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1457 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1487 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local
1587 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - size… in XXH3p_128bits_digest() local
/dports/games/freecell-solver/freecell-solver-6.2.0/xxHash-wrapper/xxHash-0.7.2/
H A Dxxh3.h1359 …xxh_u64 const high64 = XXH3_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEACC… in XXH3_hashLong_128b_internal() local
1424 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3_len_129to240_128b() local
1454 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3_len_17to128_128b() local
1554 …xxh_u64 const high64 = XXH3_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - sizeo… in XXH3_128bits_digest() local
/dports/games/black-hole-solver/black-hole-solver-1.10.1/xxHash-wrapper/xxHash-0.7.2/
H A Dxxh3.h1359 …xxh_u64 const high64 = XXH3_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEACC… in XXH3_hashLong_128b_internal() local
1424 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3_len_129to240_128b() local
1454 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3_len_17to128_128b() local
1554 …xxh_u64 const high64 = XXH3_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - sizeo… in XXH3_128bits_digest() local
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1392 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1457 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1487 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local
1587 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - size… in XXH3p_128bits_digest() local
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1392 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1457 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1487 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local
1587 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - size… in XXH3p_128bits_digest() local
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1392 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1457 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1487 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local
1587 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - size… in XXH3p_128bits_digest() local
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1392 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1457 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1487 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local
1587 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - size… in XXH3p_128bits_digest() local
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1392 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1457 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1487 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local
1587 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - size… in XXH3p_128bits_digest() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/xxhash/
H A Dxxh3.h1327 …U64 const high64 = XXH3_mergeAccs(acc, (const char*)secret + secretSize - sizeof(acc) - XXH_SECRET… in XXH3_hashLong_128b_internal() local
1386 U64 const high64 = (acc1 * PRIME64_1) + (acc2 * PRIME64_4) + ((len - seed) * PRIME64_2); in XXH3_len_129to240_128b() local
1422 U64 const high64 = (acc1 * PRIME64_1) + (acc2 * PRIME64_4) + ((len - seed) * PRIME64_2); in XXH3_len_17to128_128b() local
1522 …U64 const high64 = XXH3_mergeAccs(acc, (const char*)state->secret + state->secretLimit + STRIPE_LE… in XXH3_128bits_digest() local
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1392 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1457 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1487 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local
1587 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - size… in XXH3p_128bits_digest() local
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/lz4/
H A Dxxh3.h1858 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3_len_17to128_128b() local
1891 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3_len_129to240_128b() local
1910 …xxh_u64 const high64 = XXH3_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEACC… in XXH3_hashLong_128b_internal() local
2046 …xxh_u64 const high64 = XXH3_mergeAccs(acc, state->secret + state->secretLimit + STRIPE_LEN - sizeo… in XXH3_128bits_digest() local
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1198 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1263 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1293 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1198 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1263 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1293 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1198 …xxh_u64 const high64 = XXH3p_mergeAccs(acc, secret + secretSize - sizeof(acc) - XXH_SECRET_MERGEAC… in XXH3p_hashLong_128b_internal() local
1263 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local
1293 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_17to128_128b() local

1234