FastLED 3.9.15
Loading...
Searching...
No Matches

◆ hash_pair()

static u32 fl::hash_pair ( u32 a,
u32 b,
u32 seed = 0 )
inlinestatic

Definition at line 91 of file hash.h.

92 {
93 // mix in 'a', then mix in 'b'
94 u32 h = fast_hash32(seed ^ a);
95 return fast_hash32(h ^ b);
96}
static u32 fast_hash32(u32 x) FL_NOEXCEPT
Definition hash.h:81

References fast_hash32(), and FL_NOEXCEPT.

Referenced by fast_hash64(), and fl::FastHash< vec2< T > >::operator()().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: