Lines Matching full:mix
13 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
27 mix(a,b,c);
29 mix(a,b,c);
35 a mix of things, see the comments above hashlittle().
38 then mix those integers. This is fast (you can do a lot more thorough
48 mix -- mix 3 32-bit values reversibly.
50 This is reversible, so any information in (a,b,c) before mix() is
51 still in (a,b,c) after mix().
53 If four pairs of (a,b,c) inputs are run through mix(), or through
54 mix() in reverse, there are at least 32 bits of the output that
90 #define mix(a,b,c) \ macro
165 mix(a,b,c); in jenkins_hash32()
230 mix(a,b,c); in jenkins_hash()
273 mix(a,b,c); in jenkins_hash()
328 mix(a,b,c); in jenkins_hash()
383 mix(a,b,c); in jenkins_hash()
434 mix(a,b,c); in jenkins_hash()