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:ecp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
sm2.c
65
const struct ecc_domain_parms *
ecp
= &sm2_ecp;
in sm2_ec_ctx_init()
local
70
p = mpi_scanval(
ecp
->p);
in sm2_ec_ctx_init()
71
a = mpi_scanval(
ecp
->a);
in sm2_ec_ctx_init()
72
b = mpi_scanval(
ecp
->b);
in sm2_ec_ctx_init()
76
x = mpi_scanval(
ecp
->g_x);
in sm2_ec_ctx_init()
77
y = mpi_scanval(
ecp
->g_y);
in sm2_ec_ctx_init()
99
ec->n = mpi_scanval(
ecp
->n);
in sm2_ec_ctx_init()
106
ec->h =
ecp
->h;
in sm2_ec_ctx_init()
107
ec->name =
ecp
->desc;
in sm2_ec_ctx_init()
108
mpi_ec_init(ec,
ecp
in sm2_ec_ctx_init()
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
sm2.c
71
const struct ecc_domain_parms *
ecp
= &sm2_ecp;
in sm2_ec_ctx_init()
local
76
p = mpi_scanval(
ecp
->p);
in sm2_ec_ctx_init()
77
a = mpi_scanval(
ecp
->a);
in sm2_ec_ctx_init()
78
b = mpi_scanval(
ecp
->b);
in sm2_ec_ctx_init()
82
x = mpi_scanval(
ecp
->g_x);
in sm2_ec_ctx_init()
83
y = mpi_scanval(
ecp
->g_y);
in sm2_ec_ctx_init()
105
ec->n = mpi_scanval(
ecp
->n);
in sm2_ec_ctx_init()
112
ec->h =
ecp
->h;
in sm2_ec_ctx_init()
113
ec->name =
ecp
->desc;
in sm2_ec_ctx_init()
114
mpi_ec_init(ec,
ecp
in sm2_ec_ctx_init()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
H
A
D
ecard.c
893
ecard_t **
ecp
;
in ecard_probe()
local
966
for (
ecp
= &cards; *
ecp
;
ecp
= &(*
ecp
)->next);
in ecard_probe()
968
*
ecp
= ec;
in ecard_probe()
/kernel/linux/linux-6.6/arch/arm/mach-rpc/
H
A
D
ecard.c
893
ecard_t **
ecp
;
in ecard_probe()
local
966
for (
ecp
= &cards; *
ecp
;
ecp
= &(*
ecp
)->next);
in ecard_probe()
968
*
ecp
= ec;
in ecard_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
mach64_ct.c
238
int
ecp
= pllvclk / pll->vclk_post_div_real;
in aty_valid_pll_ct()
local
241
while (
ecp
> par->pll_limits.ecp_max && ecp_div < 2) {
in aty_valid_pll_ct()
242
ecp
>>= 1;
in aty_valid_pll_ct()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
mach64_ct.c
236
int
ecp
= pllvclk / pll->vclk_post_div_real;
in aty_valid_pll_ct()
local
239
while (
ecp
> par->pll_limits.ecp_max && ecp_div < 2) {
in aty_valid_pll_ct()
240
ecp
>>= 1;
in aty_valid_pll_ct()
Completed in 6 milliseconds