| /external/clang/test/SemaObjCXX/ |
| D | cxxoperator-selector.mm | 8 - xor; method 20 - (id) xor{return 0; }; method
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
| D | GCMUtil.java | 325 public static void xor(byte[] x, byte[] y) in xor() method in GCMUtil 338 public static void xor(byte[] x, byte[] y, int yOff) in xor() method in GCMUtil 351 public static void xor(byte[] x, int xOff, byte[] y, int yOff, byte[] z, int zOff) in xor() method in GCMUtil 364 public static void xor(byte[] x, byte[] y, int yOff, int yLen) in xor() method in GCMUtil 372 public static void xor(byte[] x, int xOff, byte[] y, int yOff, int len) in xor() method in GCMUtil 380 public static void xor(byte[] x, byte[] y, byte[] z) in xor() method in GCMUtil 393 public static void xor(int[] x, int[] y) in xor() method in GCMUtil 401 public static void xor(int[] x, int[] y, int[] z) in xor() method in GCMUtil 409 public static void xor(long[] x, long[] y) in xor() method in GCMUtil 415 public static void xor(long[] x, long[] y, long[] z) in xor() method in GCMUtil
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/gcm/ |
| D | GCMUtil.java | 329 public static void xor(byte[] x, byte[] y) in xor() method in GCMUtil 342 public static void xor(byte[] x, byte[] y, int yOff) in xor() method in GCMUtil 355 public static void xor(byte[] x, int xOff, byte[] y, int yOff, byte[] z, int zOff) in xor() method in GCMUtil 368 public static void xor(byte[] x, byte[] y, int yOff, int yLen) in xor() method in GCMUtil 376 public static void xor(byte[] x, int xOff, byte[] y, int yOff, int len) in xor() method in GCMUtil 384 public static void xor(byte[] x, byte[] y, byte[] z) in xor() method in GCMUtil 397 public static void xor(int[] x, int[] y) in xor() method in GCMUtil 405 public static void xor(int[] x, int[] y, int[] z) in xor() method in GCMUtil 413 public static void xor(long[] x, long[] y) in xor() method in GCMUtil 419 public static void xor(long[] x, long[] y, long[] z) in xor() method in GCMUtil
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/gcm/ |
| D | GCMUtil.java | 329 public static void xor(byte[] x, byte[] y) in xor() method in GCMUtil 342 public static void xor(byte[] x, byte[] y, int yOff) in xor() method in GCMUtil 355 public static void xor(byte[] x, int xOff, byte[] y, int yOff, byte[] z, int zOff) in xor() method in GCMUtil 368 public static void xor(byte[] x, byte[] y, int yOff, int yLen) in xor() method in GCMUtil 376 public static void xor(byte[] x, int xOff, byte[] y, int yOff, int len) in xor() method in GCMUtil 384 public static void xor(byte[] x, byte[] y, byte[] z) in xor() method in GCMUtil 397 public static void xor(int[] x, int[] y) in xor() method in GCMUtil 405 public static void xor(int[] x, int[] y, int[] z) in xor() method in GCMUtil 413 public static void xor(long[] x, long[] y) in xor() method in GCMUtil 419 public static void xor(long[] x, long[] y, long[] z) in xor() method in GCMUtil
|
| /external/iproute2/tc/ |
| D | f_flow.c | 92 static void transfer_bitop(__u32 *mask, __u32 *xor, __u32 m, __u32 x) in transfer_bitop() 138 __u32 mask = ~0U, xor = 0; in flow_parse_opt() local 316 __u32 xor = mask & val; in flow_print_opt() local
|
| /external/rust/crates/num-bigint/tests/ |
| D | bigint_bitwise.rs | 140 let xor = xor.to_bigint().unwrap(); in test_bitwise() localVariable 172 let xor = (prim_a ^ prim_b).to_bigint().unwrap(); in test_bitwise_i64() localVariable
|
| /external/igt-gpu-tools/lib/ |
| D | igt_rand.h | 34 static inline void hars_petruska_f54_1_random_perturb(uint32_t xor) in hars_petruska_f54_1_random_perturb()
|
| /external/musl/include/ |
| D | iso646.h | 15 #define xor ^ macro
|
| /external/clang/lib/Headers/ |
| D | iso646.h | 39 #define xor ^ macro
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | Builder.java | 215 public CBuilder<E, U> xor(Collection<? extends E> c) { in xor() method in Builder.CBuilder 226 public CBuilder<E, U> xor(E... items) { in xor() method in Builder.CBuilder 230 public CBuilder<E, U> xor(Iterator<E> items) { in xor() method in Builder.CBuilder 447 public <N extends Map<K, V>> MBuilder<K, V, M> xor(N c) { in xor() method in Builder.MBuilder
|
| /external/proguard/src/proguard/evaluation/value/ |
| D | LongValue.java | 194 public LongValue xor(LongValue other) in xor() method in LongValue 348 public LongValue xor(SpecificLongValue other) in xor() method in LongValue 504 public LongValue xor(ParticularLongValue other) in xor() method in LongValue
|
| D | SpecificLongValue.java | 129 public LongValue xor(LongValue other) in xor() method in SpecificLongValue 225 public LongValue xor(SpecificLongValue other) in xor() method in SpecificLongValue
|
| D | ParticularLongValue.java | 149 public LongValue xor(LongValue other) in xor() method in ParticularLongValue 237 public LongValue xor(ParticularLongValue other) in xor() method in ParticularLongValue
|
| D | IntegerValue.java | 197 public abstract IntegerValue xor(IntegerValue other); in xor() method in IntegerValue 426 public IntegerValue xor(UnknownIntegerValue other) in xor() method in IntegerValue 670 public IntegerValue xor(SpecificIntegerValue other) in xor() method in IntegerValue 914 public IntegerValue xor(ParticularIntegerValue other) in xor() method in IntegerValue
|
| D | SpecificIntegerValue.java | 174 public IntegerValue xor(IntegerValue other) in xor() method in SpecificIntegerValue 310 public IntegerValue xor(SpecificIntegerValue other) in xor() method in SpecificIntegerValue
|
| D | ParticularIntegerValue.java | 206 public IntegerValue xor(IntegerValue other) in xor() method in ParticularIntegerValue 334 public IntegerValue xor(ParticularIntegerValue other) in xor() method in ParticularIntegerValue
|
| D | UnknownLongValue.java | 130 public LongValue xor(LongValue other) in xor() method in UnknownLongValue
|
| /external/llvm/test/MC/Lanai/ |
| D | v11.s | 813 xor %r17, 0, %r21 label 815 xor %r17, 0x00001234, %r21 label 817 xor %r17, 0x12340000, %r21 label 825 xor %r17, %r18, %r21 label
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/util/ |
| D | FluentBitSet.java | 586 public FluentBitSet xor(final BitSet set) { in xor() method in FluentBitSet 604 public FluentBitSet xor(final FluentBitSet set) { in xor() method in FluentBitSet
|
| /external/okio/okio/src/commonMain/kotlin/okio/ |
| D | -Util.kt | 80 internal inline infix fun Byte.xor(other: Byte): Byte = (toInt() xor other.toInt()).toByte() in shr() method
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
| D | UnmodifiableBitSet.java | 83 public void xor(BitSet set) { in xor() method in UnmodifiableBitSet
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/ |
| D | AssignExpr.java | 41 xor, // ^= enumConstant
|
| D | BinaryExpr.java | 38 xor, // ^ enumConstant
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/ |
| D | AssignExpr.java | 40 xor, // ^= enumConstant
|
| D | BinaryExpr.java | 37 xor, // ^ enumConstant
|