Searched refs:bitand (Results 1 – 4 of 4) sorted by relevance
123 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method135 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
113 fn bitand(self, rhs: &CpuMask) -> Self::Output { in bitand() method
157 mode.bitand(ModeType::from_bits_truncate(0o777)), in add_file_with_mode()269 mode.bitand(ModeType::from_bits_truncate(0o777)), in add_bin_file_with_mode()
166 if status.bitand(mask).is_empty() { in irq_may_run()