HomeSort by relevance Sort by last modified time
    Searched defs:v0 (Results 1 - 25 of 39) sorted by null

1 2

  /external/openssl/crypto/bf/
bf_cfb64.c 70 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;
bf_ofb64.c 69 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/des/
cfb64enc.c 70 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=ti[0]; l2c(v0,iv)
    [all...]
cfb64ede.c 72 register DES_LONG v0,v1; local
85 c2l(iv,v0);
88 ti[0]=v0;
91 v0=ti[0];
95 l2c(v0,iv);
111 c2l(iv,v0);
114 ti[0]=v0;
117 v0=ti[0];
121 l2c(v0,iv);
132 v0=v1=ti[0]=ti[1]=c=cc=0
154 register DES_LONG d0,d1,v0,v1; local
    [all...]
cfb_enc.c 75 register DES_LONG d0,d1,v0,v1; local
94 c2l(iv,v0);
101 ti[0]=v0;
113 { v0=v1; v1=d0; }
115 { v0=d0; v1=d1; }
120 l2c(v0,iv);
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
134 v0=sh[0], v1=sh[1];
137 c2l(iv,v0);
148 ti[0]=v0;
    [all...]
ofb64ede.c 71 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=v1=ti[0]=ti[1]=0
    [all...]
ofb64enc.c 69 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;
ofb_enc.c 71 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,iv)
    [all...]
  /external/openssl/crypto/rc2/
rc2cfb64.c 71 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;
rc2ofb64.c 70 register unsigned long v0,v1,t; local
80 c2l(iv,v0);
82 ti[0]=v0;
85 l2c(v0,dp);
102 v0=ti[0];
105 l2c(v0,iv);
108 t=v0=v1=ti[0]=ti[1]=0;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLFace.java 79 GLVertex v0 = mVertexList.get(0); local
85 buffer.put(v0.index);
88 v0 = v1;
  /external/stlport/test/unit/
iter_test.cpp 135 bool v0 = *i1; local
140 CPPUNIT_ASSERT(( *i1 == v1 && *i2 == v0 ));
  /external/webkit/WebCore/platform/graphics/
FloatQuad.cpp 57 FloatSize v0 = t3 - t1; local
62 float dot00 = dot(v0, v0);
63 float dot01 = dot(v0, v1);
64 float dot02 = dot(v0, v2);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_chroma.cpp 40 int v0, h0; local
122 v0 = v_blk - 1;
133 for (v_pel = v0; v_pel < v_blk + BLKSIZE - 1; v_pel++)
201 AdaptiveSmooth_NoMMX(Rec_C, v0, h0, v_blk, h_blk, thres, width, max_diff);
203 DeringAdaptiveSmoothMMX(&Rec_C[(int32)v0*width+h0], width, thres, max_diff);
deringing_luma.cpp 39 int v0, h0; local
80 v0 = ((v_blk - 1) >= 1) ? (v_blk - 1) : 1;
96 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
134 v0 = v_blk - 1;
150 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
193 v0 = v_blk - 1;
212 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
215 DeringAdaptiveSmoothMMX(&Rec_Y[v0*width+h0],
chvr_filter.cpp 45 int max_diff, thres, v0, h0, min_blk, max_blk; local
463 v0 = (br << 3) - 1;
467 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff);
539 v0 = (br << 3) + 1;
546 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff);
  /ndk/tests/device/test-gnustl-full/unit/
iter_test.cpp 135 bool v0 = *i1; local
140 CPPUNIT_ASSERT(( *i1 == v1 && *i2 == v0 ));
  /ndk/tests/device/test-stlport/unit/
iter_test.cpp 135 bool v0 = *i1; local
140 CPPUNIT_ASSERT(( *i1 == v1 && *i2 == v0 ));
  /dalvik/dx/src/com/android/dx/rop/cst/
CstUtf8.java 85 int v0 = bytes.getUnsignedByte(at); local
87 switch (v0 >> 4) {
92 if (v0 == 0) {
94 return throwBadUtf8(v0, at);
96 out = (char) v0;
104 return throwBadUtf8(v0, at);
110 int value = ((v0 & 0x1f) << 6) | (v1 & 0x3f);
126 return throwBadUtf8(v0, at);
136 int value = ((v0 & 0x0f) << 12) | ((v1 & 0x3f) << 6) |
151 return throwBadUtf8(v0, at)
    [all...]
  /external/libffi/src/mips/
ffitarget.h 101 #define v0 $2 macro
  /external/tremolo/Tremolo/
mdct.c 341 REG_TYPE t0,t1,v0,v1,s0,s1; local
349 t0 += (v0 = (*V++)>>1);
355 v0 += (t0 = (*T++)>>1);
357 XPROD31( s0, s1, v0, v1, x+2, x+3 );
367 REG_TYPE t0,t1,v0,v1,q0,q1,s0,s1; local
375 v0 = *V++;
377 t0 += (q0 = (v0-t0)>>2);
382 t0 = v0-q0;
390 v0 += (q0 = (t0-v0)>>2)
    [all...]
  /frameworks/base/services/surfaceflinger/
Transform.cpp 106 const float v0 = A[0][i]; local
109 D[0][i] = v0*B[0][0] + v1*B[0][1] + v2*B[0][2];
110 D[1][i] = v0*B[1][0] + v1*B[1][1] + v2*B[1][2];
111 D[2][i] = v0*B[2][0] + v1*B[2][1] + v2*B[2][2];
  /external/stlport/src/
num_get_float.cpp 124 const uint64 v0 = v & low_mask; local
127 uint64 t = u0 * v0;
130 t = u1 * v0 + (t >> 32);
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 124 const uint64 v0 = v & low_mask; local
127 uint64 t = u0 * v0;
130 t = u1 * v0 + (t >> 32);
  /external/quake/quake/src/QW/client/
r_alias.c 93 float zi, basepts[8][3], v0, v1, frac; local
213 v0 = (viewaux[i].fv[0] * xscale * zi) + xcenter;
218 if (v0 < r_refdef.fvrectx)
222 if (v0 > r_refdef.fvrectright)

Completed in 894 milliseconds

1 2