MCPcopy Create free account
hub / github.com/defold/defold / MixKey

Function MixKey

engine/dlib/src/test/test_hashtable.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include "dlib/hashtable.h"
26
27static uint64_t MixKey(uint32_t key)
28{
29 return ((uint64_t) key * 11400714819323198485ull) ^ 0x9e3779b97f4a7c15ull;
30}
31
32template <typename TableType>
33struct AlignmentContext

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected