Lines Matching full:through
71 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __siphash_aligned()
72 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_aligned()
73 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_aligned()
75 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __siphash_aligned()
104 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __siphash_unaligned()
105 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_unaligned()
106 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_unaligned()
108 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __siphash_unaligned()
271 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __hsiphash_aligned()
272 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __hsiphash_aligned()
273 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __hsiphash_aligned()
275 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __hsiphash_aligned()
304 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __hsiphash_unaligned()
305 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __hsiphash_unaligned()
306 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __hsiphash_unaligned()
308 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __hsiphash_unaligned()
434 case 3: b |= ((u32)end[2]) << 16; /* fall through */ in __hsiphash_aligned()
457 case 3: b |= ((u32)end[2]) << 16; /* fall through */ in __hsiphash_unaligned()