/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 | 290 public static void xor(byte[] x, byte[] y) in xor() method in GCMUtil 303 public static void xor(byte[] x, byte[] y, int yOff) in xor() method in GCMUtil 316 public static void xor(byte[] x, int xOff, byte[] y, int yOff, byte[] z, int zOff) in xor() method in GCMUtil 329 public static void xor(byte[] x, byte[] y, int yOff, int yLen) in xor() method in GCMUtil 337 public static void xor(byte[] x, int xOff, byte[] y, int yOff, int len) in xor() method in GCMUtil 345 public static void xor(byte[] x, byte[] y, byte[] z) in xor() method in GCMUtil 358 public static void xor(int[] x, int[] y) in xor() method in GCMUtil 366 public static void xor(int[] x, int[] y, int[] z) in xor() method in GCMUtil 374 public static void xor(long[] x, long[] y) in xor() method in GCMUtil 380 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 | 294 public static void xor(byte[] x, byte[] y) in xor() method in GCMUtil 307 public static void xor(byte[] x, byte[] y, int yOff) in xor() method in GCMUtil 320 public static void xor(byte[] x, int xOff, byte[] y, int yOff, byte[] z, int zOff) in xor() method in GCMUtil 333 public static void xor(byte[] x, byte[] y, int yOff, int yLen) in xor() method in GCMUtil 341 public static void xor(byte[] x, int xOff, byte[] y, int yOff, int len) in xor() method in GCMUtil 349 public static void xor(byte[] x, byte[] y, byte[] z) in xor() method in GCMUtil 362 public static void xor(int[] x, int[] y) in xor() method in GCMUtil 370 public static void xor(int[] x, int[] y, int[] z) in xor() method in GCMUtil 378 public static void xor(long[] x, long[] y) in xor() method in GCMUtil 384 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/ |
D | register-file-statistics.s | 13 xor %eax, %ebx label
|
D | scheduler-queue-usage.s | 13 xor %eax, %ebx label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/ |
D | partial-reg-update-3.s | 9 xor %bx, %dx label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | partial-reg-update-3.s | 11 xor %bx, %dx label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | compress-rv32i.s | 105 xor s0, s0, a5 label 111 xor s0, a5, s0 label
|
D | rv32i-valid.s | 179 xor s2, s2, s8 label 182 xor x18, x18, x24 label
|
/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/clang/lib/Headers/ |
D | iso646.h | 39 #define xor ^ macro
|
/external/cldr/tools/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 446 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 | UnknownLongValue.java | 130 public LongValue xor(LongValue other) in xor() method in UnknownLongValue
|
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
|
/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/swiftshader/third_party/llvm-7.0/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/cldr/tools/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
|
/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
|