Lines Matching refs:mix
16 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
30 mix(a,b,c);
32 mix(a,b,c);
38 a mix of things, see the comments above hashlittle().
41 then mix those integers. This is fast (you can do a lot more thorough
113 mix -- mix 3 32-bit values reversibly.
115 This is reversible, so any information in (a,b,c) before mix() is
116 still in (a,b,c) after mix().
118 If four pairs of (a,b,c) inputs are run through mix(), or through
119 mix() in reverse, there are at least 32 bits of the output that
155 #define mix(a,b,c) \
230 mix(a,b,c);
280 mix(a,b,c);
349 mix(a,b,c);
415 mix(a,b,c);
470 mix(a,b,c);
548 mix(a,b,c);
614 mix(a,b,c);
669 mix(a,b,c);
729 mix(a,b,c);
803 mix(a,b,c);
921 printf("Mix success %2d bytes %2d initvals ",i,m);