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

123

/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);
138 __u32 mask = ~0U, xor = 0; local
169 transfer_bitop(&mask, &xor, tmp, 0);
176 transfer_bitop(&mask, &xor, ~tmp, tmp);
177 } else if (matches(*argv, "xor") == 0) {
180 fprintf(stderr, "Illegal \"xor\"\n");
183 transfer_bitop(&mask, &xor, ~
316 __u32 xor = mask & val; local
[all...]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DAssignExpr.java41 xor, // ^= enum constant in enum:AssignExpr.Operator
H A DBinaryExpr.java38 xor, // ^ enum constant in enum:BinaryExpr.Operator
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
H A DAssignExpr.java40 xor, // ^= enum constant in enum:AssignExpr.Operator
H A DBinaryExpr.java37 xor, // ^ enum constant in enum:BinaryExpr.Operator
/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/llvm/test/MC/Lanai/
H A Dv11.s345 ld [%r17 xor %r18], %r21
363 ld [*%r17 xor %r18], %r21
381 ld [%r17* xor %r18], %r21
635 st %r21, [%r17 xor %r18]
653 st.h %r21, [%r17 xor %r18]
671 st.b %r21, [%r17 xor %r18]
689 st %r21, [*%r17 xor %r18]
705 st.h %r21, [*%r17 xor %r18]
721 st.b %r21, [*%r17 xor %r18]
737 st %r21, [%r17* xor
813 xor %r17, 0, %r21 label
815 xor %r17, 0x00001234, %r21 label
817 xor %r17, 0x12340000, %r21 label
825 xor %r17, %r18, %r21 label
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-siv.c33 static void xor(u8 *a, const u8 *b) function
95 xor(tmp, tmp2);
111 xor(tmp, tmp2);
/external/wpa_supplicant_8/src/crypto/
H A Daes-siv.c33 static void xor(u8 *a, const u8 *b) function
95 xor(tmp, tmp2);
111 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
95 xor(tmp, tmp2);
111 xor(tmp, tmp2);
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp103 #define xor macro
188 xor
/external/python/cpython3/Lib/
H A Doperator.py20 'setitem', 'sub', 'truediv', 'truth', 'xor']
140 def xor(a, b): function
445 __xor__ = xor
/external/iptables/iptables/
H A Dnft-shared.c68 /* bitwise operation is = sreg & mask ^ xor */
69 void add_bitwise_u16(struct nftnl_rule *r, int mask, int xor) argument
81 nftnl_expr_set(expr, NFTNL_EXPR_BITWISE_XOR, &xor, sizeof(uint16_t));
89 uint32_t xor[4] = { 0 }; local
99 nftnl_expr_set(expr, NFTNL_EXPR_BITWISE_XOR, &xor, len);
421 memcpy(ctx->bitwise.xor, data, len);
H A Dnft-shared.h68 uint32_t xor[4]; member in struct:nft_xt_ctx::__anon9098
110 void add_bitwise_u16(struct nftnl_rule *r, int mask, int xor);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java1555 xor(range(start, end), 2, 0);
2187 xor(c.list, c.len, 0);
2882 // polarity = 0, 3 is normal: x xor y
2883 // polarity = 1, 2: x xor ~y == x === y
2885 private UnicodeSet xor(int[] other, int otherLen, int polarity) { method in class:UnicodeSet
2940 // change from xor is that we have to check overlapping pairs
3038 // 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.java1601 xor(range(start, end), 2, 0);
2250 xor(c.list, c.len, 0);
2955 // polarity = 0, 3 is normal: x xor y
2956 // polarity = 1, 2: x xor ~y == x === y
2958 private UnicodeSet xor(int[] other, int otherLen, int polarity) { method in class:UnicodeSet
3013 // change from xor is that we have to check overlapping pairs
3111 // change from xor is that we have to check overlapping pairs

Completed in 3504 milliseconds

123