/third_party/openssl/crypto/conf/ |
D | conf_api.c | 25 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/ |
D | conf_api.c | 25 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/ |
D | dng_point.h | 43 dng_point (int32 vv, int32 hh) in dng_point() 80 dng_point_real64 (real64 vv, real64 hh) in dng_point_real64()
|
D | dng_temperature.cpp | 105 real64 vv = v - kTempTable [index] . v; in Set_xy_coord() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_liveness.cpp | 251 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()
|
D | sb_dump.cpp | 303 void dump::dump_vec(const vvec & vv) { in dump_vec() 320 void dump::dump_rels(vvec & vv) { in dump_rels()
|
D | sb_dce_cleanup.cpp | 145 bool dce_cleanup::cleanup_dst_vec(vvec& vv) { in cleanup_dst_vec()
|
D | sb_def_use.cpp | 88 void def_use::process_defs(node *n, vvec &vv, bool arr_def) { in process_defs()
|
D | sb_sched.cpp | 747 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()
|
D | sb_ssa_builder.cpp | 339 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()
|
D | sb_ra_init.cpp | 387 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()
|
D | sb_valtable.cpp | 487 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/ |
D | mapped_types_on_tuples_and_arrays_1.ts | 43 let vv: any = cc.pop(); variable
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec_eval.c | 182 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/ |
D | testfile_parameter_ref.c | 3 volatile int vv; variable
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | gen-indic-table.py | 142 vv = sorted (values[i].keys ()) variable 263 vv = sorted (values[i].keys ()) variable
|
D | hb-bit-page.hh | 120 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/ |
D | WangsFormula.h | 126 float2 vv = v*v; variable 155 float4 vv = v*v; variable
|
/third_party/ffmpeg/libavutil/avr32/ |
D | intreadwrite.h | 115 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/ |
D | propertyAccess.js | 121 var vv = noIndex[32]; variable 122 var vv: any; variable 268 var vv; variable
|
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/ |
D | propertyAccess.ts | 120 var vv = noIndex[32]; variable 121 var vv: any; variable
|
/third_party/python/Objects/ |
D | longobject.c | 373 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/ |
D | intreadwrite.h | 99 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in av_write_bswap64() local
|
/third_party/ffmpeg/libavformat/ |
D | mccdec.c | 164 uint8_t vv; in mcc_read_header() local
|
/third_party/ffmpeg/libswscale/ppc/ |
D | swscale_vsx.c | 536 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
|