/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | cse-not02.c | 3 int xor(int a, int b) { return ((a == b) ^ (a != b)) == 1; } in xor() function
|
H A D | cse-not01.c | 3 int xor(int a) { return (~a ^ a) == ~0; } in xor() function
|
H A D | cse-commutativity.c | 5 static int xor(int a, int b) { return (a ^ b) == (b ^ a); } in xor() function
|
H A D | binops-same-args.c | 25 u32 xor(u32 a) { return a ^ a; } in xor() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | iso646.h | 15 #define xor ^ macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | iso646.h | 15 #define xor ^ macro
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | bitwise-ops.c | 41 static int xor(int x, int y) in xor() function
|
/third_party/musl/include/ |
H A D | iso646.h | 15 #define xor ^ macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-siv.c | 33 static void xor(u8 *a, const u8 *b) in xor() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-siv.c | 33 static void xor(u8 *a, const u8 *b) in xor() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | fmvc.c | 38 int xor; member
|
H A D | iff.c | 861 decode_byte_vertical_delta(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int xor, int bpp, int dst_size) decode_byte_vertical_delta() argument
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_lower_parallelcopy.c | 75 struct ir3_instruction * xor in do_xor() local
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | constant_time.h | 334 uint32_t xor = *a ^ *b; in constant_time_cond_swap_32() local 354 uint64_t xor = *a ^ *b; in constant_time_cond_swap_64() local
|
/third_party/openssl/include/internal/ |
H A D | constant_time.h | 334 uint32_t xor = *a ^ *b; in constant_time_cond_swap_32() local 354 uint64_t xor = *a ^ *b; in constant_time_cond_swap_64() local
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | constant_time.h | 328 uint32_t xor = *a ^ *b; in constant_time_cond_swap_32() local 348 uint64_t xor = *a ^ *b; in constant_time_cond_swap_64() local
|
/third_party/node/deps/openssl/openssl/crypto/aria/ |
H A D | aria.c | 946 static void rot19r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19r() argument 955 static void rot31r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31r() argument 964 static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, cons argument 927 rotnr(unsigned int n, ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) rotnr() argument 973 rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) rot31l() argument 982 rot19l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) rot19l() argument [all...] |
/third_party/openssl/crypto/aria/ |
H A D | aria.c | 946 static void rot19r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19r() argument 955 static void rot31r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31r() argument 964 static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, cons argument 927 rotnr(unsigned int n, ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) rotnr() argument 973 rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) rot31l() argument 982 rot19l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) rot19l() argument [all...] |
/third_party/rust/crates/rust-cexpr/src/ |
H A D | expr.rs | 372 fn xor(self, input: &'_ [Token]) -> CResult<'_, EvalResult> { in xor() functions
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_surface_meta_address_test.c | 94 unsigned xor = 0; in gfx9_meta_addr_from_coord() local
|
/third_party/lzma/Asm/x86/ |
H A D | LzFindOpt.asm | 500 xor d, d
define
|
/third_party/python/Lib/ |
H A D | operator.py | 140 def xor(a, b): function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 3105 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() method in UnicodeSet
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 2991 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() method in UnicodeSet
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
H A D | afuc_test.asm | 141 xor $02, $02, 0x1 label
|