Searched refs:fallthrough (Results 1 – 11 of 11) sorted by relevance
91 case 10: c += (u32)k[9]<<8; fallthrough; in jhash()92 case 9: c += k[8]; fallthrough; in jhash()93 case 8: b += (u32)k[7]<<24; fallthrough; in jhash()94 case 7: b += (u32)k[6]<<16; fallthrough; in jhash()95 case 6: b += (u32)k[5]<<8; fallthrough; in jhash()96 case 5: b += k[4]; fallthrough; in jhash()97 case 4: a += (u32)k[3]<<24; fallthrough; in jhash()98 case 3: a += (u32)k[2]<<16; fallthrough; in jhash()99 case 2: a += (u32)k[1]<<8; fallthrough; in jhash()136 case 3: c += k[2]; fallthrough; in jhash2()[all …]
142 fallthrough; \146 fallthrough; \176 fallthrough; \ in _SIG_SET_BINOP()178 fallthrough; \ in _SIG_SET_BINOP()199 fallthrough;212 fallthrough; in sigfillset()
214 # define fallthrough __attribute__((__fallthrough__)) macro216 # define fallthrough do {} while (0) /* fallthrough */ macro
455 fallthrough; in put_compat_sigset()457 fallthrough; in put_compat_sigset()459 fallthrough; in put_compat_sigset()477 fallthrough; \481 fallthrough; \485 fallthrough; \502 fallthrough; \507 fallthrough; \512 fallthrough; \
149 fallthrough; in __mm_zero_struct_page()152 fallthrough; in __mm_zero_struct_page()155 fallthrough; in __mm_zero_struct_page()158 fallthrough; in __mm_zero_struct_page()161 fallthrough; in __mm_zero_struct_page()
4470 fallthrough; in __skb_metadata_differs()4472 fallthrough; in __skb_metadata_differs()4474 fallthrough; in __skb_metadata_differs()4478 fallthrough; in __skb_metadata_differs()4480 fallthrough; in __skb_metadata_differs()4482 fallthrough; in __skb_metadata_differs()
1505 fallthrough; in bpf_anc_helper()
311 fallthrough; \322 fallthrough; \341 fallthrough; \420 fallthrough; \434 fallthrough; \500 fallthrough; \665 fallthrough; \672 fallthrough; \772 fallthrough; \
151 fallthrough; in tcx_action_code()
7764 fallthrough; in ieee80211_chan_width_to_rx_bw()
249 fallthrough; in tcpci_to_typec_cc()
Completed in 59 milliseconds