Lines Matching refs:fallthrough
68 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __siphash_aligned()
69 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_aligned()
70 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __siphash_aligned()
72 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __siphash_aligned()
102 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __siphash_unaligned()
103 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_unaligned()
104 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __siphash_unaligned()
106 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __siphash_unaligned()
270 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __hsiphash_aligned()
271 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __hsiphash_aligned()
272 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __hsiphash_aligned()
274 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __hsiphash_aligned()
304 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __hsiphash_unaligned()
305 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __hsiphash_unaligned()
306 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __hsiphash_unaligned()
308 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __hsiphash_unaligned()
429 case 3: b |= ((u32)end[2]) << 16; fallthrough; in __hsiphash_aligned()
453 case 3: b |= ((u32)end[2]) << 16; fallthrough; in __hsiphash_unaligned()