Lines Matching refs:fallthrough
72 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __siphash_aligned()
73 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_aligned()
74 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __siphash_aligned()
76 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __siphash_aligned()
105 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __siphash_unaligned()
106 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_unaligned()
107 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __siphash_unaligned()
109 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __siphash_unaligned()
272 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __hsiphash_aligned()
273 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __hsiphash_aligned()
274 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __hsiphash_aligned()
276 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __hsiphash_aligned()
305 case 7: b |= ((u64)end[6]) << 48; fallthrough; in __hsiphash_unaligned()
306 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __hsiphash_unaligned()
307 case 5: b |= ((u64)end[4]) << 32; fallthrough; in __hsiphash_unaligned()
309 case 3: b |= ((u64)end[2]) << 16; fallthrough; in __hsiphash_unaligned()
435 case 3: b |= ((u32)end[2]) << 16; fallthrough; in __hsiphash_aligned()
458 case 3: b |= ((u32)end[2]) << 16; fallthrough; in __hsiphash_unaligned()