Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mtmp
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
cmyk.h
31
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
D
tx_template.c
182
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
D
dsa_lib.c
112
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
D
dh_lib.c
38
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
D
dsa_lib.c
112
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
D
dh_lib.c
38
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
D
cms_lib.c
459
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
D
cms_lib.c
446
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
D
rsa_lib.c
50
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
D
rsa_lib.c
50
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 11 milliseconds