Searched defs:xor (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/lib/Headers/
H A Diso646.h39 #define xor ^ macro
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java313 public static void xor(byte[] x, byte[] y) method in class:GCMUtil
326 public static void xor(byte[] x, byte[] y, int yOff, int yLen) method in class:GCMUtil
334 public static void xor(byte[] x, byte[] y, byte[] z) method in class:GCMUtil
347 public static void xor(int[] x, int[] y) method in class:GCMUtil
355 public static void xor(int[] x, int[] y, int[] z) method in class:GCMUtil
363 public static void xor(long[] x, long[] y) method in class:GCMUtil
369 public static void xor(long[] x, long[] y, long[] z) method in class:GCMUtil
/external/iproute2/tc/
H A Df_flow.c37 "OPS := [ or NUM | and NUM | xor NUM | rshift NUM | addend NUM ]\n"
92 static void transfer_bitop(__u32 *mask, __u32 *xor, __u32 m, __u32 x) argument
94 *xor = x ^ (*xor & m);
139 __u32 mask = ~0U, xor = 0; local
172 transfer_bitop(&mask, &xor, tmp, 0);
179 transfer_bitop(&mask, &xor, ~tmp, tmp);
180 } else if (matches(*argv, "xor") == 0) {
183 fprintf(stderr, "Illegal \"xor\"\n");
186 transfer_bitop(&mask, &xor, ~
318 __u32 xor = mask & val; local
[all...]
/external/proguard/src/proguard/evaluation/value/
H A DIntegerValue.java194 * Returns the logical <i>xor</i> of this IntegerValue and the given
197 public abstract IntegerValue xor(IntegerValue other); method in class:IntegerValue
423 * Returns the logical <i>xor</i> of this IntegerValue and the given
426 public IntegerValue xor(UnknownIntegerValue other) method in class:IntegerValue
428 return xor((IntegerValue)other);
667 * Returns the logical <i>xor</i> of this IntegerValue and the given
670 public IntegerValue xor(SpecificIntegerValue other) method in class:IntegerValue
672 return xor((IntegerValue)other);
911 * Returns the logical <i>xor</i> of this IntegerValue and the given
914 public IntegerValue xor(ParticularIntegerValu method in class:IntegerValue
[all...]
H A DLongValue.java191 * Returns the logical <i>xor</i> of this LongValue and the given
194 public LongValue xor(LongValue other) method in class:LongValue
196 return other.xor(this);
345 * Returns the logical <i>xor</i> of this LongValue and the given
348 public LongValue xor(SpecificLongValue other) method in class:LongValue
501 * Returns the logical <i>xor</i> of this LongValue and the given
504 public LongValue xor(ParticularLongValue other) method in class:LongValue
506 return xor((SpecificLongValue)other);
H A DParticularIntegerValue.java206 public IntegerValue xor(IntegerValue other) method in class:ParticularIntegerValue
208 return other.xor(this);
334 public IntegerValue xor(ParticularIntegerValue other) method in class:ParticularIntegerValue
H A DParticularLongValue.java149 public LongValue xor(LongValue other) method in class:ParticularLongValue
151 return other.xor(this);
237 public LongValue xor(ParticularLongValue other) method in class:ParticularLongValue
H A DSpecificIntegerValue.java174 public IntegerValue xor(IntegerValue other) method in class:SpecificIntegerValue
176 return other.xor(this);
310 public IntegerValue xor(SpecificIntegerValue other) method in class:SpecificIntegerValue
H A DSpecificLongValue.java129 public LongValue xor(LongValue other) method in class:SpecificLongValue
131 return other.xor(this);
225 public LongValue xor(SpecificLongValue other) method in class:SpecificLongValue
H A DUnknownIntegerValue.java176 public IntegerValue xor(IntegerValue other) method in class:UnknownIntegerValue
H A DUnknownLongValue.java130 public LongValue xor(LongValue other) method in class:UnknownLongValue
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-siv.c33 static void xor(u8 *a, const u8 *b) function
88 xor(tmp, tmp2);
104 xor(tmp, tmp2);
/external/wpa_supplicant_8/src/crypto/
H A Daes-siv.c33 static void xor(u8 *a, const u8 *b) function
88 xor(tmp, tmp2);
104 xor(tmp, tmp2);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-siv.c33 static void xor(u8 *a, const u8 *b) function
88 xor(tmp, tmp2);
104 xor(tmp, tmp2);
/external/v8/test/webkit/fast/js/kde/
H A Dmd5-1.js125 function xor(a,b) { function
186 return xor(xor(x,y),z);
190 return xor(y ,or(x , not(z)));
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp103 #define xor macro
188 xor
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java1593 xor(range(start, end), 2, 0);
2241 xor(c.list, c.len, 0);
2897 // polarity = 0, 3 is normal: x xor y
2898 // polarity = 1, 2: x xor ~y == x === y
2900 private UnicodeSet xor(int[] other, int otherLen, int polarity) { method in class:UnicodeSet
2955 // change from xor is that we have to check overlapping pairs
3053 // change from xor is that we have to check overlapping pairs
/external/v8/benchmarks/
H A Dcrypto.js1312 BigInteger.prototype.xor = bnXor;
/external/valgrind/VEX/priv/
H A Dir_opt.c6036 IRExpr *a1, *and, *xor, *c, *a2bL, *a2bR; local
6042 /* --xor--- */
6045 a1 = and = xor = c = a2bL = a2bR = NULL;
6050 xor = STEP(LL(and));
6052 if (!ISBIN(xor, opXOR)) goto v34;
6053 a2bL = LL(xor);
6054 a2bR = RR(xor);
6071 /* --xor--- */
6074 a1 = and = xor = c = a2bL = a2bR = NULL;
6079 xor
[all...]
H A Dguest_x86_toIR.c164 dis_op2_G_E (add, or, adc, sbb, and, sub, xor)
166 dis_Grp1 (add, or, adc, sbb, and, sub, xor)
1133 IROp xor = mkSizedOp(ty, Iop_Xor8); local
1167 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto32(binop(xor, mkexpr(ta2),
1187 IROp xor = mkSizedOp(ty, Iop_Xor8); local
1221 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto32(binop(xor, mkexpr(ta2),
1232 = { "add", "or", "adc", "sbb", "and", "sub", "xor", "cmp" };
13731 delta = dis_op_imm_A( 1, False, Iop_Xor8, True, delta, "xor" );
13734 delta = dis_op_imm_A( sz, False, Iop_Xor8, True, delta, "xor" );
13796 delta = dis_op2_E_G ( sorb, False, Iop_Xor8, True, 1, delta, "xor" );
[all...]
H A Dguest_amd64_toIR.c151 dis_op2_G_E (add, or, adc, sbb, and, sub, xor)
153 dis_Grp1 (add, or, adc, sbb, and, sub, xor)
2003 IROp xor = mkSizedOp(ty, Iop_Xor8); local
2042 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto64(binop(xor, mkexpr(ta2),
2062 IROp xor = mkSizedOp(ty, Iop_Xor8); local
2101 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto64(binop(xor, mkexpr(ta2),
2112 = { "add", "or", "adc", "sbb", "and", "sub", "xor", "cmp" };
12751 /* 66 0F 57 = XORPD -- G = G xor E */
12756 /* 0F 57 = XORPS -- G = G xor E */
19565 delta = dis_op2_G_E ( vbi, pfx, False, Iop_Xor8, True, 1, delta, "xor" );
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...
/external/jarjar/lib/
H A Dasm-commons-4.0.jar ... AND public static final int OR public static final int XOR public static final int EQ public static final int NE ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 808 milliseconds

12