Home
last modified time | relevance | path

Searched defs:bitand (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/bitmap/src/
H A Dalloc_bitmap.rs123 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
135 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
/DragonOS/kernel/src/libs/
H A Dcpumask.rs113 fn bitand(self, rhs: &CpuMask) -> Self::Output { in bitand() method