MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / combine

Function combine

rapidjsonwrapper.h:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48inline size_t combine(size_t seed, size_t h) noexcept
49{
50 seed ^= h + 0x9e3779b9 + (seed << 6U) + (seed >> 2U);
51 return seed;
52}
53
54
55inline size_t HashBytes(const void* const ptr, const size_t len)

Callers 1

HashRapidValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected