Searched defs:v0 (Results 1 - 25 of 230) sorted by relevance

12345678910

/external/clang/test/Sema/
H A D2010-05-31-palignr.c16 vSInt16 v0; local
17 v0 = *vdtbl;
18 v0 = _mm_alignr_epi8(v0, v0, i); // expected-error {{argument to '__builtin_ia32_palignr128' must be a constant integer}}
/external/clang/test/CodeGen/
H A Dvld_dup.c7 int32_t v0[3]; local
16 v1 = vld3_dup_s32(v0);
H A Ddebug-info.c5 struct { typeof(0) f0; } v0; local
/external/mdnsresponder/Clients/
H A DClientCommon.c57 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal local
60 int val = v0 * 100 + v1 * 10 + v2;
/external/chromium_org/chrome/installer/util/
H A Dcompat_checks.cc29 bool ParseSEPVersion(const std::wstring& version, int* v0, int* v1, int* v2) { argument
34 if (!base::StringToInt(v[0], v0))
44 bool IsBadSEPVersion(int v0, int v1, int v2) { argument
45 if (v0 < 11)
57 int v0, v1, v2; local
59 if (!ParseSEPVersion(ver_str, &v0, &v1, &v2))
61 return IsBadSEPVersion(v0, v1, v2);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DTriangleUtilities.cpp13 _Vector v0 = triangle[2] - triangle[0]; local
18 double dot00 = v0.dot(v0);
19 double dot01 = v0.dot(v1);
20 double dot02 = v0.dot(v2);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTriangle.cpp14 SkDVector v0 = fPts[2] - fPts[0]; local
19 double dot00 = v0.dot(v0);
20 double dot01 = v0.dot(v1);
21 double dot02 = v0.dot(v2);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer_block_sse2.cc28 __m128i v0; local
34 v0 = _mm_loadu_si128(i1);
36 sad = _mm_sad_epu8(v0, v1);
38 v0 = _mm_loadu_si128(i1 + 1);
40 sad = _mm_sad_epu8(v0, v1);
42 v0 = _mm_loadu_si128(i1 + 2);
44 sad = _mm_sad_epu8(v0, v1);
46 v0 = _mm_loadu_si128(i1 + 3);
48 sad = _mm_sad_epu8(v0, v1);
68 __m128i v0; local
[all...]
/external/openssl/crypto/des/
H A Dcfb64enc.c70 register DES_LONG v0,v1; local
83 c2l(iv,v0); ti[0]=v0;
87 v0=ti[0]; l2c(v0,iv);
88 v0=ti[1]; l2c(v0,iv);
103 c2l(iv,v0); ti[0]=v0;
107 v0
[all...]
H A Dofb64ede.c71 register DES_LONG v0,v1; local
81 c2l(iv,v0);
83 ti[0]=v0;
86 l2c(v0,dp);
92 /* ti[0]=v0; */
95 v0=ti[0];
99 l2c(v0,dp);
108 /* v0=ti[0];
111 l2c(v0,iv);
114 v0
[all...]
H A Dofb64enc.c69 register DES_LONG v0,v1,t; local
79 c2l(iv,v0);
81 ti[0]=v0;
84 l2c(v0,dp);
101 v0=ti[0];
104 l2c(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
H A Dofb_enc.c71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; local
97 c2l(iv,v0);
99 ti[0]=v0;
103 ti[0]=v0;
116 { v0=v1; v1=vv0; }
118 { v0=vv0; v1=vv1; }
121 v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL;
126 v0=((v0>>num)|(v1<<(32-num)))&0xffffffffL;
131 l2c(v0,i
[all...]
/external/skia/experimental/Intersection/
H A DTriangleUtilities.cpp13 _Vector v0 = triangle[2] - triangle[0]; local
18 double dot00 = v0.dot(v0);
19 double dot01 = v0.dot(v1);
20 double dot02 = v0.dot(v2);
/external/skia/src/pathops/
H A DSkPathOpsTriangle.cpp14 SkDVector v0 = fPts[2] - fPts[0]; local
19 double dot00 = v0.dot(v0);
20 double dot01 = v0.dot(v1);
21 double dot02 = v0.dot(v2);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_feedback.c56 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, argument
59 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
64 feedback_vertex(ctx, v0, v0);
69 feedback_vertex(ctx, v0, v2);
78 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, argument
90 feedback_vertex(ctx, v0, v0);
94 feedback_vertex(ctx, v0, v1);
111 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, argument
125 _swrast_select_line(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_triemit.h39 VERTEX *v0,
50 PRINT_VERTEX(v0);
56 COPY_DWORDS( j, vb, vertsize, v0 );
63 VERTEX *v0,
74 PRINT_VERTEX(v0);
80 COPY_DWORDS( j, vb, vertsize, v0 );
91 VERTEX *v0,
101 PRINT_VERTEX(v0);
106 COPY_DWORDS( j, vb, vertsize, v0 );
114 VERTEX *v0,
38 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
62 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
90 triangle( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2 ) argument
113 line( CTX_ARG, VERTEX *v0, VERTEX *v1 ) argument
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Dvector2d_unittest.cc163 int v0 = int_values[i][0]; local
166 static_cast<double>(v0) * v0 + static_cast<double>(v1) * v1;
168 Vector2d vector(v0, v1);
187 double v0 = float_values[i][0]; local
190 static_cast<double>(v0) * v0 + static_cast<double>(v1) * v1;
192 Vector2dF vector(v0, v1);
H A Dvector3d_unittest.cc165 double v0 = float_values[i][0]; local
169 static_cast<double>(v0) * v0 +
173 gfx::Vector3dF vector(v0, v1, v2);
/external/iptables/include/linux/netfilter/
H A Dxt_string.h23 } v0; member in union:xt_string_info::__anon22612
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_string.h23 } v0; member in union:xt_string_info::__anon23239
/external/mesa3d/src/mesa/swrast/
H A Ds_feedback.c56 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, argument
59 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
64 feedback_vertex(ctx, v0, v0);
69 feedback_vertex(ctx, v0, v2);
78 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, argument
90 feedback_vertex(ctx, v0, v0);
94 feedback_vertex(ctx, v0, v1);
111 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, argument
125 _swrast_select_line(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_triemit.h39 VERTEX *v0,
50 PRINT_VERTEX(v0);
56 COPY_DWORDS( j, vb, vertsize, v0 );
63 VERTEX *v0,
74 PRINT_VERTEX(v0);
80 COPY_DWORDS( j, vb, vertsize, v0 );
91 VERTEX *v0,
101 PRINT_VERTEX(v0);
106 COPY_DWORDS( j, vb, vertsize, v0 );
114 VERTEX *v0,
38 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
62 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
90 triangle( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2 ) argument
113 line( CTX_ARG, VERTEX *v0, VERTEX *v1 ) argument
[all...]
/external/openssl/crypto/bf/
H A Dbf_cfb64.c70 register BF_LONG v0,v1,t; local
83 n2l(iv,v0); ti[0]=v0;
103 n2l(iv,v0); ti[0]=v0;
118 v0=v1=ti[0]=ti[1]=t=c=cc=0;
H A Dbf_ofb64.c69 register BF_LONG v0,v1,t; local
79 n2l(iv,v0);
81 ti[0]=v0;
84 l2n(v0,dp);
101 v0=ti[0];
104 l2n(v0,iv);
107 t=v0=v1=ti[0]=ti[1]=0;
/external/openssl/crypto/rc2/
H A Drc2cfb64.c71 register unsigned long v0,v1,t; local
84 c2l(iv,v0); ti[0]=v0;
104 c2l(iv,v0); ti[0]=v0;
119 v0=v1=ti[0]=ti[1]=t=c=cc=0;

Completed in 6204 milliseconds

12345678910