Home
last modified time | relevance | path

Searched refs:mtmp (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcmyk.h31 double mtmp = 1.0 - ((double)g / 255.0); in rgb_to_cmyk() local
33 double ktmp = MIN(MIN(ctmp, mtmp), ytmp); in rgb_to_cmyk()
35 if (ktmp == 1.0) ctmp = mtmp = ytmp = 0.0; in rgb_to_cmyk()
38 mtmp = (mtmp - ktmp) / (1.0 - ktmp); in rgb_to_cmyk()
42 *m = (JSAMPLE)(255.0 - mtmp * 255.0 + 0.5); in rgb_to_cmyk()
/third_party/ffmpeg/libavutil/
H A Dtx_template.c182 int64_t mtmp[4]; in fft3() local
192 mtmp[0] = (int64_t)tab[0] * tmp[0].re; in fft3()
193 mtmp[1] = (int64_t)tab[1] * tmp[0].im; in fft3()
194 mtmp[2] = (int64_t)tab[2] * tmp[1].re; in fft3()
195 mtmp[3] = (int64_t)tab[2] * tmp[1].im; in fft3()
196 out[1*stride].re = in[0].re - (mtmp[2] + mtmp[0] + 0x40000000 >> 31); in fft3()
197 out[1*stride].im = in[0].im - (mtmp[3] - mtmp[1] + 0x40000000 >> 31); in fft3()
198 out[2*stride].re = in[0].re - (mtmp[ in fft3()
258 int64_t mtmp[12]; fft7() local
345 int64_t mtmp[12]; fft9() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_lib.c112 const DSA_METHOD *mtmp; in DSA_set_method() local
113 mtmp = dsa->meth; in DSA_set_method()
114 if (mtmp->finish) in DSA_set_method()
115 mtmp->finish(dsa); in DSA_set_method()
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_lib.c38 const DH_METHOD *mtmp; in DH_set_method() local
39 mtmp = dh->meth; in DH_set_method()
40 if (mtmp->finish) in DH_set_method()
41 mtmp->finish(dh); in DH_set_method()
/third_party/openssl/crypto/dsa/
H A Ddsa_lib.c112 const DSA_METHOD *mtmp; in DSA_set_method() local
113 mtmp = dsa->meth; in DSA_set_method()
114 if (mtmp->finish) in DSA_set_method()
115 mtmp->finish(dsa); in DSA_set_method()
/third_party/openssl/crypto/dh/
H A Ddh_lib.c38 const DH_METHOD *mtmp; in DH_set_method() local
39 mtmp = dh->meth; in DH_set_method()
40 if (mtmp->finish) in DH_set_method()
41 mtmp->finish(dh); in DH_set_method()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_lib.c459 EVP_MD_CTX *mtmp; in ossl_cms_DigestAlgorithm_find_ctx() local
465 BIO_get_md_ctx(chain, &mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
466 if (EVP_MD_CTX_get_type(mtmp) == nid in ossl_cms_DigestAlgorithm_find_ctx()
471 || EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mtmp)) == nid) in ossl_cms_DigestAlgorithm_find_ctx()
472 return EVP_MD_CTX_copy_ex(mctx, mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
/third_party/openssl/crypto/cms/
H A Dcms_lib.c446 EVP_MD_CTX *mtmp; in ossl_cms_DigestAlgorithm_find_ctx() local
452 BIO_get_md_ctx(chain, &mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
453 if (EVP_MD_CTX_get_type(mtmp) == nid in ossl_cms_DigestAlgorithm_find_ctx()
458 || EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mtmp)) == nid) in ossl_cms_DigestAlgorithm_find_ctx()
459 return EVP_MD_CTX_copy_ex(mctx, mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c50 const RSA_METHOD *mtmp; in RSA_set_method() local
51 mtmp = rsa->meth; in RSA_set_method()
52 if (mtmp->finish) in RSA_set_method()
53 mtmp->finish(rsa); in RSA_set_method()
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c50 const RSA_METHOD *mtmp; in RSA_set_method() local
51 mtmp = rsa->meth; in RSA_set_method()
52 if (mtmp->finish) in RSA_set_method()
53 mtmp->finish(rsa); in RSA_set_method()

Completed in 10 milliseconds