Lines Matching full:through
89 case 12: c += (u32)k[11]<<24; /* fall through */ in jhash()
90 case 11: c += (u32)k[10]<<16; /* fall through */ in jhash()
91 case 10: c += (u32)k[9]<<8; /* fall through */ in jhash()
92 case 9: c += k[8]; /* fall through */ in jhash()
93 case 8: b += (u32)k[7]<<24; /* fall through */ in jhash()
94 case 7: b += (u32)k[6]<<16; /* fall through */ in jhash()
95 case 6: b += (u32)k[5]<<8; /* fall through */ in jhash()
96 case 5: b += k[4]; /* fall through */ in jhash()
97 case 4: a += (u32)k[3]<<24; /* fall through */ in jhash()
98 case 3: a += (u32)k[2]<<16; /* fall through */ in jhash()
99 case 2: a += (u32)k[1]<<8; /* fall through */ in jhash()
135 case 3: c += k[2]; /* fall through */ in jhash2()
136 case 2: b += k[1]; /* fall through */ in jhash2()