Home
last modified time | relevance | path

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

12

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcse-not02.c3 int xor(int a, int b) { return ((a == b) ^ (a != b)) == 1; } in xor() function
H A Dcse-not01.c3 int xor(int a) { return (~a ^ a) == ~0; } in xor() function
H A Dcse-commutativity.c5 static int xor(int a, int b) { return (a ^ b) == (b ^ a); } in xor() function
H A Dbinops-same-args.c25 u32 xor(u32 a) { return a ^ a; } in xor() function
/third_party/musl/porting/uniproton/kernel/include/
H A Diso646.h15 #define xor ^ macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Diso646.h15 #define xor ^ macro
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dbitwise-ops.c41 static int xor(int x, int y) in xor() function
/third_party/musl/include/
H A Diso646.h15 #define xor ^ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-siv.c33 static void xor(u8 *a, const u8 *b) in xor() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-siv.c33 static void xor(u8 *a, const u8 *b) in xor() function
/third_party/ffmpeg/libavcodec/
H A Dfmvc.c38 int xor; member
H A Diff.c861 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 Dir3_lower_parallelcopy.c75 struct ir3_instruction * xor in do_xor() local
/third_party/node/deps/openssl/openssl/include/internal/
H A Dconstant_time.h334 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 Dconstant_time.h334 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 Dconstant_time.h328 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 Daria.c946 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 Daria.c946 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 Dexpr.rs372 fn xor(self, input: &'_ [Token]) -> CResult<'_, EvalResult> { in xor() functions
/third_party/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c94 unsigned xor = 0; in gfx9_meta_addr_from_coord() local
/third_party/lzma/Asm/x86/
H A DLzFindOpt.asm500 xor d, d define
/third_party/python/Lib/
H A Doperator.py140 def xor(a, b): function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java3105 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 DUnicodeSet.java2991 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() method in UnicodeSet
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm141 xor $02, $02, 0x1 label

Completed in 29 milliseconds

12