Home
last modified time | relevance | path

Searched refs:other1 (Results 1 – 2 of 2) sorted by relevance

/linux/rust/syn/gen/
H A Deq.rs1754 (crate::ReturnType::Type(_, self1), crate::ReturnType::Type(_, other1)) => { in eq()
1755 self1 == other1 in eq()
1799 (crate::Stmt::Expr(self0, self1), crate::Stmt::Expr(other0, other1)) => { in eq()
1800 self0 == other0 && self1 == other1 in eq()
/linux/sound/pci/
H A Dazt3328.c1324 enum snd_azf3328_codec_type other1; in snd_azf3328_ctrl_codec_activity() member
1342 ((!chip->codecs[peer_codecs[codec_type].other1] in snd_azf3328_ctrl_codec_activity()