Searched refs:pv2 (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 5331 GValue *pv1, *pv2; /* yeah, hungarian! */ in gst_value_create_new_range() local 5341 pv2 = &v2; in gst_value_create_new_range() 5344 pv2 = NULL; in gst_value_create_new_range() 5347 pv2 = dest; in gst_value_create_new_range() 5363 g_value_init (pv2, GST_TYPE_INT_RANGE); in gst_value_create_new_range() 5364 gst_value_set_int_range_step (pv2, min2, max2, step); in gst_value_create_new_range() 5366 g_value_init (pv2, G_TYPE_INT); in gst_value_create_new_range() 5367 g_value_set_int (pv2, min2); 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/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 4553 const Unit *pv1, *pv2; in decDivideOp() local 4555 pv2=msu2; /* -> msu */ in decDivideOp() 4556 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp() 4559 if (pv2>=var2) v2=*pv2; /* in range */ in decDivideOp()
|
/third_party/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 4553 const Unit *pv1, *pv2; in decDivideOp() local 4555 pv2=msu2; /* -> msu */ in decDivideOp() 4556 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp() 4559 if (pv2>=var2) v2=*pv2; /* in range */ in decDivideOp()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decNumber.cpp | 4553 const Unit *pv1, *pv2; in decDivideOp() local 4555 pv2=msu2; /* -> msu */ in decDivideOp() 4556 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp() 4559 if (pv2>=var2) v2=*pv2; /* in range */ in decDivideOp()
|
/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 4842 void* pv2 = (void*)0xABC0; // NOLINT in TEST() local 4844 char* const p2 = reinterpret_cast<char*>(pv2); in TEST() 4862 void* pv2 = (void*)0xABC0; // NOLINT in TEST() local 4864 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2); in TEST()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 3081 #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 }
|