Home
last modified time | relevance | path

Searched refs:x3 (Results 1 – 25 of 56) sorted by relevance

123

/external/openssl/crypto/rc2/
Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local
148 x3=(RC2_INT)(l>>16L); in RC2_encrypt()
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; in RC2_encrypt()
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; in RC2_encrypt()
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; in RC2_encrypt()
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; in RC2_encrypt()
163 x3=(t<<5)|(t>>11); in RC2_encrypt()
170 x0+=p1[x3&0x3f]; in RC2_encrypt()
173 x3+=p1[x2&0x3f]; in RC2_encrypt()
178 d[1]=(unsigned long)(x2&0xffff)|((unsigned long)(x3&0xffff)<<16L); in RC2_encrypt()
[all …]
Drc2_locl.h148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
155 x3=(t<<5)|(t>>11);
/external/qemu/android/skin/
Dargb.h92 #define ARGB_SUM(x1,x2,x3) x1 = _mm_add_pi32(x2, x3) argument
100 #define ARGB_INTERP255(x1,x2,x3,alpha) \ argument
101 x1 = mmx_interp255( x2, x3, _zero, (alpha))
103 #define ARGB_ADDW_11(x1,x2,x3) \ argument
104 ARGB_SUM(x1,x2,x3)
106 #define ARGB_ADDW_31(x1,x2,x3) \ argument
108 mmx_t _t1 = _mm_add_pi16(x2, x3); \
113 #define ARGB_ADDW_13(x1,x2,x3) \ argument
115 mmx_t _t1 = _mm_add_pi16(x2, x3); \
116 mmx_t _t2 = _mm_slli_pi16(x3, 1); \
[all …]
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DTwofishEngine.java451 int x3 = BytesTo32Bits(src, srcIndex + 12) ^ gSubKeys[INPUT_WHITEN + 3]; in encryptBlock() local
461 x3 = (x3 << 1 | x3 >>> 31) ^ (t0 + 2*t1 + gSubKeys[k++]); in encryptBlock()
464 t1 = Fe32_3(x3); in encryptBlock()
471 Bits32ToBytes(x3 ^ gSubKeys[OUTPUT_WHITEN + 1], dst, dstIndex + 4); in encryptBlock()
488 int x3 = BytesTo32Bits(src, srcIndex+4) ^ gSubKeys[OUTPUT_WHITEN + 1]; in decryptBlock() local
497 t1 = Fe32_3(x3); in decryptBlock()
504 x3 ^= t0 + 2*t1 + gSubKeys[k--]; in decryptBlock()
506 x3 = x3 >>>1 | x3 << 31; in decryptBlock()
512 Bits32ToBytes(x3 ^ gSubKeys[INPUT_WHITEN + 3], dst, dstIndex + 12); in decryptBlock()
/external/netcat/scripts/
Dwebproxy105 read x1 x2 x3 x4
106 echo "=== query: $x1 $x2 $x3 $x4" >> $LFILE
118 if test "$x3" ; then
/external/chromium/base/gfx/
Drect_unittest.cc78 int x3; // rect 3: the union of rects 1 and 2 in TEST() member
105 gfx::Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3); in TEST()
124 int x3; // rect 3: the union of rects 1 and 2 in TEST() member
154 gfx::Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3); in TEST()
182 int x3; // rect 3: results of invoking AdjustToFit in TEST() member
206 gfx::Rect r3(tests[i].x3, tests[i].y3, tests[i].w3, tests[i].h3); in TEST()
/external/skia/src/core/
DSkEdge.cpp319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
330 x3 = int(pts[3].fX * scale); in setCubic()
340 x3 = pts[3].fX >> shift; in setCubic()
348 SkTSwap(x0, x3); in setCubic()
371 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3); in setCubic()
400 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift); in setCubic()
416 fCLastX = SkFDot6ToFixed(x3); in setCubic()
DSkBitmapProcState_sample.h95 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)]; in MAKENAME() local
100 *colors++ = RETURNDST(x3); in MAKENAME()
/external/skia/src/animator/
DSkPathParts.cpp165 SK_MEMBER(x3, Float),
175 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) { in SkCubicTo()
179 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3); in add()
196 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3); in add()
/external/tcpdump/tests/
Desp4.new3 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x3), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
Desp2.out3 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x3), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
Desp2.new3 …23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x3), length 172: IP 192.1.2.23 > 192.0.1.1: ESP(spi=0xabc…
Desp0.out3 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x3), length 116
Despudp1.new3 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x3), length 116: PIMv13, l…
Despudp1.out3 IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x3), length 116: PIMv13, l…
Desp1.out3 IP 192.1.2.23 > 192.1.2.45: ESP(spi=0x12345678,seq=0x3), length 116: IP 192.0.2.1 > 192.0.1.1: ICMP…
/external/webkit/JavaScriptCore/wtf/
DVector3.h125 double x3 = v1.y() * v2.z() - v1.z() * v2.y(); in cross() local
128 return Vector3(x3, y3, z3); in cross()
/external/skia/tests/
DClipCubicTest.cpp37 float x3, float y3, in SetCurve() argument
42 crv[3].fX = SkFloatToScalar(x3); crv[3].fY = SkFloatToScalar(y3); in SetCurve()
/external/webkit/SunSpider/tests/ubench/
Dfunction-excess-args.js1 function f(x0, x1, x2, x3, x4) argument
Dfunction-missing-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9) argument
Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9) argument
/external/v8/test/mjsunit/
Dobj-construct.js43 var x3 = [ ]; variable
Dsmi-ops.js236 var x3 = 0x40000000; variable
237 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
243 x3 = 2
244 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
/external/skia/include/core/
DSkPath.h286 SkScalar x3, SkScalar y3);
318 SkScalar x3, SkScalar y3);
/external/webkit/WebCore/svg/
DSVGParserUtilities.cpp631 double x1, y1, x2, y2, x3, y3; in calculateArc() local
651 x3 = xc + cos(_th1); in calculateArc()
653 x2 = x3 + t * sin(_th1); in calculateArc()
658 … narrowPrecisionToFloat(a00 * x3 + a01 * y3), narrowPrecisionToFloat(a10 * x3 + a11 * y3)); in calculateArc()

123