Home
last modified time | relevance | path

Searched refs:pv1 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dlossless_audiodsp_altivec.c51 vec_s16 *pv1 = (vec_s16 *) v1; in scalarproduct_and_madd_int16_altivec() local
65 i0 = pv1[0]; in scalarproduct_and_madd_int16_altivec()
66 i1 = pv1[1]; in scalarproduct_and_madd_int16_altivec()
70 pv1[0] = vec_mladd(t0, muls, i0); in scalarproduct_and_madd_int16_altivec()
71 pv1[1] = vec_mladd(t1, muls, i1); in scalarproduct_and_madd_int16_altivec()
72 pv1 += 2; in scalarproduct_and_madd_int16_altivec()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c5331 GValue *pv1, *pv2; /* yeah, hungarian! */ in gst_value_create_new_range() local
5340 pv1 = &v1; in gst_value_create_new_range()
5343 pv1 = dest; in gst_value_create_new_range()
5346 pv1 = NULL; in gst_value_create_new_range()
5356 g_value_init (pv1, GST_TYPE_INT_RANGE); in gst_value_create_new_range()
5357 gst_value_set_int_range_step (pv1, min1, max1, step); in gst_value_create_new_range()
5359 g_value_init (pv1, G_TYPE_INT); in gst_value_create_new_range()
5360 g_value_set_int (pv1, min1); in gst_value_create_new_range()
5371 gst_value_list_concat_and_take_values (dest, pv1, pv2); in gst_value_create_new_range()
5478 GValue *pv1, *pv2; /* yeah, hungarian! */ in gst_value_create_new_int64_range() local
[all …]
/third_party/googletest/googletest/test/
Dgtest_unittest.cc4478 void* pv1 = (void*)0x1234; // NOLINT in TEST() local
4479 char* const p1 = reinterpret_cast<char*>(pv1); in TEST()
4841 void* pv1 = (void*)0x1234; // NOLINT in TEST() local
4843 char* const p1 = reinterpret_cast<char*>(pv1); in TEST()
4861 void* pv1 = (void*)0x1234; // NOLINT in TEST() local
4863 wchar_t* const p1 = reinterpret_cast<wchar_t*>(pv1); in TEST()
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp4553 const Unit *pv1, *pv2; in decDivideOp() local
4556 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp()
4560 if (*pv1!=v2) break; /* no longer the same */ in decDivideOp()
4561 if (pv1==var1) break; /* done; leave pv1 as is */ in decDivideOp()
4564 if (*pv1<v2) break; /* var1 too low to subtract */ in decDivideOp()
4565 if (*pv1==v2) { /* var1 == var2 */ in decDivideOp()
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp4553 const Unit *pv1, *pv2; in decDivideOp() local
4556 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp()
4560 if (*pv1!=v2) break; /* no longer the same */ in decDivideOp()
4561 if (pv1==var1) break; /* done; leave pv1 as is */ in decDivideOp()
4564 if (*pv1<v2) break; /* var1 too low to subtract */ in decDivideOp()
4565 if (*pv1==v2) { /* var1 == var2 */ in decDivideOp()
/third_party/node/deps/icu-small/source/i18n/
DdecNumber.cpp4553 const Unit *pv1, *pv2; in decDivideOp() local
4556 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp()
4560 if (*pv1!=v2) break; /* no longer the same */ in decDivideOp()
4561 if (pv1==var1) break; /* done; leave pv1 as is */ in decDivideOp()
4564 if (*pv1<v2) break; /* var1 too low to subtract */ in decDivideOp()
4565 if (*pv1==v2) { /* var1 == var2 */ in decDivideOp()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3081 #define _OPI(o,t,vv1,vv2,pv1,pv2,d,s,h) \ argument
3082 { D3DSIO_##o, TGSI_OPCODE_##t, { vv1, vv2 }, { pv1, pv2, }, d, s, h }