Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Debpindex.asm2 xor eax, [ebp+4*ecx ] label
3 xor ebx, [ebp+4*ecx+ 4] label
4 xor esi, [ebp+4*ecx+ 8] label
5 xor edi, [ebp+4*ecx+12] label
/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.java221 static void xor(byte[] block, byte[] val) in xor() method in GCMUtil
229 static void xor(byte[] block, byte[] val, int off, int len) in xor() method in GCMUtil
237 static void xor(byte[] block, byte[] val, byte[] output) in xor() method in GCMUtil
245 static void xor(int[] block, int[] val) in xor() method in GCMUtil
253 static void xor(int[] block, int[] val, int[] output) 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/clang/lib/Headers/
Diso646.h39 #define xor ^ macro
/external/libvpx/libvpx/vp8/encoder/x86/
Dquantize_sse4.asm223 xor dx, ax define
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java559 private static void xor(byte[] block, byte[] val) in xor() method in GCMBlockCipher
567 private static void xor(byte[] block, byte[] val, int off, int len) in xor() method in GCMBlockCipher
/external/qemu/distrib/jpeg-6b/
Djmemdosa.asm234 xor dx,dx ; no XMS driver available define
/external/jpeg/
Djmemdosa.asm234 xor dx,dx ; no XMS driver available define
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp93 #define xor macro
/external/chromium_org/v8/test/webkit/fast/js/kde/
Dmd5-1.js125 function xor(a,b) { function
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java766 Method xor = binaryOpMethod(int.class, int.class, BinaryOp.XOR); in testIntBinaryOps() local
816 Method xor = binaryOpMethod(long.class, long.class, BinaryOp.XOR); in testLongBinaryOps() local
/external/chromium_org/v8/benchmarks/
Dcrypto.js1312 BigInteger.prototype.xor = bnXor; method in BigInteger
/external/v8/benchmarks/
Dcrypto.js1312 BigInteger.prototype.xor = bnXor; method in BigInteger
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-crypto.js1304 BigInteger.prototype.xor = bnXor; method in BigInteger
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-crypto.js1304 BigInteger.prototype.xor = bnXor; method in BigInteger
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-crypto.js1304 BigInteger.prototype.xor = bnXor; method in BigInteger

12