Home | History | Annotate | Download | only in ksmutils

Lines Matching full:mixing

32 mixing with 12*3 instructions on 3 integers than you can with 3 instructions
108 the number of bits affected, so the goal of mixing pulls in the opposite
127 final -- final mixing of 3 32-bit values (a,b,c) into c
333 case 0 : return c; /* zero length strings require no mixing */
362 /*--------------- all but last block: aligned reads and different mixing */
402 case 0 : return c; /* zero length requires no mixing */
518 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */
538 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */
547 /*--------------- all but last block: aligned reads and different mixing */
587 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */
629 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */
695 case 0 : return c; /* zero length strings require no mixing */