Lines Matching defs:mix
19 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
33 mix(a,b,c);
35 mix(a,b,c);
41 a mix of things, see the comments above hashlittle().
44 then mix those integers. This is fast (you can do a lot more thorough
131 mix -- mix 3 32-bit values reversibly.
133 This is reversible, so any information in (a,b,c) before mix() is
134 still in (a,b,c) after mix().
136 If four pairs of (a,b,c) inputs are run through mix(), or through
137 mix() in reverse, there are at least 32 bits of the output that
173 #define mix(a,b,c) \
248 mix(a,b,c);
302 mix(a,b,c);
377 mix(a,b,c);
459 mix(a,b,c);
524 mix(a,b,c);
613 mix(a,b,c);
695 mix(a,b,c);
760 mix(a,b,c);
842 mix(a,b,c);
932 mix(a,b,c);