Searched refs:arms (Results 1 – 14 of 14) sorted by relevance
| /linux/rust/syn/ |
| H A D | macros.rs | 104 ($($arms:tt)*) $tokens:ident $name:ident { 112 ($($arms)* $(#[cfg $cfg_attr])* $name::$variant => {}) 118 ($($arms:tt)*) $tokens:ident $name:ident { 126 ($($arms)* $(#[cfg $cfg_attr])* $name::$variant(_e) => _e.to_tokens($tokens),) 131 (($($arms:tt)*) $tokens:ident $name:ident {}) => { 136 $($arms)*
|
| H A D | expr.rs | 532 pub arms: Vec<Arm>, 2357 let arms = Arm::parse_multiple(&content)?; in parse() localVariable 2364 arms, in parse() 2990 let mut arms = Vec::new(); in parse_multiple() localVariable 2992 arms.push(input.call(Arm::parse)?); in parse_multiple() 2994 Ok(arms) in parse_multiple() 3775 for (i, arm) in self.arms.iter().enumerate() { in to_tokens() 3779 let is_last = i == self.arms.len() - 1; in to_tokens()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_fp.c | 909 u8 span, dataArms, arms, dataArm, logArm; in mr_get_phy_params_r56_rmw() local 915 arms = raid->rowSize; in mr_get_phy_params_r56_rmw() 919 rightmostParityArm = (arms - 1) - mega_mod64(rowNum, arms); in mr_get_phy_params_r56_rmw() 924 dataArm = mega_mod64((rightmostParityArm + 1 + logArm), arms); in mr_get_phy_params_r56_rmw() 936 PParityArm = (arms - 2) - mega_mod64(rowNum, arms); in mr_get_phy_params_r56_rmw() 939 PParityArm += arms; in mr_get_phy_params_r56_rmw()
|
| /linux/Documentation/scsi/ |
| H A D | scsi-changer.rst | 47 and each CD-ROM) and 2 transport arms. No problem to handle.
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 587 arms: self.arms.clone(), in clone()
|
| H A D | eq.rs | 592 self.attrs == other.attrs && self.expr == other.expr && self.arms == other.arms in eq()
|
| H A D | fold.rs | 1739 arms: fold_vec(node.arms, f, F::fold_arm), in fold_expr_match()
|
| H A D | hash.rs | 819 self.arms.hash(state); in hash()
|
| H A D | debug.rs | 907 formatter.field("arms", &self.arms); in debug()
|
| H A D | visit_mut.rs | 1712 for it in &mut node.arms { in visit_expr_match_mut()
|
| H A D | visit.rs | 1760 for it in &node.arms { in visit_expr_match()
|
| /linux/Documentation/process/ |
| H A D | maintainer-kvm-x86.rst | 13 and learn from any mistakes you make, you will be welcomed with open arms, not
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 761 file. Note that this knob just disarms and arms all kprobes and doesn't
|
| /linux/tools/memory-model/Documentation/ |
| H A D | litmus-tests.txt | 971 two arms of the branch have recombined.
|