Home
last modified time | relevance | path

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

123

/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.java325 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/
DGCMUtil.java329 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/
DGCMUtil.java329 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/
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/rust/crates/num-bigint/tests/
Dbigint_bitwise.rs140 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/
Digt_rand.h34 static inline void hars_petruska_f54_1_random_perturb(uint32_t xor) in hars_petruska_f54_1_random_perturb()
/external/musl/include/
Diso646.h15 #define xor ^ macro
/external/clang/lib/Headers/
Diso646.h39 #define xor ^ macro
/external/cldr/tools/cldr-code/src/main/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
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/
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
DParticularIntegerValue.java206 public IntegerValue xor(IntegerValue other) in xor() method in ParticularIntegerValue
334 public IntegerValue xor(ParticularIntegerValue other) in xor() method in ParticularIntegerValue
DUnknownLongValue.java130 public LongValue xor(LongValue other) in xor() method in UnknownLongValue
/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/apache-commons-lang/src/main/java/org/apache/commons/lang3/util/
DFluentBitSet.java586 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.kt80 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/
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
DBinaryExpr.java38 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
DBinaryExpr.java37 xor, // ^ enumConstant

123