Lines Matching full:fall
66 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __siphash_aligned()
67 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_aligned()
68 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_aligned()
70 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __siphash_aligned()
99 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __siphash_unaligned()
100 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __siphash_unaligned()
101 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __siphash_unaligned()
103 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __siphash_unaligned()
266 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __hsiphash_aligned()
267 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __hsiphash_aligned()
268 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __hsiphash_aligned()
270 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __hsiphash_aligned()
299 case 7: b |= ((u64)end[6]) << 48; /* fall through */ in __hsiphash_unaligned()
300 case 6: b |= ((u64)end[5]) << 40; /* fall through */ in __hsiphash_unaligned()
301 case 5: b |= ((u64)end[4]) << 32; /* fall through */ in __hsiphash_unaligned()
303 case 3: b |= ((u64)end[2]) << 16; /* fall through */ in __hsiphash_unaligned()
423 case 3: b |= ((u32)end[2]) << 16; /* fall through */ in __hsiphash_aligned()
446 case 3: b |= ((u32)end[2]) << 16; /* fall through */ in __hsiphash_unaligned()