/external/clang/test/SemaObjCXX/ |
D | cxxoperator-selector.mm | 8 - xor; method 20 - (id) xor{return 0; }; method
|
/external/boringssl/win-x86_64/crypto/rc4/ |
D | rc4-x86_64.asm | 67 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/ |
D | GCMUtil.java | 313 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/ |
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/boringssl/win-x86/crypto/rc4/ |
D | rc4-586.asm | 245 xor dl,BYTE [esi] define 263 xor dl,BYTE [esi] define
|
/external/clang/lib/Headers/ |
D | iso646.h | 39 #define xor ^ macro
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
D | iso646.h | 39 #define xor ^ macro
|
/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/wpa_supplicant_8/src/crypto/ |
D | aes-siv.c | 33 static void xor(u8 *a, const u8 *b) in xor() function
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | Bits.java | 255 public void xor (Bits other) { in xor() method in Bits
|
/external/clang/test/Preprocessor/ |
D | cxx_oper_keyword_ms_compat.cpp | 103 #define xor macro
|
/external/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 | 776 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/ |
D | crypto.js | 1312 BigInteger.prototype.xor = bnXor; method in BigInteger
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 2947 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() method
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 2874 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() method
|
/external/valgrind/VEX/priv/ |
D | guest_x86_toIR.c | 1133 IROp xor = mkSizedOp(ty, Iop_Xor8); in helper_ADC() local 1187 IROp xor = mkSizedOp(ty, Iop_Xor8); in helper_SBB() local
|
D | ir_opt.c | 6040 IRExpr *a1, *and, *xor, *c, *a2bL, *a2bR; in spotBitfieldAssignment() local
|