Searched refs:tx (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_fast_s_mp_mul_digs.c53 int tx, ty; local
59 tx = ix - ty;
62 tmpx = a->dp + tx;
66 while (tx++ < a->used && ty-- >= 0) { ... }
68 iy = MIN(a->used-tx, ty+1);
H A Dbn_fast_s_mp_mul_high_digs.c45 int tx, ty, iy; local
50 tx = ix - ty;
53 tmpx = a->dp + tx;
57 while (tx++ < a->used && ty-- >= 0) { ... }
59 iy = MIN(a->used-tx, ty+1);
H A Dbn_fast_s_mp_sqr.c22 * (ty-tx) so that it never happens. You double all those
45 int tx, ty, iy; local
54 tx = ix - ty;
57 tmpx = a->dp + tx;
61 while (tx++ < a->used && ty-- >= 0) { ... }
63 iy = MIN(a->used-tx, ty+1);
65 /* now for squaring tx can never equal ty
69 iy = MIN(iy, (ty-tx+1)>>1);
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_fast_s_mp_mul_digs.c53 int tx, ty; local
59 tx = ix - ty;
62 tmpx = a->dp + tx;
66 while (tx++ < a->used && ty-- >= 0) { ... }
68 iy = MIN(a->used-tx, ty+1);
H A Dbn_fast_s_mp_sqr.c22 * (ty-tx) so that it never happens. You double all those
45 int tx, ty, iy; local
54 tx = ix - ty;
57 tmpx = a->dp + tx;
61 while (tx++ < a->used && ty-- >= 0) { ... }
63 iy = MIN(a->used-tx, ty+1);
65 /* now for squaring tx can never equal ty
69 iy = MIN(iy, (ty-tx+1)>>1);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dxprintf_time.c65 intmax_t t, tx; local
93 tx = t;
98 if (tx >= DAY && (t != 0 || prec != 0)) {
102 if (tx >= HOUR && (t != 0 || prec != 0)) {
106 if (tx >= MINUTE && (t != 0 || prec != 0)) {
110 if (t != 0 || tx == 0 || prec != 0)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTranslateTransformOperation.h36 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type) argument
38 return adoptRef(new TranslateTransformOperation(tx, ty, Length(0, Fixed), type));
41 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, const Length& tz, OperationType type) argument
43 return adoptRef(new TranslateTransformOperation(tx, ty, tz, type));
76 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type) argument
77 : m_x(tx)
H A DTransformationMatrix.cpp891 TransformationMatrix& TransformationMatrix::translate(double tx, double ty) argument
893 m_matrix[3][0] += tx * m_matrix[0][0] + ty * m_matrix[1][0];
894 m_matrix[3][1] += tx * m_matrix[0][1] + ty * m_matrix[1][1];
895 m_matrix[3][2] += tx * m_matrix[0][2] + ty * m_matrix[1][2];
896 m_matrix[3][3] += tx * m_matrix[0][3] + ty * m_matrix[1][3];
900 TransformationMatrix& TransformationMatrix::translate3d(double tx, double ty, double tz) argument
902 m_matrix[3][0] += tx * m_matrix[0][0] + ty * m_matrix[1][0] + tz * m_matrix[2][0];
903 m_matrix[3][1] += tx * m_matrix[0][1] + ty * m_matrix[1][1] + tz * m_matrix[2][1];
904 m_matrix[3][2] += tx * m_matrix[0][2] + ty * m_matrix[1][2] + tz * m_matrix[2][2];
905 m_matrix[3][3] += tx * m_matri
909 translateRight(double tx, double ty) argument
928 translateRight3d(double tx, double ty, double tz) argument
[all...]
H A DAffineTransform.cpp162 AffineTransform& AffineTransform::translate(double tx, double ty) argument
165 m_transform[4] += tx;
170 m_transform[4] += tx * m_transform[0] + ty * m_transform[2];
171 m_transform[5] += tx * m_transform[1] + ty * m_transform[3];
H A DTransformationMatrix.h247 TransformationMatrix& translate(double tx, double ty);
248 TransformationMatrix& translate3d(double tx, double ty, double tz);
251 TransformationMatrix& translateRight(double tx, double ty);
252 TransformationMatrix& translateRight3d(double tx, double ty, double tz);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DTransformationMatrixCG.cpp43 setE(t.tx);
59 setMatrix(t.a, t.b, t.c, t.d, t.tx, t.ty);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.disc.c134 union txname tx; local
136 tx.tx_which = 0;
138 if (ioctl(f, TXGETLD, (ioctl_t) & tx) == 0) {
139 if (strcmp(tx.tx_name, strPOSIX) != 0)
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGTransform.idl39 [StrictTypeChecking] void setTranslate(float tx, float ty);
H A DSVGMatrix.h45 SVGMatrix translate(double tx, double ty) argument
48 copy.translate(tx, ty);
H A DSVGTransform.h63 void setTranslate(float tx, float ty);
H A DSVGTransform.cpp74 void SVGTransform::setTranslate(float tx, float ty) argument
80 m_matrix.translate(tx, ty);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgaffinetransform.py12 self.failUnless(hasattr(v, "tx"))
21 self.failUnlessIsInstance(CGAffineTransformIdentity.tx, float)
31 self.failUnlessEqual(tf.tx, 5.5)
40 self.failUnlessEqual(tf.tx, 2.5)
49 self.failUnlessEqual(tf.tx, 0.0)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgaffinetransform.py12 self.assertTrue(hasattr(v, "tx"))
21 self.assertIsInstance(CGAffineTransformIdentity.tx, float)
31 self.assertEqual(tf.tx, 5.5)
40 self.assertEqual(tf.tx, 2.5)
49 self.assertEqual(tf.tx, 0.0)
/macosx-10.9.5/lsof-52/lsof/
H A Dmisc.c504 int al, i, j, oc, nn, ns, off, tx;
516 tx = 0;
518 tx = 1;
529 if (tx) {
587 if ((nr < 0) && ((off = -nr) > (tx ? UdpStOff : TcpStOff))) {
588 if (tx ? UdpSt : TcpSt) {
595 oc = off - (tx ? UdpStOff : TcpStOff);
596 al = tx ? UdpStAlloc : TcpStAlloc;
597 ns = tx ? UdpNstates : TcpNstates;
603 if (tx) {
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_palisade.c218 struct packettx tx; local
220 tx.size = 0;
221 tx.data = (u_char *) malloc(100);
224 sendsupercmd (&tx, 0x8E, 0xA2);
225 sendbyte (&tx, 0x3);
226 sendetx (&tx, fd);
229 sendsupercmd (&tx, 0x8F, 0xA5);
230 sendint (&tx, 0x5);
231 sendetx (&tx, fd);
233 free(tx
246 struct packettx tx; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DTransformFunctions.cpp165 Length tx = Length(0, Fixed); local
170 tx = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
179 if (tx.isUndefined() || ty.isUndefined())
182 operations.operations().append(TranslateTransformOperation::create(tx, ty, Length(0, Fixed), transformOperationType(transformValue->operationType())));
187 Length tx = Length(0, Fixed); local
195 tx = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
208 if (tx.isUndefined() || ty.isUndefined() || tz.isUndefined())
211 operations.operations().append(TranslateTransformOperation::create(tx, ty, tz, transformOperationType(transformValue->operationType())));
/macosx-10.9.5/screen-22/screen/
H A Dmark.c954 void revto(tx, ty)
955 int tx, ty;
957 revto_line(tx, ty, -1);
960 /* tx, ty: WINDOW, line: DISPLAY */
961 void revto_line(tx, ty, line)
962 int tx, ty, line;
972 if (tx < 0)
973 tx = 0;
974 else if (tx > fore->w_width - 1)
975 tx
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dbase64.c168 register unsigned char* tx; local
191 tx = te - tz;
196 te = tx = tp;
211 if (tp >= tx)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/CoordinatedGraphics/
H A DWKView.cpp98 void WKViewSetUserViewportTranslation(WKViewRef viewRef, double tx, double ty) argument
100 toImpl(viewRef)->setUserViewportTranslation(tx, ty);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTTrack.cpp109 {X2Fix(t.tx), X2Fix(t.ty), fract1},

Completed in 304 milliseconds

1234