Home
last modified time | relevance | path

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

12

/third_party/openssl/crypto/conf/
Dconf_api.c25 CONF_VALUE vv; in _CONF_get_section() local
69 CONF_VALUE *v, vv; in _CONF_get_string() local
166 CONF_VALUE *vv; in value_free_stack_doall() local
189 CONF_VALUE *v = NULL, *vv; in _CONF_new_section() local
/third_party/node/deps/openssl/openssl/crypto/conf/
Dconf_api.c25 CONF_VALUE vv; in _CONF_get_section() local
69 CONF_VALUE *v, vv; in _CONF_get_string() local
166 CONF_VALUE *vv; in value_free_stack_doall() local
189 CONF_VALUE *v = NULL, *vv; in _CONF_new_section() 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/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()
Dsb_sched.cpp747 void post_scheduler::init_uc_vec(container_node *c, vvec &vv, bool src) { in init_uc_vec()
1009 void post_scheduler::update_live_src_vec(vvec &vv, val_set *born, bool src) { in update_live_src_vec()
1038 void post_scheduler::update_live_dst_vec(vvec &vv) { in update_live_dst_vec()
1254 vvec &vv = v->chunk->values; in set_color_local() local
1451 bool post_scheduler::map_src_vec(vvec &vv, bool src) { in map_src_vec()
1933 void post_scheduler::release_src_vec(vvec& vv, bool src) { in release_src_vec()
Dsb_ssa_builder.cpp339 void ssa_rename::rename_src_vec(node *n, vvec &vv, bool src) { in rename_src_vec()
363 void ssa_rename::rename_dst_vec(node *n, vvec &vv, bool set_def) { in rename_dst_vec()
Dsb_ra_init.cpp387 vvec &vv = c->values; in color_bs_constraint() local
659 vvec vv = n->src; in split_packed_ins() local
710 void ra_split::split_vec(vvec &vv, vvec &v1, vvec &v2, bool allow_swz) { in split_vec()
Dsb_valtable.cpp487 bool sb_value_set::remove_vec(vvec& vv) { in remove_vec()
507 bool r600_sb::sb_value_set::add_vec(vvec& vv) { in add_vec()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.1/mapped_types_on_tuples_and_arrays/
Dmapped_types_on_tuples_and_arrays_1.ts43 let vv: any = cc.pop(); variable
/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/elfutils/tests/
Dtestfile_parameter_ref.c3 volatile int vv; 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/python/Objects/
Dlongobject.c373 PyLong_AsLongAndOverflow(PyObject *vv, int *overflow) in PyLong_AsLongAndOverflow()
487 PyLong_AsSsize_t(PyObject *vv) { in PyLong_AsSsize_t()
542 PyLong_AsUnsignedLong(PyObject *vv) in PyLong_AsUnsignedLong()
586 PyLong_AsSize_t(PyObject *vv) in PyLong_AsSize_t()
629 _PyLong_AsUnsignedLongMask(PyObject *vv) in _PyLong_AsUnsignedLongMask()
683 _PyLong_Sign(PyObject *vv) in _PyLong_Sign()
701 _PyLong_NumBits(PyObject *vv) in _PyLong_NumBits()
994 PyLong_AsVoidPtr(PyObject *vv) in PyLong_AsVoidPtr()
1122 PyLong_AsLongLong(PyObject *vv) in PyLong_AsLongLong()
1174 PyLong_AsUnsignedLongLong(PyObject *vv) in PyLong_AsUnsignedLongLong()
[all …]
/third_party/ffmpeg/libavutil/ppc/
Dintreadwrite.h99 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in av_write_bswap64() local
/third_party/ffmpeg/libavformat/
Dmccdec.c164 uint8_t vv; in mcc_read_header() local
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c536 vec_s16 vv; in yuv2rgb_full_X_vsx_template() local
693 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_full_2_vsx_template() local
815 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_2_vsx_template() local
986 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_full_1_vsx_template() local
1115 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_1_vsx_template() local
1367 const vec_s16 vu, const vec_s16 vv, in write422()
1436 vec_s16 vy1, vy2, vu, vv; in yuv2422_X_vsx_template() local
1547 vec_s16 vy1, vy2, vu, vv; in yuv2422_2_vsx_template() local
1576 vec_s16 vy1, vy2, vu, vv, tmp; in yuv2422_1_vsx_template() local

12