Home
last modified time | relevance | path

Searched refs:BitAnd (Results 1 – 16 of 16) sorted by relevance

/linux/rust/syn/
H A Dprecedence.rs41 BitAnd, enumerator
68 BinOp::BitAnd(_) => Precedence::BitAnd, in of_binop()
H A Dop.rs25 BitAnd(Token![&]),
139 input.parse().map(BinOp::BitAnd) in parse()
187 BinOp::BitAnd(t) => t.to_tokens(tokens), in to_tokens()
H A Dexpr.rs3391 | BinOp::BitAnd(_) in print_expr_binary()
/linux/rust/kernel/
H A Dnum.rs37 + ops::BitAnd<Output = Self>
H A Dalloc.rs59 impl core::ops::BitAnd for Flags { in bitand()
H A Ddma.rs253 impl core::ops::BitAnd for Attrs {
/linux/rust/kernel/num/
H A Dbounded.rs672 impl<T, const N: u32, const M: u32> ops::BitAnd<Bounded<T, M>> for Bounded<T, N>
675 T: ops::BitAnd<Output = T>,
770 impl<T, const N: u32> ops::BitAnd<T> for Bounded<T, N>
773 T: ops::BitAnd<Output = T>,
/linux/rust/kernel/irq/
H A Dflags.rs114 impl core::ops::BitAnd for Flags {
/linux/rust/kernel/io/
H A Dresource.rs202 impl core::ops::BitAnd for Flags {
/linux/rust/zerocopy/src/
H A Dbyteorder.rs257 …impl_ops_traits!(@without_byteorder_swap $name, $native, BitAnd, bitand, BitAndAssign, bitand_assi…
1546 …test!(@binary BitAnd, bitand, BitAndAssign, bitand_assign, call_for_unsigned_types, call_for_signe… in test_ops_impls()
/linux/rust/syn/gen/
H A Deq.rs121 (crate::BinOp::BitAnd(_), crate::BinOp::BitAnd(_)) => true, in eq()
H A Dfold.rs1160 crate::BinOp::BitAnd(_binding_0) => crate::BinOp::BitAnd(_binding_0), in fold_bin_op()
H A Dhash.rs152 crate::BinOp::BitAnd(_) => { in hash()
H A Ddebug.rs170 crate::BinOp::BitAnd(v0) => { in fmt()
H A Dvisit_mut.rs1108 crate::BinOp::BitAnd(_binding_0) => { in visit_bin_op_mut()
H A Dvisit.rs1106 crate::BinOp::BitAnd(_binding_0) => { in visit_bin_op()