Home
last modified time | relevance | path

Searched refs:bitxor (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bitflags/tests/compile-fail/non_integer_base/
H A Dall_defined.rs48 fn bitxor(self, other: Self) -> Self { in bitxor() functions
/third_party/rust/crates/rustc-hash/src/
H A Dlib.rs79 self.hash = self.hash.rotate_left(5).bitxor(i).wrapping_mul(K); in add_to_hash()
/third_party/popt/tests/
H A Dtestit.sh105 run test1 "test1 - 52" "arg1: 0 arg2: (none) aFlag: 0xfeed" --bitxor
120 [-x|--bitxor] [--nstr=STRING] [--lstr=STRING] [-I|--inc]
148 -x, --bitxor POPT_ARGFLAG_XOR: ^= (0x8ace^0xfeed)
/third_party/rust/crates/bitflags/src/
H A Dlib.rs749 fn bitxor(self, other: Self) -> Self { in bitxor() functions

Completed in 3 milliseconds