Home
last modified time | relevance | path

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

123

/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/clang/test/SemaObjCXX/
Dcxxoperator-selector.mm8 - xor; method
20 - (id) xor{return 0; }; method
/external/iproute2/tc/
Df_flow.c92 static void transfer_bitop(__u32 *mask, __u32 *xor, __u32 m, __u32 x) in transfer_bitop()
138 __u32 mask = ~0U, xor = 0; in flow_parse_opt() local
316 __u32 xor = mask & val; in flow_print_opt() local
/external/syslinux/com32/modules/stubs/
Dswapstub.asm21 xor di,di define
/external/clang/lib/Headers/
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
DParticularIntegerValue.java206 public IntegerValue xor(IntegerValue other) in xor() method in ParticularIntegerValue
334 public IntegerValue xor(ParticularIntegerValue other) in xor() method in ParticularIntegerValue
DUnknownLongValue.java130 public LongValue xor(LongValue other) in xor() method in UnknownLongValue
DUnknownIntegerValue.java176 public IntegerValue xor(IntegerValue other) in xor() method in UnknownIntegerValue
/external/syslinux/memdisk/
Dmemdisk16.asm107 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/
Dv11.s813 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/
Doldmbr.asm119 xor dh,dh define
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DAssignExpr.java41 xor, // ^= enumConstant
DBinaryExpr.java38 xor, // ^ enumConstant
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DAssignExpr.java40 xor, // ^= enumConstant
DBinaryExpr.java37 xor, // ^ enumConstant
/external/wpa_supplicant_8/src/crypto/
Daes-siv.c33 static void xor(u8 *a, const u8 *b) in xor() function
/external/syslinux/dosutil/
Dcopybs.asm200 xor dx,dx ; Absolute sector 0 define
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp103 #define xor macro
/external/iptables/iptables/
Dnft-shared.c69 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
Dnft-shared.h68 uint32_t xor[4]; member

123