Home | History | Annotate | Download | only in ksmutils

Lines Matching defs:mix

6 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final() 
20 mix(a,b,c);
22 mix(a,b,c);
28 a mix of things, see the comments above hashlittle().
31 then mix those integers. This is fast (you can do a lot more thorough
73 mix -- mix 3 32-bit values reversibly.
75 This is reversible, so any information in (a,b,c) before mix() is
76 still in (a,b,c) after mix().
78 If four pairs of (a,b,c) inputs are run through mix(), or through
79 mix() in reverse, there are at least 32 bits of the output that
115 #define mix(a,b,c) \
190 mix(a,b,c);
236 mix(a,b,c);
302 mix(a,b,c);
368 mix(a,b,c);
423 mix(a,b,c);
487 mix(a,b,c);
553 mix(a,b,c);
608 mix(a,b,c);
664 mix(a,b,c);
738 mix(a,b,c);
855 printf("Mix success %2d bytes %2d initvals ",i,m);