Home
last modified time | relevance | path

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

12

/external/clang/test/SemaObjCXX/
Dcxxoperator-selector.mm8 - xor; method
20 - (id) xor{return 0; }; method
/external/boringssl/win-x86_64/crypto/rc4/
Drc4-x86_64.asm67 xor dl,BYTE[r12] define
172 xor dl,BYTE[r12] define
363 xor dl,BYTE[r12] define
517 xor dl,BYTE[r12] define
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
DGCMUtil.java313 public static void xor(byte[] x, byte[] y) in xor() method in GCMUtil
326 public static void xor(byte[] x, byte[] y, int yOff, int yLen) in xor() method in GCMUtil
334 public static void xor(byte[] x, byte[] y, byte[] z) in xor() method in GCMUtil
347 public static void xor(int[] x, int[] y) in xor() method in GCMUtil
355 public static void xor(int[] x, int[] y, int[] z) in xor() method in GCMUtil
363 public static void xor(long[] x, long[] y) in xor() method in GCMUtil
369 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()
139 __u32 mask = ~0U, xor = 0; in flow_parse_opt() local
318 __u32 xor = mask & val; in flow_print_opt() local
/external/boringssl/win-x86/crypto/rc4/
Drc4-586.asm245 xor dl,BYTE [esi] define
263 xor dl,BYTE [esi] define
/external/clang/lib/Headers/
Diso646.h39 #define xor ^ macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Diso646.h39 #define xor ^ macro
/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
DUnknownIntegerValue.java176 public IntegerValue xor(IntegerValue other) in xor() method in UnknownIntegerValue
/external/wpa_supplicant_8/src/crypto/
Daes-siv.c33 static void xor(u8 *a, const u8 *b) in xor() function
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DBits.java255 public void xor (Bits other) { in xor() method in Bits
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp103 #define xor macro
/external/v8/test/webkit/fast/js/kde/
Dmd5-1.js125 function xor(a,b) { function
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java776 Method xor = binaryOpMethod(int.class, int.class, BinaryOp.XOR); in testIntBinaryOps() local
826 Method xor = binaryOpMethod(long.class, long.class, BinaryOp.XOR); in testLongBinaryOps() local
/external/v8/benchmarks/
Dcrypto.js1312 BigInteger.prototype.xor = bnXor; method in BigInteger
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2947 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() method
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2874 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() method
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c1133 IROp xor = mkSizedOp(ty, Iop_Xor8); in helper_ADC() local
1187 IROp xor = mkSizedOp(ty, Iop_Xor8); in helper_SBB() local
Dir_opt.c6040 IRExpr *a1, *and, *xor, *c, *a2bL, *a2bR; in spotBitfieldAssignment() local

12