Home
last modified time | relevance | path

Searched defs:Hash2x64 (Results 1 – 2 of 2) sorted by relevance

/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() function
123 void Hash2x64(const char* data, size_t n, uint64_t seed, uint64_t* high64, in Hash2x64() function
/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() function
123 void Hash2x64(const char* data, size_t n, uint64_t seed, uint64_t* high64, in Hash2x64() function