/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | ebpindex.asm | 2 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/ |
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 | 221 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/ |
D | f_flow.c | 92 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/ |
D | iso646.h | 39 #define xor ^ macro
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | quantize_sse4.asm | 223 xor dx, ax define
|
/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
|
D | UnknownIntegerValue.java | 176 public IntegerValue xor(IntegerValue other) in xor() method in UnknownIntegerValue
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
D | GCMBlockCipher.java | 559 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/ |
D | jmemdosa.asm | 234 xor dx,dx ; no XMS driver available define
|
/external/jpeg/ |
D | jmemdosa.asm | 234 xor dx,dx ; no XMS driver available define
|
/external/clang/test/Preprocessor/ |
D | cxx_oper_keyword_ms_compat.cpp | 93 #define xor macro
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
D | md5-1.js | 125 function xor(a,b) { function
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 766 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/ |
D | crypto.js | 1312 BigInteger.prototype.xor = bnXor; method in BigInteger
|
/external/v8/benchmarks/ |
D | crypto.js | 1312 BigInteger.prototype.xor = bnXor; method in BigInteger
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-crypto.js | 1304 BigInteger.prototype.xor = bnXor; method in BigInteger
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-crypto.js | 1304 BigInteger.prototype.xor = bnXor; method in BigInteger
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-crypto.js | 1304 BigInteger.prototype.xor = bnXor; method in BigInteger
|