Home
last modified time | relevance | path

Searched defs:xor (Results 1 – 25 of 44) sorted by relevance

12

/external/clang/test/SemaObjCXX/
Dcxxoperator-selector.mm8 - xor; method
20 - (id) xor{return 0; }; method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java290 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/
DGCMUtil.java294 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/
Df_flow.c92 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/
Dregister-file-statistics.s13 xor %eax, %ebx label
Dscheduler-queue-usage.s13 xor %eax, %ebx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dpartial-reg-update-3.s9 xor %bx, %dx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dpartial-reg-update-3.s11 xor %bx, %dx label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Dcompress-rv32i.s105 xor s0, s0, a5 label
111 xor s0, a5, s0 label
Drv32i-valid.s179 xor s2, s2, s8 label
182 xor x18, x18, x24 label
/external/igt-gpu-tools/lib/
Digt_rand.h34 static inline void hars_petruska_f54_1_random_perturb(uint32_t xor) in hars_petruska_f54_1_random_perturb()
/external/clang/lib/Headers/
Diso646.h39 #define xor ^ macro
/external/cldr/tools/java/org/unicode/cldr/util/
DBuilder.java215 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/
DLongValue.java194 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
DSpecificLongValue.java129 public LongValue xor(LongValue other) in xor() method in SpecificLongValue
225 public LongValue xor(SpecificLongValue other) in xor() method in SpecificLongValue
DParticularLongValue.java149 public LongValue xor(LongValue other) in xor() method in ParticularLongValue
237 public LongValue xor(ParticularLongValue other) in xor() method in ParticularLongValue
DIntegerValue.java197 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
DSpecificIntegerValue.java174 public IntegerValue xor(IntegerValue other) in xor() method in SpecificIntegerValue
310 public IntegerValue xor(SpecificIntegerValue other) in xor() method in SpecificIntegerValue
DUnknownLongValue.java130 public LongValue xor(LongValue other) in xor() method in UnknownLongValue
DParticularIntegerValue.java206 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/
Dv11.s813 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/
Dv11.s813 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/
DUnmodifiableBitSet.java83 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/
DAssignExpr.java41 xor, // ^= enumConstant
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DAssignExpr.java40 xor, // ^= enumConstant

12