/external/openssl/crypto/des/ |
D | pcbc_enc.c | 65 register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; in DES_pcbc_encrypt() local 77 c2l(iv,xor1); in DES_pcbc_encrypt() 88 tin[1]=sin1^xor1; in DES_pcbc_encrypt() 93 xor1=sin1^tout1; in DES_pcbc_encrypt() 100 c2l(iv,xor0); c2l(iv,xor1); in DES_pcbc_encrypt() 109 tout1=tin[1]^xor1; in DES_pcbc_encrypt() 118 xor1=tout1^sin1; in DES_pcbc_encrypt() 122 sin0=sin1=xor0=xor1=tout0=tout1=0; in DES_pcbc_encrypt()
|
D | ncbc_enc.c | 75 register DES_LONG tout0,tout1,xor0,xor1; in DES_cbc_encrypt() local 114 c2l(iv,xor1); in DES_cbc_encrypt() 121 tout1=tin[1]^xor1; in DES_cbc_encrypt() 125 xor1=tin1; in DES_cbc_encrypt() 133 tout1=tin[1]^xor1; in DES_cbc_encrypt() 137 xor1=tin1; in DES_cbc_encrypt() 143 l2c(xor1,iv); in DES_cbc_encrypt() 146 tin0=tin1=tout0=tout1=xor0=xor1=0; in DES_cbc_encrypt()
|
D | xcbc_enc.c | 118 register DES_LONG tout0,tout1,xor0,xor1; in DES_xcbc_encrypt() local 164 c2l(iv,xor1); in DES_xcbc_encrypt() 171 tout1=tin[1]^xor1^inW1; in DES_xcbc_encrypt() 175 xor1=tin1; in DES_xcbc_encrypt() 183 tout1=tin[1]^xor1^inW1; in DES_xcbc_encrypt() 186 xor1=tin1; in DES_xcbc_encrypt() 191 l2c(xor1,iv); in DES_xcbc_encrypt() 193 tin0=tin1=tout0=tout1=xor0=xor1=0; in DES_xcbc_encrypt()
|
D | ede_cbcm_enc.c | 82 register DES_LONG tout0,tout1,xor0,xor1,m0,m1; in DES_ede3_cbcm_encrypt() local 146 c2l(iv2,xor1); in DES_ede3_cbcm_encrypt() 174 tout1^=xor1; in DES_ede3_cbcm_encrypt() 185 xor1=t1; in DES_ede3_cbcm_encrypt() 194 l2c(xor1,iv2); in DES_ede3_cbcm_encrypt() 196 tin0=tin1=tout0=tout1=xor0=xor1=0; in DES_ede3_cbcm_encrypt()
|
D | des_enc.c | 294 register DES_LONG tout0,tout1,xor0,xor1; in DES_ede3_cbc_encrypt() local 349 c2l(iv,xor1); in DES_ede3_cbc_encrypt() 365 tout1^=xor1; in DES_ede3_cbc_encrypt() 369 xor1=t1; in DES_ede3_cbc_encrypt() 386 tout1^=xor1; in DES_ede3_cbc_encrypt() 389 xor1=t1; in DES_ede3_cbc_encrypt() 394 l2c(xor1,iv); in DES_ede3_cbc_encrypt() 396 tin0=tin1=tout0=tout1=xor0=xor1=0; in DES_ede3_cbc_encrypt()
|
/external/openssl/crypto/rc2/ |
D | rc2_cbc.c | 66 register unsigned long tout0,tout1,xor0,xor1; in RC2_cbc_encrypt() local 104 c2l(iv,xor1); in RC2_cbc_encrypt() 112 tout1=tin[1]^xor1; in RC2_cbc_encrypt() 116 xor1=tin1; in RC2_cbc_encrypt() 124 tout1=tin[1]^xor1; in RC2_cbc_encrypt() 127 xor1=tin1; in RC2_cbc_encrypt() 130 l2c(xor1,iv); in RC2_cbc_encrypt() 132 tin0=tin1=tout0=tout1=xor0=xor1=0; in RC2_cbc_encrypt()
|
/external/openssl/crypto/bf/ |
D | bf_enc.c | 228 register BF_LONG tout0,tout1,xor0,xor1; in BF_cbc_encrypt() local 270 n2l(ivec,xor1); in BF_cbc_encrypt() 280 tout1=tin[1]^xor1; in BF_cbc_encrypt() 284 xor1=tin1; in BF_cbc_encrypt() 294 tout1=tin[1]^xor1; in BF_cbc_encrypt() 297 xor1=tin1; in BF_cbc_encrypt() 300 l2n(xor1,ivec); in BF_cbc_encrypt() 302 tin0=tin1=tout0=tout1=xor0=xor1=0; in BF_cbc_encrypt()
|
/external/llvm/test/CodeGen/X86/ |
D | targetLoweringGeneric.ll | 13 ; The known set (one) bits for the arguments %xor1 are not the same, so the 30 %xor1 = xor i32 %or1, 268567040 ;0x10020200 32 store i32 %xor1, i32* %i32StarOut 34 %i32SelVal = select i1 %i1In1, i32 %i32In1, i32 %xor1
|
/external/llvm/test/Transforms/InstCombine/ |
D | xor2.ll | 62 %xor1 = xor i32 %shr, 1 63 %add = add i32 %xor1, %xor
|
/external/llvm/test/Transforms/InstSimplify/ |
D | reassociate.ll | 48 define i32 @xor1(i32 %x, i32 %y) { 49 ; CHECK: @xor1
|
/external/llvm/test/Transforms/JumpThreading/ |
D | crash.ll | 454 %xor1 = xor i1 %cmp12, %c4 455 br i1 %xor1, label %if.then, label %if.end
|
/external/webp/src/dsp/ |
D | enc_sse2.c | 78 const __m128i xor1 = _mm_xor_si128(out1, sign1); in CollectHistogramSSE2() local 80 const __m128i abs1 = _mm_sub_epi16(xor1, sign1); in CollectHistogramSSE2()
|