Home
last modified time | relevance | path

Searched refs:vv1 (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/crypto/des/
Dofb_enc.c22 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
55 vv1 = ti[1]; in DES_ofb_encrypt()
59 d1 = (d1 ^ vv1) & mask1; in DES_ofb_encrypt()
68 v1 = vv1; in DES_ofb_encrypt()
71 v1 = ((vv0 >> (num - 32)) | (vv1 << (64 - num))) & 0xffffffffL; in DES_ofb_encrypt()
81 v0 = v1 = d0 = d1 = ti[0] = ti[1] = vv0 = vv1 = 0; in DES_ofb_encrypt()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_temperature.cpp215 real64 vv1 = kTempTable [index] . t; in Get_xy_coord() local
220 real64 len1 = sqrt (1.0 + vv1 * vv1); in Get_xy_coord()
224 vv1 /= len1; in Get_xy_coord()
232 real64 vv3 = vv1 * f + vv2 * (1.0 - f); in Get_xy_coord()
/third_party/boost/libs/variant/test/
Dconst_ref_apply_visitor.cpp313 variant_type vv1(100), vv2(200), vv3(300), vv4(400); in run_rvalue_ref_tests() local
314 test_rvalue_parameter4(boost::move(vv1), boost::move(vv2), boost::move(vv3), boost::move(vv4)); in run_rvalue_ref_tests()
401 variant_type vv1(100), vv2(200), vv3(300); in run_cpp14_tests() local
402 test_cpp14_visitor(boost::move(vv1), boost::move(vv2), boost::move(vv3)); in run_cpp14_tests()
/third_party/typescript/tests/baselines/reference/
DconstAssertions.js22 let vv1 = v1; variable
131 let vv1 = v1;
217 declare let vv1: "abc";
DconstAssertions.symbols56 let vv1 = v1;
57 >vv1 : Symbol(vv1, Decl(constAssertions.ts, 20, 3))
DconstAssertions.errors.txt28 let vv1 = v1;
DconstAssertions.types98 let vv1 = v1;
99 >vv1 : "abc"
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/
DconstAssertions.ts25 let vv1 = v1; variable
/third_party/ejdb/src/jbl/
Djbl.c2553 int64_t vv1 = jbl_get_i64(v1); in _jbl_cmp_atomic_values() local
2555 return vv1 > vv2 ? 1 : vv1 < vv2 ? -1 : 0; in _jbl_cmp_atomic_values()
2560 double vv1 = jbl_get_f64(v1); in _jbl_cmp_atomic_values() local
2562 return vv1 > vv2 ? 1 : vv1 < vv2 ? -1 : 0; in _jbl_cmp_atomic_values()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3081 #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 }