Lines Matching full:through
118 If four pairs of (a,b,c) inputs are run through mix(), or through
236 switch(length) /* all the case statements fall through */ in hashword()
286 switch(length) /* all the case statements fall through */ in hashword2()
389 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in hashlittle()
390 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */ in hashlittle()
391 case 9 : c+=k8[8]; /* fall through */ in hashlittle()
393 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in hashlittle()
394 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */ in hashlittle()
395 case 5 : b+=k8[4]; /* fall through */ in hashlittle()
397 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in hashlittle()
398 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */ in hashlittle()
428 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in hashlittle()
433 case 9 : c+=k8[8]; /* fall through */ in hashlittle()
437 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in hashlittle()
441 case 5 : b+=k8[4]; /* fall through */ in hashlittle()
444 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in hashlittle()
476 switch(length) /* all the case statements fall through */ in hashlittle()
588 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in hashlittle2()
589 case 10: c+=((uint32_t)k8[9])<<8; /* fall through */ in hashlittle2()
590 case 9 : c+=k8[8]; /* fall through */ in hashlittle2()
592 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in hashlittle2()
593 case 6 : b+=((uint32_t)k8[5])<<8; /* fall through */ in hashlittle2()
594 case 5 : b+=k8[4]; /* fall through */ in hashlittle2()
596 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in hashlittle2()
597 case 2 : a+=((uint32_t)k8[1])<<8; /* fall through */ in hashlittle2()
627 case 11: c+=((uint32_t)k8[10])<<16; /* fall through */ in hashlittle2()
632 case 9 : c+=k8[8]; /* fall through */ in hashlittle2()
636 case 7 : b+=((uint32_t)k8[6])<<16; /* fall through */ in hashlittle2()
640 case 5 : b+=k8[4]; /* fall through */ in hashlittle2()
643 case 3 : a+=((uint32_t)k8[2])<<16; /* fall through */ in hashlittle2()
675 switch(length) /* all the case statements fall through */ in hashlittle2()
766 switch(length) /* all the case statements fall through */
769 case 11: c+=((uint32_t)k8[10])<<8; /* fall through */
770 case 10: c+=((uint32_t)k8[9])<<16; /* fall through */
771 case 9 : c+=((uint32_t)k8[8])<<24; /* fall through */
773 case 7 : b+=((uint32_t)k8[6])<<8; /* fall through */
774 case 6 : b+=((uint32_t)k8[5])<<16; /* fall through */
775 case 5 : b+=((uint32_t)k8[4])<<24; /* fall through */
777 case 3 : a+=((uint32_t)k8[2])<<8; /* fall through */
778 case 2 : a+=((uint32_t)k8[1])<<16; /* fall through */
809 switch(length) /* all the case statements fall through */