Home
last modified time | relevance | path

Searched defs:vv (Results 1 – 25 of 65) sorted by relevance

123

/third_party/openssl/crypto/conf/
Dconf_api.c25 CONF_VALUE *v, vv; in _CONF_get_section() local
73 CONF_VALUE *v, vv; in _CONF_get_string() local
169 CONF_VALUE *vv; in value_free_stack_doall() local
193 CONF_VALUE *v = NULL, *vv; in _CONF_new_section() local
/third_party/boost/libs/spirit/test/karma/
Dauto1.cpp44 boost::variant<int, double, float, std::string> vv; in main() local
88 boost::variant<int, double, float, std::string> vv; in main() local
Dauto2.cpp53 boost::variant<int, double, float, std::string> vv; in main() local
109 boost::variant<int, double, float, std::string> vv; in main() local
Dauto3.cpp43 boost::variant<int, double, float, std::string> vv; in main() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_point.h43 dng_point (int32 vv, int32 hh) in dng_point()
80 dng_point_real64 (real64 vv, real64 hh) in dng_point_real64()
Ddng_temperature.cpp105 real64 vv = v - kTempTable [index] . v; in Set_xy_coord() local
/third_party/boost/libs/spirit/test/qi/
Dauto.cpp106 boost::variant<double, bool, std::vector<char> > vv; in main() local
136 boost::variant<double, bool, std::vector<char> > vv; in main() local
191 boost::variant<double, bool, std::vector<char> > vv; in main() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_liveness.cpp251 bool liveness::remove_vec(vvec &vv) { in remove_vec()
281 bool liveness::add_vec(vvec &vv, bool src) { in add_vec()
348 gpr_array_vec &vv = sh.arrays(); in init() local
359 void liveness::update_src_vec(vvec &vv, bool src) { in update_src_vec()
Dsb_dump.cpp303 void dump::dump_vec(const vvec & vv) { in dump_vec()
320 void dump::dump_rels(vvec & vv) { in dump_rels()
Dsb_dce_cleanup.cpp145 bool dce_cleanup::cleanup_dst_vec(vvec& vv) { in cleanup_dst_vec()
Dsb_def_use.cpp88 void def_use::process_defs(node *n, vvec &vv, bool arr_def) { in process_defs()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c182 GLfloat vv = (v - map->v1) * map->dv; in vbo_exec_do_EvalCoord2f() local
205 GLfloat vv = (v - map->v1) * map->dv; in vbo_exec_do_EvalCoord2f() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-indic-table.py134 vv = sorted (values[i].keys ()) variable
249 vv = sorted (values[i].keys ()) variable
/third_party/harfbuzz/src/
Dgen-indic-table.py142 vv = sorted (values[i].keys ()) variable
263 vv = sorted (values[i].keys ()) variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-indic-table.py142 vv = sorted (values[i].keys ()) variable
263 vv = sorted (values[i].keys ()) variable
Dhb-bit-page.hh120 const elt_t vv = v[i] & ~((elt_t (1) << j) - 1); in next() local
146 const elt_t vv = v[i] & mask; in previous() local
/third_party/skia/src/gpu/tessellate/
DWangsFormula.h126 float2 vv = v*v; variable
155 float4 vv = v*v; variable
/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() local
123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() local
/third_party/typescript/tests/baselines/reference/
DpropertyAccess.js121 var vv = noIndex[32]; variable
122 var vv: any; variable
268 var vv; variable
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/
DpropertyAccess.ts120 var vv = noIndex[32]; variable
121 var vv: any; variable
/third_party/mindspore/mindspore/lite/test/ut/src/
Dlite_mindrt_test.cc124 std::vector<int *> vv; in TEST_F() local
/third_party/mindspore/tests/ut/cpp/ir/
Dvalue_test.cc69 ValuePtr vv = std::make_shared<AnyValue>(); in TEST_F() local
/third_party/boost/libs/variant/test/
Dconst_ref_apply_visitor.cpp207 …BOOST_TEST(boost::apply_visitor([](auto&& v, auto&& vv) { return lvalue_rvalue_detector()(FORWARD(… in test_cpp14_visitor()
245 …BOOST_TEST(boost::apply_visitor([](auto& v, auto& vv) { return lvalue_rvalue_detector()(v, vv); },… in test_cpp14_visitor()
276 …BOOST_TEST(boost::apply_visitor([](auto&& v, auto&& vv) { return lvalue_rvalue_detector()(FORWARD(… in test_cpp14_visitor()
/third_party/boost/libs/geometry/test/iterators/
Dconcatenate_iterator.cpp252 std::vector<int> v, vv; in BOOST_AUTO_TEST_CASE() local
/third_party/python/Objects/
Dlongobject.c370 PyLong_AsLongAndOverflow(PyObject *vv, int *overflow) in PyLong_AsLongAndOverflow()
484 PyLong_AsSsize_t(PyObject *vv) { in PyLong_AsSsize_t()
539 PyLong_AsUnsignedLong(PyObject *vv) in PyLong_AsUnsignedLong()
583 PyLong_AsSize_t(PyObject *vv) in PyLong_AsSize_t()
626 _PyLong_AsUnsignedLongMask(PyObject *vv) in _PyLong_AsUnsignedLongMask()
680 _PyLong_Sign(PyObject *vv) in _PyLong_Sign()
698 _PyLong_NumBits(PyObject *vv) in _PyLong_NumBits()
991 PyLong_AsVoidPtr(PyObject *vv) in PyLong_AsVoidPtr()
1119 PyLong_AsLongLong(PyObject *vv) in PyLong_AsLongLong()
1171 PyLong_AsUnsignedLongLong(PyObject *vv) in PyLong_AsUnsignedLongLong()
[all …]

123