/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_api.c | 25 CONF_VALUE vv; in _CONF_get_section() local 29 vv.name = NULL; in _CONF_get_section() 30 vv.section = (char *)section; in _CONF_get_section() 31 return conf->data != NULL ? lh_CONF_VALUE_retrieve(conf->data, &vv) : NULL; in _CONF_get_section() 69 CONF_VALUE *v, vv; in _CONF_get_string() local 79 vv.name = (char *)name; in _CONF_get_string() 80 vv.section = (char *)section; in _CONF_get_string() 81 v = lh_CONF_VALUE_retrieve(conf->data, &vv); in _CONF_get_string() 90 vv.section = "default"; in _CONF_get_string() 91 vv in _CONF_get_string() 166 CONF_VALUE *vv; value_free_stack_doall() local 189 CONF_VALUE *v = NULL, *vv; _CONF_new_section() local [all...] |
/third_party/openssl/crypto/conf/ |
H A D | conf_api.c | 25 CONF_VALUE vv; in _CONF_get_section() local 29 vv.name = NULL; in _CONF_get_section() 30 vv.section = (char *)section; in _CONF_get_section() 31 return conf->data != NULL ? lh_CONF_VALUE_retrieve(conf->data, &vv) : NULL; in _CONF_get_section() 69 CONF_VALUE *v, vv; in _CONF_get_string() local 79 vv.name = (char *)name; in _CONF_get_string() 80 vv.section = (char *)section; in _CONF_get_string() 81 v = lh_CONF_VALUE_retrieve(conf->data, &vv); in _CONF_get_string() 90 vv.section = "default"; in _CONF_get_string() 91 vv in _CONF_get_string() 166 CONF_VALUE *vv; value_free_stack_doall() local 189 CONF_VALUE *v = NULL, *vv; _CONF_new_section() local [all...] |
/third_party/rust/crates/libc/ci/ |
H A D | build.sh | 44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" 48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}" 53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" 56 -Z build-std=core,alloc -vv --target "${TARGET}" 61 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" \ 65 -Z build-std=core,alloc -vv --no-default-features \ 72 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" \ 76 -Z build-std=core,alloc -vv --no-default-features \ 83 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" \ 87 -Z build-std=core,alloc -vv [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_liveness.cpp | 251 bool liveness::remove_vec(vvec &vv) { in remove_vec() argument 253 for (vvec::reverse_iterator I = vv.rbegin(), E = vv.rend(); I != E; ++I) { in remove_vec() 281 bool liveness::add_vec(vvec &vv, bool src) { in add_vec() argument 283 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in add_vec() 348 gpr_array_vec &vv = sh.arrays(); in init() local 349 for (gpr_array_vec::iterator I = vv.begin(), E = vv.end(); I != E; in init() 359 void liveness::update_src_vec(vvec &vv, boo argument [all...] |
H A D | sb_sched.h | 288 void release_src_vec(vvec &vv, bool src); 292 void init_uc_vec(container_node *c, vvec &vv, bool src); 308 bool map_src_vec(vvec &vv, bool src); 314 void update_live_src_vec(vvec &vv, val_set *born, bool src); 315 void update_live_dst_vec(vvec &vv);
|
H A D | sb_pass.h | 143 bool cleanup_dst_vec(vvec &vv); 162 void process_defs(node *n, vvec &vv, bool arr_def); 192 static void dump_vec(const vvec & vv); 195 static void dump_rels(vvec & vv); 300 unsigned get_uc_vec(vvec &vv); 301 unsigned get_dc_vec(vvec &vv, bool src); 400 bool add_vec(vvec &vv, bool src); 402 void update_src_vec(vvec &vv, bool src); 495 void check_src_vec(node *n, unsigned id, vvec &vv, bool src); 581 void split_vec(vvec &vv, vve [all...] |
H A D | sb_ra_init.cpp | 387 vvec &vv = c->values; 388 assert(vv.size() <= 8); 392 dump::dump_vec(vv); 401 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 659 vvec vv = n->src; 662 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 685 n->src = vv; 710 void ra_split::split_vec(vvec &vv, vve [all...] |
H A D | sb_dce_cleanup.cpp | 145 bool dce_cleanup::cleanup_dst_vec(vvec& vv) { in cleanup_dst_vec() argument 148 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in cleanup_dst_vec()
|
H A D | sb_sched.cpp | 747 void post_scheduler::init_uc_vec(container_node *c, vvec &vv, bool src) { in init_uc_vec() argument 748 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in init_uc_vec() 1009 void post_scheduler::update_live_src_vec(vvec &vv, val_set *born, bool src) { in update_live_src_vec() argument 1010 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in update_live_src_vec() 1038 void post_scheduler::update_live_dst_vec(vvec &vv) { in update_live_dst_vec() argument 1039 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in update_live_dst_vec() 1254 vvec &vv in set_color_local() local 1451 map_src_vec(vvec &vv, bool src) map_src_vec() argument 1933 release_src_vec(vvec& vv, bool src) release_src_vec() argument [all...] |
H A D | sb_def_use.cpp | 88 void def_use::process_defs(node *n, vvec &vv, bool arr_def) { in process_defs() argument 90 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in process_defs()
|
H A D | sb_valtable.cpp | 487 bool sb_value_set::remove_vec(vvec& vv) { 489 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { 507 bool r600_sb::sb_value_set::add_vec(vvec& vv) { 509 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
|
H A D | sb_ssa_builder.cpp | 339 void ssa_rename::rename_src_vec(node *n, vvec &vv, bool src) { in rename_src_vec() argument 340 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in rename_src_vec() 363 void ssa_rename::rename_dst_vec(node *n, vvec &vv, bool set_def) { in rename_dst_vec() argument 365 for(vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in rename_dst_vec()
|
/third_party/mksh/ |
H A D | Build.sh | 232 vv() { function 236 eval "$@" >vv.out 2>&1 237 sed "s^${_c} " <vv.out 339 vv ']' "$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN conftest.c $LIBS $ccpr" 356 test_n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv=$fr 361 rmf conftest.c conftest.o ${tcfn}* vv.out 608 *.ll *.o *.gen *.cat1 Rebuild.sh lft no signames.inc test.sh x vv.out *.htm 679 vv ']' "${CC-cc} -E $CFLAGS $CPPFLAGS $NOWARN conftest.c | grep ct= | tr -d \\\\015 >x" 682 rmf x vv.out 1080 vv '|' "osleve [all...] |
/third_party/ffmpeg/libavutil/avr32/ |
H A D | intreadwrite.h | 115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() local 116 AV_WB32(p, vv.hl[0]); in AV_WB64() 117 AV_WB32((uint32_t*)p+1, vv.hl[1]); in AV_WB64() 123 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WL64() local 124 AV_WL32(p, vv.hl[1]); in AV_WL64() 125 AV_WL32((uint32_t*)p+1, vv.hl[0]); in AV_WL64()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 536 vec_s16 vv; in yuv2rgb_full_X_vsx_template() local 595 vv = vec_ld(0, &lumSrc[j][i]); in yuv2rgb_full_X_vsx_template() 596 tmp = vec_mule(vv, vlumFilter[j]); in yuv2rgb_full_X_vsx_template() 597 tmp2 = vec_mulo(vv, vlumFilter[j]); in yuv2rgb_full_X_vsx_template() 606 vv = vec_ld(0, &chrUSrc[j][i]); in yuv2rgb_full_X_vsx_template() 607 tmp = vec_mule(vv, vchrFilter[j]); in yuv2rgb_full_X_vsx_template() 608 tmp2 = vec_mulo(vv, vchrFilter[j]); in yuv2rgb_full_X_vsx_template() 615 vv = vec_ld(0, &chrVSrc[j][i]); in yuv2rgb_full_X_vsx_template() 616 tmp = vec_mule(vv, vchrFilter[j]); in yuv2rgb_full_X_vsx_template() 617 tmp2 = vec_mulo(vv, vchrFilte in yuv2rgb_full_X_vsx_template() 693 vec_s16 vy, vu, vv, A = vec_splat_s16(0); yuv2rgb_full_2_vsx_template() local 815 vec_s16 vy, vu, vv, A = vec_splat_s16(0); yuv2rgb_2_vsx_template() local 986 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; yuv2rgb_full_1_vsx_template() local 1115 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; yuv2rgb_1_vsx_template() local 1366 write422(const vec_s16 vy1, const vec_s16 vy2, const vec_s16 vu, const vec_s16 vv, uint8_t *dest, const enum AVPixelFormat target) write422() argument 1436 vec_s16 vy1, vy2, vu, vv; yuv2422_X_vsx_template() local 1547 vec_s16 vy1, vy2, vu, vv; yuv2422_2_vsx_template() local 1576 vec_s16 vy1, vy2, vu, vv, tmp; yuv2422_1_vsx_template() local [all...] |
/third_party/skia/src/gpu/tessellate/ |
H A D | WangsFormula.h | 126 float2 vv = v*v; in quadratic_pow4() local 127 return (vv[0] + vv[1]) * length_term_pow2<2>(precision); in quadratic_pow4() 155 float4 vv = v*v; in cubic_pow4() local 156 return std::max(vv[0] + vv[1], vv[2] + vv[3]) * length_term_pow2<3>(precision); in cubic_pow4()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_point.h | 43 dng_point (int32 vv, int32 hh) in dng_point() argument 44 : v (vv) in dng_point() 80 dng_point_real64 (real64 vv, real64 hh) in dng_point_real64() argument 81 : v (vv) in dng_point_real64()
|
H A D | dng_temperature.cpp | 105 real64 vv = v - kTempTable [index] . v; in Set_xy_coord() local 109 real64 dt = - uu * dv + vv * du; in Set_xy_coord() 144 vv = v - (kTempTable [index - 1] . v * f + in Set_xy_coord() 159 fTint = (uu * du + vv * dv) * kTintScale; in Set_xy_coord()
|
/third_party/ffmpeg/libavutil/ppc/ |
H A D | intreadwrite.h | 99 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in av_write_bswap64() local 103 : "r"(vv.hl[1]), "r"(vv.hl[0])); in av_write_bswap64()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-bit-page.hh | 120 const elt_t vv = v[i] & ~((elt_t (1) << j) - 1); in next() local 121 for (const elt_t *p = &vv; i < len (); p = &v[++i]) in next() 146 const elt_t vv = v[i] & mask; in previous() 147 const elt_t *p = &vv; in previous()
|
H A D | gen-indic-table.py | 142 vv = sorted (values[i].keys ()) variable 143 for v in vv: 263 vv = sorted (values[i].keys ()) variable 264 for v in vv:
|
/third_party/elfutils/tests/ |
H A D | testfile_parameter_ref.c | 3 volatile int vv; variable 12 vv++; in foo()
|
/third_party/python/Objects/ |
H A D | longobject.c | 454 PyLong_AsLongAndOverflow(PyObject *vv, int *overflow) in PyLong_AsLongAndOverflow() argument 465 if (vv == NULL) { in PyLong_AsLongAndOverflow() 470 if (PyLong_Check(vv)) { in PyLong_AsLongAndOverflow() 471 v = (PyLongObject *)vv; in PyLong_AsLongAndOverflow() 474 v = (PyLongObject *)_PyNumber_Index(vv); in PyLong_AsLongAndOverflow() 568 PyLong_AsSsize_t(PyObject *vv) { in PyLong_AsSsize_t() argument 574 if (vv == NULL) { in PyLong_AsSsize_t() 578 if (!PyLong_Check(vv)) { in PyLong_AsSsize_t() 583 v = (PyLongObject *)vv; in PyLong_AsSsize_t() 623 PyLong_AsUnsignedLong(PyObject *vv) in PyLong_AsUnsignedLong() argument 667 PyLong_AsSize_t(PyObject *vv) PyLong_AsSize_t() argument 710 _PyLong_AsUnsignedLongMask(PyObject *vv) _PyLong_AsUnsignedLongMask() argument 764 _PyLong_Sign(PyObject *vv) _PyLong_Sign() argument 785 _PyLong_NumBits(PyObject *vv) _PyLong_NumBits() argument 1078 PyLong_AsVoidPtr(PyObject *vv) PyLong_AsVoidPtr() argument 1200 PyLong_AsLongLong(PyObject *vv) PyLong_AsLongLong() argument 1252 PyLong_AsUnsignedLongLong(PyObject *vv) PyLong_AsUnsignedLongLong() argument 1287 _PyLong_AsUnsignedLongLongMask(PyObject *vv) _PyLong_AsUnsignedLongLongMask() argument 1351 PyLong_AsLongLongAndOverflow(PyObject *vv, int *overflow) PyLong_AsLongLongAndOverflow() argument 2815 twodigits vv; x_divrem() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | propertyAccess.js | 121 var vv = noIndex[32]; 122 var vv: any; variable 267 var vv = noIndex[32];
268 var vv;
variable
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec_eval.c | 182 GLfloat vv = (v - map->v1) * map->dv; in vbo_exec_do_EvalCoord2f() local 190 uu, vv, in vbo_exec_do_EvalCoord2f() 205 GLfloat vv = (v - map->v1) * map->dv; in vbo_exec_do_EvalCoord2f() local 214 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv, in vbo_exec_do_EvalCoord2f() 239 _math_horner_bezier_surf(map->Points, vertex, uu, vv, in vbo_exec_do_EvalCoord2f()
|