HomeSort by relevance Sort by last modified time
    Searched defs:v1 (Results 201 - 225 of 254) sorted by null

1 2 3 4 5 6 7 891011

  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 1284 JSValue v1 = stackFrame.args[0].jsValue(); local
1296 JSValue v1 = stackFrame.args[0].jsValue(); local
1308 JSValue v1 = stackFrame.args[0].jsValue(); local
    [all...]
  /external/webp/src/enc/
dsp_sse2.c 49 const __m128i v1 = _mm_srai_epi16(abs1, 2); local
52 const __m128i bin1 = _mm_min_epi16(v1, max_coeff_thresh);
399 // a1 = v1 + v2
401 // a2 = v1 - v2
    [all...]
  /gdk/samples/quake/jni/
pr_cmds.cpp 611 float *v1, *v2; local
616 v1 = G_VECTOR(OFS_PARM0);
621 trace = SV_Move (v1, vec3_origin, vec3_origin, v2, nomonsters, ent);
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 717 int v1 = v0 + 1; local
731 if (v1<0) v1 += h;
733 if (v1>=h) v1 -= h;
736 if (v1<0) v1 = 0;
738 if (v1>=h) v1 = h-1;
743 tx.surface.read(&tx.surface, c, u0, v1, &texels[1])
1929 const int32_t v1 = gglMulx(v, q1, iwscale); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 278 scoped_ptr<Version> v1; local
281 EXPECT_TRUE(provider_->GetExtensionDetails(id, NULL, &v1));
282 EXPECT_STREQ(version->GetString().c_str(), v1->GetString().c_str());
286 EXPECT_STREQ(version->GetString().c_str(), v1->GetString().c_str());
311 scoped_ptr<Version> v1; local
313 EXPECT_TRUE(provider_->GetExtensionDetails(id, &location1, &v1));
314 EXPECT_FALSE(v1.get());
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 2965 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 422 Map<Integer, Integer> v1 = new HashMap<Integer, Integer>();
424 v1.put(1, 0);
442 if (k == -d || k != d && v1.get(k - 1) < v1.get(k + 1)) {
443 x = v1.get(k + 1);
445 x = v1.get(k - 1) + 1;
471 v1.put(k, x);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 521 int v1 = cstr[ 0] - '0'; local
523 int val = v0 * 100 + v1 * 10 + v2;
    [all...]
  /external/skia/src/core/
SkDraw.cpp 2475 SkScalar v0, v1; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 1035 HReg v1 = newVRegV(env); local
1046 HReg v1 = newVRegV(env); local
    [all...]
guest_amd64_toIR.c 14306 IRTemp v3, v2, v1, v0; local
    [all...]
guest_ppc_toIR.c 1691 IRTemp v1 = newTemp(Ity_V128); local
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 1363 VTS *v1 = CreateSingleton(TID(0)); local
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 878 const float v1 = (height - r->top) * texY; local
883 TextureVertex::set(mesh++, r->left, r->top, u1, v1);
884 TextureVertex::set(mesh++, r->right, r->top, u2, v1);
1582 float v1 = float(y) \/ meshHeight; local
1644 const float v1 = fmax(0.0f, srcTop \/ height); local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 1564 ContentValues v1 = new ContentValues(); local
1582 ContentValues v1 = new ContentValues(); local
1600 ContentValues v1 = new ContentValues(); local
1641 ContentValues v1 = new ContentValues(); local
1695 ContentValues v1 = new ContentValues(); local
2638 ContentValues v1 = new ContentValues(); local
2669 ContentValues v1 = new ContentValues(); local
2704 ContentValues v1 = new ContentValues(); local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 208 #define CUR_Func_project( v1, v2 ) \
209 CUR.func_project( EXEC_ARG_ (v1)->x - (v2)->x, (v1)->y - (v2)->y )
211 #define CUR_Func_dualproj( v1, v2 ) \
212 CUR.func_dualproj( EXEC_ARG_ (v1)->x - (v2)->x, (v1)->y - (v2)->y )
5233 FT_Vector* v1 = CUR.zp1.org + p2; local
5262 FT_Vector* v1 = CUR.zp1.cur + p2; local
    [all...]
  /external/qemu/target-i386/
op_helper.c 280 int tss_limit, tss_limit_max, type, old_tss_limit_max, old_type, v1, v2, i; local
358 v1 = ldub_kernel(env->tr.base);
360 stb_kernel(env->tr.base, v1);
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h 821 #define D3DTRIFLAG_EDGEENABLE1 0x00000100L /* v0-v1 edge */
822 #define D3DTRIFLAG_EDGEENABLE2 0x00000200L /* v1-v2 edge */
837 WORD v1; /* Vertex indices */ member in union:_D3DTRIANGLE::__anon11694
857 WORD v1; /* Vertex indices */ member in union:_D3DLINE::__anon11697
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 821 #define D3DTRIFLAG_EDGEENABLE1 0x00000100L /* v0-v1 edge */
822 #define D3DTRIFLAG_EDGEENABLE2 0x00000200L /* v1-v2 edge */
837 WORD v1; /* Vertex indices */ member in union:_D3DTRIANGLE::__anon11877
857 WORD v1; /* Vertex indices */ member in union:_D3DLINE::__anon11880
  /external/v8/src/
parser.cc 873 VariableProxy* v1 = e1->AsVariableProxy(); local
875 if (v1 != NULL && v2 != NULL) {
876 return v1->name()->Equals(*v2->name());
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 3223 VTS *v1, *v2; local
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/mesa3d/src/mesa/main/
mtypes.h 1680 GLfloat v1, v2, dv; member in struct:gl_2d_map
    [all...]

Completed in 2749 milliseconds

1 2 3 4 5 6 7 891011