Home
last modified time | relevance | path

Searched refs:bitxor_assign (Results 1 – 25 of 89) sorted by relevance

1234

/external/rust/android-crates-io/crates/fixedbitset/src/block/
Ddefault.rs67 fn bitxor_assign(&mut self, other: Self) { in bitxor_assign() method
68 self.0.bitxor_assign(other.0) in bitxor_assign()
Dwasm.rs70 fn bitxor_assign(&mut self, other: Self) { in bitxor_assign() method
Davx2.rs75 fn bitxor_assign(&mut self, other: Self) { in bitxor_assign() method
Davx.rs78 fn bitxor_assign(&mut self, other: Self) { in bitxor_assign() method
Dsse2.rs84 fn bitxor_assign(&mut self, other: Self) { in bitxor_assign() method
/external/rust/android-crates-io/crates/ring/src/aead/
Dblock.rs61 fn bitxor_assign(&mut self, a: Self) { in bitxor_assign() method
74 r.bitxor_assign(a); in bitxor()
Dgcm.rs198 self.inner.Xi.bitxor_assign(a); in update_block()
276 fn bitxor_assign(&mut self, a: Block) { in bitxor_assign() method
/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Dbits.rs71 forward_val_assign!(impl BitXorAssign for BigUint, bitxor_assign);
83 fn bitxor_assign(&mut self, other: &BigUint) { in bitxor_assign() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bitflags-1.3.2/tests/compile-fail/non_integer_base/
Dall_defined.rs66 fn bitxor_assign(&mut self, other: Self) { in bitxor_assign() method
/external/rust/android-crates-io/extra_versions/crates/bitflags/tests/compile-fail/non_integer_base/
Dall_defined.rs66 fn bitxor_assign(&mut self, other: Self) { in bitxor_assign() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bitflags-1.3.2/tests/compile-fail/non_integer_base/
Dall_defined.rs66 fn bitxor_assign(&mut self, other: Self) { in bitxor_assign() method
/external/rust/android-crates-io/crates/ash/src/vk/
Dmacros.rs71 fn bitxor_assign(&mut self, rhs: Self) {
/external/rust/android-crates-io/crates/ring/src/
Dendian.rs37 fn bitxor_assign(&mut self, a: Self) {
/external/rust/android-crates-io/crates/glam/src/bool/
Dbvec2.rs169 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
Dbvec3.rs179 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
Dbvec4.rs186 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
/external/rust/android-crates-io/crates/glam/src/bool/coresimd/
Dbvec3a.rs186 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
Dbvec4a.rs197 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
/external/rust/android-crates-io/crates/glam/src/bool/scalar/
Dbvec3a.rs183 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
Dbvec4a.rs191 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
/external/rust/android-crates-io/crates/glam/src/bool/wasm32/
Dbvec3a.rs188 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
Dbvec4a.rs195 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
/external/rust/android-crates-io/crates/glam/src/bool/sse2/
Dbvec3a.rs197 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
Dbvec4a.rs209 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method
/external/rust/android-crates-io/crates/glam/src/bool/neon/
Dbvec3a.rs205 fn bitxor_assign(&mut self, rhs: Self) { in bitxor_assign() method

1234