Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
static uint64_t MixKey(uint32_t key)
28
{
29
return ((uint64_t) key * 11400714819323198485ull) ^ 0x9e3779b97f4a7c15ull;
30
}
31
32
template <typename TableType>
33
struct AlignmentContext
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected