Home
last modified time | relevance | path

Searched refs:vv (Results 1 – 25 of 95) sorted by relevance

1234

/external/tcpdump/tests/
DTESTLIST48 ospf3_ah-vv OSPFv3_with_AH.pcap ospf3_ah-vv.out -t -v -v
49 ospf3_auth-vv ospf3_auth.pcap ospf3_auth-vv.out -t -v -v
50 ospf3_bc-vv OSPFv3_broadcast_adjacency.pcap ospf3_bc-vv.out -t -v -v
51 ospf3_mp-vv OSPFv3_multipoint_adjacencies.pcap ospf3_mp-vv.out -t -v -v
52 ospf3_nbma-vv OSPFv3_NBMA_adjacencies.pcap ospf3_nbma-vv.out -t -v -v
87 ahcp-vv ahcp.pcap ahcp-vv.out -t -vv
107 icmpv6 icmpv6.pcap icmpv6.out -t -vv
117 dcb_ets dcb_ets.pcap dcb_ets.out -t -vv
118 dcb_pfc dcb_pfc.pcap dcb_pfc.out -t -vv
119 dcb_qcn dcb_qcn.pcap dcb_qcn.out -t -vv
[all …]
/external/opencv/cvaux/src/
Dcvfindhandregion.cpp75 float *vv = 0; in icvFindHandRegion() local
108 vv = (float *) cvAlloc( count * sizeof( float )); in icvFindHandRegion()
110 if( vv == NULL ) in icvFindHandRegion()
161 vv[i_point] = value; in icvFindHandRegion()
176 l = cvRound( (vv[i] - vmin) / bsize ); in icvFindHandRegion()
229 if( vv[l] >= hand_left && vv[l] <= hand_right ) in icvFindHandRegion()
243 if( vv != NULL ) in icvFindHandRegion()
244 cvFree( &vv ); in icvFindHandRegion()
298 float *vv = 0; in icvFindHandRegionA() local
328 vv = (float *) cvAlloc( count * sizeof( float )); in icvFindHandRegionA()
[all …]
/external/clang/test/Analysis/
Dunions.cpp79 IntOrString vv; in testCopy() local
80 vv.i = 5; in testCopy()
81 uu = vv; in testCopy()
90 IntOrString vv; in testInvalidation() local
92 vv.s = str; in testInvalidation()
95 uu = vv; in testInvalidation()
/external/mksh/src/
DBuild.sh587 *.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 '|' "oslevel >&2"
958 vv '|' "uname -a >&2"
961 vv '|' "hwprefs machine_type os_type os_class >&2"
962 vv '|' "sw_vers >&2"
963 vv '|' "system_profiler SPSoftwareDataType SPHardwareDataType >&2"
964 vv '|' "/bin/sh --version >&2"
965 vv '|' "xcodebuild -version >&2"
[all …]
/external/compiler-rt/test/BlocksRuntime/
Dblockimport.c31 void (^vv)(void) = ^{ in main()
40 struct Block_layout *layout = (struct Block_layout *)(void *)vv; in main()
47 void (^vvcopy)(void) = Block_copy(vv); in main()
Dnestedimport.c30 void (^vv)(void) = ^{ in main()
37 vv(); in main()
/external/harfbuzz_ng/src/
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/clang/test/CodeGen/
Doverloadable.c24 v4hi vv; in main() local
30 vv = f(vv); in main()
/external/dng_sdk/source/
Ddng_point.h43 dng_point (int32 vv, int32 hh) in dng_point() argument
44 : v (vv) in dng_point()
80 dng_point_real64 (real64 vv, real64 hh) in dng_point_real64() argument
81 : v (vv) in dng_point_real64()
Ddng_temperature.cpp105 real64 vv = v - kTempTable [index] . v; in Set_xy_coord() local
109 real64 dt = - uu * dv + vv * du; in Set_xy_coord()
144 vv = v - (kTempTable [index - 1] . v * f + in Set_xy_coord()
159 fTint = (uu * du + vv * dv) * kTintScale; in Set_xy_coord()
/external/opencv3/3rdparty/libwebp/dsp/
Dupsampling_neon.c105 int16x8_t vv = vreinterpretq_s16_u16(vsubl_u8(v, u128)); \
108 int16x8_t vd = vshlq_n_s16(vv, 1); \
110 int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), \
112 int32x4_t vrh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(vv), 1), \
117 int32x4_t vl = vmovl_s16(vget_low_s16(vv)); \
118 int32x4_t vh = vmovl_s16(vget_high_s16(vv)); \
121 int32x4_t gcl = vqdmlal_lane_s16(ugl, vget_low_s16(vv), cf16, 2); \
122 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2); \
/external/clang/include/clang/Basic/
DBuiltinsX86.def360 TARGET_BUILTIN(__builtin_ia32_monitor, "vv*UiUi", "", "sse3")
664 TARGET_BUILTIN(__builtin_ia32_fxrstor, "vv*", "", "fxsr")
665 TARGET_BUILTIN(__builtin_ia32_fxrstor64, "vv*", "", "fxsr")
666 TARGET_BUILTIN(__builtin_ia32_fxsave, "vv*", "", "fxsr")
667 TARGET_BUILTIN(__builtin_ia32_fxsave64, "vv*", "", "fxsr")
670 TARGET_BUILTIN(__builtin_ia32_xsave, "vv*ULLi", "", "xsave")
671 TARGET_BUILTIN(__builtin_ia32_xsave64, "vv*ULLi", "", "xsave")
672 TARGET_BUILTIN(__builtin_ia32_xrstor, "vv*ULLi", "", "xsave")
673 TARGET_BUILTIN(__builtin_ia32_xrstor64, "vv*ULLi", "", "xsave")
674 TARGET_BUILTIN(__builtin_ia32_xsaveopt, "vv*ULLi", "", "xsaveopt")
[all …]
/external/elfutils/tests/
Dtestfile_parameter_ref.c3 volatile int vv; variable
12 vv++; in foo()
/external/opencv3/modules/core/src/
Dmatrix.cpp1178 const std::vector<std::vector<uchar> >& vv = *(const std::vector<std::vector<uchar> >*)obj; in getMat_() local
1179 CV_Assert( 0 <= i && i < (int)vv.size() ); in getMat_()
1180 const std::vector<uchar>& v = vv[i]; in getMat_()
1319 const std::vector<std::vector<uchar> >& vv = *(const std::vector<std::vector<uchar> >*)obj; in getMatVector() local
1320 int i, n = (int)vv.size(); in getMatVector()
1326 const std::vector<uchar>& v = vv[i]; in getMatVector()
1511 const std::vector<std::vector<uchar> >& vv = *(const std::vector<std::vector<uchar> >*)obj; in size() local
1513 return vv.empty() ? Size() : Size((int)vv.size(), 1); in size()
1514 CV_Assert( i < (int)vv.size() ); in size()
1517 size_t szb = vv[i].size(), szi = ivv[i].size(); in size()
[all …]
/external/llvm/test/CodeGen/Mips/
Dfpnotneeded.ll8 define void @vv() #0 {
14 ; 32: .ent vv
18 ; 32: .end vv
Dfpneeded.ll136 define void @vv() #0 {
142 ; 32: .ent vv
146 ; 32: .end vv
/external/clang/test/SemaCXX/
Dfor-range-no-std.cpp41 void (*vv[])() = {PR11601, PR11601, PR11601}; in PR11601() local
42 for (void (*i)() : vv) i(); in PR11601()
/external/clang/test/SemaObjCXX/
Dvoid_to_obj.mm8 void *vv;
10 obj = vv; // expected-error{{assigning to 'XX *' from incompatible type 'void *'}}
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c195 GLfloat vv = (v - map->v1) * map->dv; in vbo_exec_do_EvalCoord2f() local
202 uu, vv, in vbo_exec_do_EvalCoord2f()
217 GLfloat vv = (v - map->v1) * map->dv; in vbo_exec_do_EvalCoord2f() local
226 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv, in vbo_exec_do_EvalCoord2f()
251 _math_horner_bezier_surf(map->Points, vertex, uu, vv, in vbo_exec_do_EvalCoord2f()
/external/vboot_reference/tests/
Drun_vbutil_kernel_arg_tests.sh70 vv=$(basename "$v")
71 echo -n "verify $vv ... "
80 echo -n "verify $vv signed ... "
/external/pdfium/third_party/libopenjpeg20/
Dmct.c387 __m128 vy, vu, vv; in opj_mct_decode_real() local
392 vv = _mm_load_ps(c2); in opj_mct_decode_real()
393 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv)); in opj_mct_decode_real()
394 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv)); in opj_mct_decode_real()
405 vv = _mm_load_ps(c2); in opj_mct_decode_real()
406 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv)); in opj_mct_decode_real()
407 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv)); in opj_mct_decode_real()
/external/skia/tests/
DInterpolatorTest.cpp52 SkScalar vv[3]; in DEF_TEST()
53 REPORTER_ASSERT(reporter, memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0); in DEF_TEST()
/external/fonttools/Lib/fontTools/
Dmerge.py677 vv = v.split(',')
678 if vv == ['']:
679 vv = []
680 vv = [int(x, 0) if len(x) and x[0] in "0123456789" else x for x in vv]
682 v = vv
685 v.extend(vv)
688 for x in vv:
/external/libvncserver/common/
Dminilzo.c3533 unsigned long vv; in lzo_memops_get_le16() local
3534 __asm__("lhbrx %0,0,%1" : "=r" (vv) : "r" (s), "m" (*s)); in lzo_memops_get_le16()
3535 v = (lzo_uint16_t) vv; in lzo_memops_get_le16()
3555 unsigned long vv; in lzo_memops_get_le32() local
3556 __asm__("lwbrx %0,0,%1" : "=r" (vv) : "r" (s), "m" (*s)); in lzo_memops_get_le32()
3557 v = (lzo_uint32_t) vv; in lzo_memops_get_le32()
3602 __lzo_static_forceinline void lzo_memops_put_le16(lzo_voidp dd, lzo_uint16_t vv) in lzo_memops_put_le16() argument
3605 LZO_MEMOPS_COPY2(dd, &vv); in lzo_memops_put_le16()
3608 unsigned long v = vv; in lzo_memops_put_le16()
3612 d[0] = LZO_BYTE((vv ) & 0xff); in lzo_memops_put_le16()
[all …]
/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_1_and_2.pass.cpp189 Tp volatile& vv = v; in runTestDispatch() local
191 runTest(vv); in runTestDispatch()
197 Tp volatile& vv = v; in runTestDispatch() local
201 runTest(vv); in runTestDispatch()

1234