Home
last modified time | relevance | path

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

12

/external/rust/crates/num-bigint/src/biguint/
Dbits.rs14 fn bitand(self, other: &BigUint) -> BigUint { in bitand() method
30 fn bitand(mut self, other: &BigUint) -> BigUint { in bitand() method
/external/musl/include/
Diso646.h8 #define bitand & macro
/external/clang/lib/Headers/
Diso646.h32 #define bitand & macro
/external/rust/crates/num-bigint/src/bigint/
Dbits.rs115 fn bitand(self, other: &BigInt) -> BigInt { in bitand() method
137 fn bitand(mut self, other: &BigInt) -> BigInt { in bitand() method
/external/rust/crates/bitflags/tests/compile-fail/non_integer_base/
Dall_defined.rs32 fn bitand(self, other: Self) -> Self { in bitand() method
/external/rust/crates/tokio/src/io/
Dready.rs227 fn bitand(self, other: Ready) -> Ready { in bitand() method
/external/crosvm/vm_memory/src/
Dguest_address.rs89 fn bitand(self, other: u64) -> GuestAddress { in bitand() method
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp28 #define bitand macro
/external/rust/crates/glam/src/bool/
Dbvec2.rs78 fn bitand(self, rhs: Self) -> Self { in bitand() method
Dbvec4.rs85 fn bitand(self, rhs: Self) -> Self { in bitand() method
Dbvec3.rs83 fn bitand(self, rhs: Self) -> Self { in bitand() method
/external/rust/crates/glam/src/bool/scalar/
Dbvec4a.rs90 fn bitand(self, rhs: Self) -> Self { in bitand() method
Dbvec3a.rs87 fn bitand(self, rhs: Self) -> Self { in bitand() method
/external/rust/crates/glam/src/bool/sse2/
Dbvec3a.rs115 fn bitand(self, rhs: Self) -> Self { in bitand() method
Dbvec4a.rs126 fn bitand(self, rhs: Self) -> Self { in bitand() method
/external/rust/crates/glam/src/bool/coresimd/
Dbvec3a.rs112 fn bitand(self, rhs: Self) -> Self { in bitand() method
Dbvec4a.rs123 fn bitand(self, rhs: Self) -> Self { in bitand() method
/external/rust/crates/glam/src/bool/wasm32/
Dbvec4a.rs113 fn bitand(self, rhs: Self) -> Self { in bitand() method
Dbvec3a.rs107 fn bitand(self, rhs: Self) -> Self { in bitand() method
/external/rust/crates/ahash/src/
Dhash_set.rs165 fn bitand(self, rhs: &AHashSet<T, S>) -> AHashSet<T, S> { in bitand() function
/external/rust/crates/flagset/src/
Dlib.rs519 fn bitand(self, rhs: R) -> Self { in bitand() method
/external/crosvm/net_sys/src/
Diff.rs144 fn bitand(self, other: Self) -> Self { in bitand() method
/external/crosvm/third_party/libslirp-rs/src/
Dcontext.rs228 fn bitand(self, other: T) -> PollEvents { in bitand() method
/external/rust/crates/glam/src/i32/
Divec2.rs659 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
692 fn bitand(self, rhs: i32) -> Self::Output { in bitand() method
/external/rust/crates/glam/src/u32/
Duvec2.rs571 fn bitand(self, rhs: Self) -> Self::Output { in bitand() method
604 fn bitand(self, rhs: u32) -> Self::Output { in bitand() method

12