Lines Matching full:mixing
45 mixing with 12*3 instructions on 3 integers than you can with 3 instructions
166 the number of bits affected, so the goal of mixing pulls in the opposite
185 final -- final mixing of 3 32-bit values (a,b,c) into c
408 case 0 : return c; /* zero length strings require no mixing */ in hashlittle()
453 /*--------------- all but last block: aligned reads and different mixing */ in hashlittle()
503 case 0 : return c; /* zero length requires no mixing */ in hashlittle()
644 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */ in hashlittle2()
680 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */ in hashlittle2()
689 /*--------------- all but last block: aligned reads and different mixing */ in hashlittle2()
739 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */ in hashlittle2()
803 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */ in hashlittle2()
873 case 0 : return c; /* zero length strings require no mixing */