/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 | 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/syslinux/com32/modules/stubs/ |
D | swapstub.asm | 21 xor di,di define
|
/external/clang/lib/Headers/ |
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/syslinux/memdisk/ |
D | memdisk16.asm | 107 xor di,di define 121 xor di,di ; Bottom of our own segment (= "boot sector") define 489 xor dl,dl define
|
/external/llvm/test/MC/Lanai/ |
D | v11.s | 813 xor %r17, 0, %r21 label 815 xor %r17, 0x00001234, %r21 label 817 xor %r17, 0x12340000, %r21 label 825 xor %r17, %r18, %r21 label
|
/external/syslinux/mbr/ |
D | oldmbr.asm | 119 xor dh,dh define
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes-siv.c | 33 static void xor(u8 *a, const u8 *b) in xor() function
|
/external/syslinux/dosutil/ |
D | copybs.asm | 200 xor dx,dx ; Absolute sector 0 define
|
/external/clang/test/Preprocessor/ |
D | cxx_oper_keyword_ms_compat.cpp | 103 #define xor macro
|
/external/iptables/iptables/ |
D | nft-shared.c | 69 void add_bitwise_u16(struct nftnl_rule *r, int mask, int xor) in add_bitwise_u16() 89 uint32_t xor[4] = { 0 }; in add_bitwise() local
|
D | nft-shared.h | 68 uint32_t xor[4]; member
|
/external/syslinux/core/ |
D | isolinux.asm | 539 xor di,di ; start at ES:DI = f000:0 define
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 809 Method xor = binaryOpMethod(int.class, int.class, BinaryOp.XOR); in testIntBinaryOps() local 860 Method xor = binaryOpMethod(long.class, long.class, BinaryOp.XOR); in testLongBinaryOps() local
|
/external/syslinux/gpxe/src/drivers/net/ |
D | tlan.h | 456 static inline u32 xor(u32 a, u32 b) in xor() function
|
/external/v8/benchmarks/ |
D | crypto.js | 1312 BigInteger.prototype.xor = bnXor; method in BigInteger
|