Searched defs:vv (Results 1 - 25 of 31) sorted by last modified time

12

/external/valgrind/VEX/priv/
H A Dir_opt.c4069 IRTemp vv; local
4087 if (!isAdd32OrSub32(e, &vv, &ii))
4089 var = vv;
/external/valgrind/VEX/switchback/
H A Dtest_bzip2.c2863 Int32 vv; local
2869 vv = runningOrder[i];
2871 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) {
2877 runningOrder[j] = vv;
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c2889 Int32 vv; local
2895 vv = runningOrder[i];
2897 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) {
2903 runningOrder[j] = vv;
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c2880 Int32 vv; local
2886 vv = runningOrder[i];
2888 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) {
2894 runningOrder[j] = vv;
H A Dvarinfo6.c2916 Int32 vv; local
2922 vv = runningOrder[i];
2924 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) {
2930 runningOrder[j] = vv;
/external/valgrind/perf/
H A Dbz2.c2878 Int32 vv; local
2884 vv = runningOrder[i];
2886 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) {
2892 runningOrder[j] = vv;
H A Dtest_input_for_tinycc.c2581 Int32 vv; local
2587 vv = runningOrder[i];
2589 while ( (ftab[((runningOrder[j-h])+1) << 8] - ftab[(runningOrder[j-h]) << 8]) > (ftab[((vv)+1) << 8] - ftab[(vv) << 8]) ) {
2595 runningOrder[j] = vv;
/external/v8/test/mjsunit/
H A Dto_number_order.js31 var vv = function() { x += "hest"; return 1; } function
33 v.valueOf = vv;
/external/skia/src/animator/
H A DSkOperandIterpolator.cpp110 SkOperand v1[3], v2[3], v[3], vv[3]; local
138 SkASSERT(memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
/external/pdfium/third_party/libopenjpeg20/
H A Dmct.c387 __m128 vy, vu, vv; local
392 vv = _mm_load_ps(c2);
393 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv));
394 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv));
405 vv = _mm_load_ps(c2);
406 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv));
407 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/opencv3/modules/imgproc/test/
H A Dtest_convhull.cpp96 cvTsPointPolygonTest( CvPoint2D32f pt, const CvPoint2D32f* vv, int n, int* _idx=0, int* _on_edge=0 ) argument
99 CvPoint2D32f v = vv[n-1], v0;
110 v0 = v; v = vv[i];
/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp75 float *vv = 0; local
108 vv = (float *) cvAlloc( count * sizeof( float ));
110 if( vv == NULL )
161 vv[i_point] = value;
176 l = cvRound( (vv[i] - vmin) / bsize );
229 if( vv[l] >= hand_left && vv[l] <= hand_right )
243 if( vv != NULL )
244 cvFree( &vv );
298 float *vv local
[all...]
/external/mksh/src/
H A DBuild.sh212 vv() { function
216 eval "$@" >vv.out 2>&1
217 sed "s^${_c} " <vv.out
319 vv ']' "$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN conftest.c $LIBS $ccpr"
336 test -n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv=$fr
341 rmf conftest.c conftest.o ${tcfn}* vv.out
587 *.ll *.o *.gen Rebuild.sh lft no signames.inc test.sh x vv.out
650 vv ']' "${CC-cc} -E $CFLAGS $CPPFLAGS $NOWARN conftest.c | grep ct= | tr -d \\\\015 >x"
653 rmf x vv.out
957 vv '|' "osleve
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_eval.c195 GLfloat vv = (v - map->v1) * map->dv; local
202 uu, vv,
217 GLfloat vv = (v - map->v1) * map->dv; local
226 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv,
251 _math_horner_bezier_surf(map->Points, vertex, uu, vv,
/external/libvncserver/common/
H A Dminilzo.c3533 unsigned long vv; local
3534 __asm__("lhbrx %0,0,%1" : "=r" (vv) : "r" (s), "m" (*s));
3535 v = (lzo_uint16_t) vv;
3555 unsigned long vv; local
3556 __asm__("lwbrx %0,0,%1" : "=r" (vv) : "r" (s), "m" (*s));
3557 v = (lzo_uint32_t) vv;
3602 __lzo_static_forceinline void lzo_memops_put_le16(lzo_voidp dd, lzo_uint16_t vv) argument
3605 LZO_MEMOPS_COPY2(dd, &vv);
3608 unsigned long v = vv;
3612 d[0] = LZO_BYTE((vv )
3622 lzo_memops_put_le32(lzo_voidp dd, lzo_uint32_t vv) argument
3644 lzo_memops_put_ne16(lzo_voidp dd, lzo_uint16_t vv) argument
3654 lzo_memops_put_ne32(lzo_voidp dd, lzo_uint32_t vv) argument
[all...]
/external/libcxx/test/std/utilities/function.objects/func.require/
H A Dbullet_1_and_2.pass.cpp189 Tp volatile& vv = v; local
191 runTest(vv);
197 Tp volatile& vv = v; local
201 runTest(vv);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2467 hvm *vv, **vvp; local
2470 vv = *vvp;
2471 while (vv) {
2472 if (vv == v) {
2473 *vvp = vv->next;
2476 vvp = &vv->next;
2477 vv = *vvp;
2516 hvm *vv, **vvp; local
2519 vv = *vvp;
2520 while (vv) {
3025 jvalue vv; local
3204 jvalue vv; local
3542 jvalue vv; local
4361 jvalue vv; local
4645 jvalue vv; local
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py112 vv = values[i].keys () variable
113 vv.sort ()
114 for v in vv:
228 vv = values[i].keys () variable
229 vv.sort ()
230 for v in vv:
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/elfutils/tests/
H A Dtestfile_parameter_ref.c3 volatile int vv; variable
12 vv++;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1566 milliseconds

12