Home | History | Annotate | Download | only in util

Lines Matching refs:mix

10 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final() 
24 mix(a,b,c);
26 mix(a,b,c);
32 a mix of things, see the comments above hashlittle().
35 then mix those integers. This is fast (you can do a lot more thorough
47 mix -- mix 3 32-bit values reversibly.
49 This is reversible, so any information in (a,b,c) before mix() is
50 still in (a,b,c) after mix().
52 If four pairs of (a,b,c) inputs are run through mix(), or through
53 mix() in reverse, there are at least 32 bits of the output that
89 #define mix(a,b,c) \
166 mix(a,b,c);
212 mix(a,b,c);