Lines Matching refs:fallthrough
65 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __siphash_aligned()
66 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_aligned()
67 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __siphash_aligned()
69 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __siphash_aligned()
98 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __siphash_unaligned()
99 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_unaligned()
100 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __siphash_unaligned()
102 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __siphash_unaligned()
265 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __hsiphash_aligned()
266 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __hsiphash_aligned()
267 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __hsiphash_aligned()
269 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __hsiphash_aligned()
298 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __hsiphash_unaligned()
299 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __hsiphash_unaligned()
300 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __hsiphash_unaligned()
302 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __hsiphash_unaligned()
422 case 3: b |= ((u32)end[2]) << 16; fallthrough; in __hsiphash_aligned()
445 case 3: b |= ((u32)end[2]) << 16; fallthrough; in __hsiphash_unaligned()