Home
last modified time | relevance | path

Searched refs:in_high64 (Results 1 – 4 of 4) sorted by relevance

/dports/databases/rocksdb/rocksdb-6.26.1/util/
H A Dhash.cc148 void BijectiveHash2x64(uint64_t in_high64, uint64_t in_low64, uint64_t seed, in BijectiveHash2x64() argument
154 Multiply64to128(in_low64 ^ in_high64 ^ bitflipl, 0x9E3779B185EBCA87U); in BijectiveHash2x64()
158 in_high64 ^= bitfliph; in BijectiveHash2x64()
159 hi += in_high64 + (Lower32of64(in_high64) * uint64_t{0x85EBCA76}); in BijectiveHash2x64()
168 void BijectiveUnhash2x64(uint64_t in_high64, uint64_t in_low64, uint64_t seed, in BijectiveUnhash2x64() argument
174 uint64_t hi = XXH3_unavalanche(in_high64); in BijectiveUnhash2x64()
192 void BijectiveHash2x64(uint64_t in_high64, uint64_t in_low64, in BijectiveHash2x64() argument
194 BijectiveHash2x64(in_high64, in_low64, /*seed*/ 0, out_high64, out_low64); in BijectiveHash2x64()
197 void BijectiveUnhash2x64(uint64_t in_high64, uint64_t in_low64, in BijectiveUnhash2x64() argument
199 BijectiveUnhash2x64(in_high64, in_low64, /*seed*/ 0, out_high64, out_low64); in BijectiveUnhash2x64()
H A Dhash.h74 void BijectiveHash2x64(uint64_t in_high64, uint64_t in_low64,
76 void BijectiveHash2x64(uint64_t in_high64, uint64_t in_low64, uint64_t seed,
80 void BijectiveUnhash2x64(uint64_t in_high64, uint64_t in_low64,
82 void BijectiveUnhash2x64(uint64_t in_high64, uint64_t in_low64, uint64_t seed,
/dports/databases/rocksdb-lite/rocksdb-6.26.1/util/
H A Dhash.cc148 void BijectiveHash2x64(uint64_t in_high64, uint64_t in_low64, uint64_t seed, in BijectiveHash2x64() argument
154 Multiply64to128(in_low64 ^ in_high64 ^ bitflipl, 0x9E3779B185EBCA87U); in BijectiveHash2x64()
158 in_high64 ^= bitfliph; in BijectiveHash2x64()
159 hi += in_high64 + (Lower32of64(in_high64) * uint64_t{0x85EBCA76}); in BijectiveHash2x64()
168 void BijectiveUnhash2x64(uint64_t in_high64, uint64_t in_low64, uint64_t seed, in BijectiveUnhash2x64() argument
174 uint64_t hi = XXH3_unavalanche(in_high64); in BijectiveUnhash2x64()
192 void BijectiveHash2x64(uint64_t in_high64, uint64_t in_low64, in BijectiveHash2x64() argument
194 BijectiveHash2x64(in_high64, in_low64, /*seed*/ 0, out_high64, out_low64); in BijectiveHash2x64()
197 void BijectiveUnhash2x64(uint64_t in_high64, uint64_t in_low64, in BijectiveUnhash2x64() argument
199 BijectiveUnhash2x64(in_high64, in_low64, /*seed*/ 0, out_high64, out_low64); in BijectiveUnhash2x64()
H A Dhash.h74 void BijectiveHash2x64(uint64_t in_high64, uint64_t in_low64,
76 void BijectiveHash2x64(uint64_t in_high64, uint64_t in_low64, uint64_t seed,
80 void BijectiveUnhash2x64(uint64_t in_high64, uint64_t in_low64,
82 void BijectiveUnhash2x64(uint64_t in_high64, uint64_t in_low64, uint64_t seed,