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

12

/external/clang/lib/Headers/
H A Diso646.h39 #define xor ^ macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
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/libgdx/gdx/src/com/badlogic/gdx/utils/
H A DBits.java255 public void xor (Bits other) { method in class:Bits
/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/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java1548 xor(range(start, end), 2, 0);
2179 xor(c.list, c.len, 0);
2871 // polarity = 0, 3 is normal: x xor y
2872 // polarity = 1, 2: x xor ~y == x === y
2874 private UnicodeSet xor(int[] other, int otherLen, int polarity) { method in class:UnicodeSet
2929 // change from xor is that we have to check overlapping pairs
3027 // change from xor is that we have to check overlapping pairs
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java1594 xor(range(start, end), 2, 0);
2242 xor(c.list, c.len, 0);
2944 // polarity = 0, 3 is normal: x xor y
2945 // polarity = 1, 2: x xor ~y == x === y
2947 private UnicodeSet xor(int[] other, int otherLen, int polarity) { method in class:UnicodeSet
3002 // change from xor is that we have to check overlapping pairs
3100 // 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.c6040 IRExpr *a1, *and, *xor, *c, *a2bL, *a2bR; local
6046 /* --xor--- */
6049 a1 = and = xor = c = a2bL = a2bR = NULL;
6054 xor = STEP(LL(and));
6056 if (!ISBIN(xor, opXOR)) goto v34;
6057 a2bL = LL(xor);
6058 a2bR = RR(xor);
6075 /* --xor--- */
6078 a1 = and = xor = c = a2bL = a2bR = NULL;
6083 xor
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.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 ...

Completed in 465 milliseconds

12