Home
last modified time | relevance | path

Searched refs:vv1 (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/des/
H A Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
61 vv1 = ti[1]; in DES_ofb_encrypt()
65 d1 = (d1 ^ vv1) & mask1; in DES_ofb_encrypt()
74 v1 = vv1; in DES_ofb_encrypt()
77 v1 = ((vv0 >> (num - 32)) | (vv1 << (64 - num))) & 0xffffffffL; in DES_ofb_encrypt()
87 v0 = v1 = d0 = d1 = ti[0] = ti[1] = vv0 = vv1 = 0; in DES_ofb_encrypt()
/third_party/openssl/crypto/des/
H A Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
61 vv1 = ti[1]; in DES_ofb_encrypt()
65 d1 = (d1 ^ vv1) & mask1; in DES_ofb_encrypt()
74 v1 = vv1; in DES_ofb_encrypt()
77 v1 = ((vv0 >> (num - 32)) | (vv1 << (64 - num))) & 0xffffffffL; in DES_ofb_encrypt()
87 v0 = v1 = d0 = d1 = ti[0] = ti[1] = vv0 = vv1 = 0; in DES_ofb_encrypt()
/third_party/skia/third_party/externals/dng_sdk/source/
H A 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/typescript/tests/baselines/reference/
H A DconstAssertions.js22 let vv1 = v1;
131 let vv1 = v1;
217 declare let vv1: "abc";
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c3081 #define _OPI(o,t,vv1,vv2,pv1,pv2,d,s,h) \
3082 { D3DSIO_##o, TGSI_OPCODE_##t, { vv1, vv2 }, { pv1, pv2, }, d, s, h }

Completed in 7 milliseconds