/external/boringssl/src/crypto/cipher/ |
e_rc2.c | 215 uint32_t tout0, tout1, xor0, xor1; local 251 c2l(iv, xor0); 260 tout0 = tin[0] ^ xor0; 264 xor0 = tin0; 273 tout0 = tin[0] ^ xor0; 276 xor0 = tin0; 279 l2c(xor0, iv);
|
/external/boringssl/src/crypto/des/ |
des.c | 563 uint32_t tout0, tout1, xor0, xor1; local 601 c2l(iv, xor0); 609 tout0 = tin[0] ^ xor0; 613 xor0 = tin0; 622 tout0 = tin[0] ^ xor0; 625 xor0 = tin0; 629 l2c(xor0, iv); 664 uint32_t tout0, tout1, xor0, xor1; local 708 c2l(iv, xor0); 723 tout0 ^= xor0; [all...] |
/external/boringssl/src/decrepit/blowfish/ |
blowfish.c | 154 uint32_t tout0, tout1, xor0, xor1; local 190 n2l(ivec, xor0); 199 tout0 = tin[0] ^ xor0; 203 xor0 = tin0; 212 tout0 = tin[0] ^ xor0; 215 xor0 = tin0; 218 l2n(xor0, ivec); 221 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
|
/external/boringssl/src/decrepit/cast/ |
cast.c | 169 uint32_t tout0, tout1, xor0, xor1; local 205 n2l(iv, xor0); 214 tout0 = tin[0] ^ xor0; 218 xor0 = tin0; 227 tout0 = tin[0] ^ xor0; 230 xor0 = tin0; 233 l2n(xor0, iv); 236 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0;
|
/external/llvm/test/CodeGen/SystemZ/ |
xor-03.ll | 128 %xor0 = xor i64 %ret, %val0 129 %xor1 = xor i64 %xor0, %val1
|
xor-01.ll | 163 %xor0 = xor i32 %ret, %val0 164 %xor1 = xor i32 %xor0, %val1
|
/art/test/458-checker-instruction-simplification/src/ |
Main.java | 486 /// CHECK-START: int Main.Xor0(int) instruction_simplifier (before) 492 /// CHECK-START: int Main.Xor0(int) instruction_simplifier (after) 496 /// CHECK-START: int Main.Xor0(int) instruction_simplifier (after) 499 public static int Xor0(int arg) { [all...] |
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
logopm.ll | 169 %xor0 = xor i1 %conv1, %conv0 170 %conv3 = zext i1 %xor0 to i8
|
/external/opencv3/3rdparty/libwebp/dsp/ |
enc_sse2.c | 79 const __m128i xor0 = _mm_xor_si128(out0, sign0); local 81 const __m128i abs0 = _mm_sub_epi16(xor0, sign0); [all...] |