MCPcopy Create free account
hub / github.com/apache/brpc / fmix64

Function fmix64

test/flat_map_unittest.cpp:826–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826inline uint64_t fmix64 (uint64_t k) {
827 k ^= k >> 33;
828 k *= 0xff51afd7ed558ccdULL;
829 k ^= k >> 33;
830 k *= 0xc4ceb9fe1a85ec53ULL;
831 k ^= k >> 33;
832
833 return k;
834}
835
836template <typename T>
837struct PointerHasher {

Callers 6

operator()Method · 0.85
scheduleMethod · 0.85
hash_mutex_ptrFunction · 0.85
_add_groupMethod · 0.85
signal_taskMethod · 0.85
HashInts32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected