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:mode_params
(Results
1 - 12
of
12
) sorted by relevance
/third_party/openssl/test/
H
A
D
evp_kdf_test.c
717
OSSL_PARAM
mode_params
[2];
in test_kdf_pbkdf2_small_salt_pkcs5()
local
731
mode_params
[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode);
in test_kdf_pbkdf2_small_salt_pkcs5()
732
mode_params
[1] = OSSL_PARAM_construct_end();
in test_kdf_pbkdf2_small_salt_pkcs5()
735
if (!TEST_true(EVP_KDF_CTX_set_params(kctx,
mode_params
))
in test_kdf_pbkdf2_small_salt_pkcs5()
754
OSSL_PARAM
mode_params
[2];
in test_kdf_pbkdf2_small_iterations_pkcs5()
local
768
mode_params
[0] = OSSL_PARAM_construct_int(OSSL_KDF_PARAM_PKCS5, &mode);
in test_kdf_pbkdf2_small_iterations_pkcs5()
769
mode_params
[1] = OSSL_PARAM_construct_end();
in test_kdf_pbkdf2_small_iterations_pkcs5()
772
if (!TEST_true(EVP_KDF_CTX_set_params(kctx,
mode_params
))
in test_kdf_pbkdf2_small_iterations_pkcs5()
/third_party/backends/backend/
H
A
D
epsonds.h
21
#define
mode_params
epsonds_mode_params
macro
H
A
D
epson2-ops.c
97
extern struct mode_param
mode_params
[];
877
mparam = &
mode_params
[s->val[OPT_MODE].w];
in e2_set_extended_scanning_parameters()
909
mparam = &
mode_params
[s->val[OPT_MODE].w];
in e2_set_extended_scanning_parameters()
1018
struct mode_param *mparam = &
mode_params
[s->val[OPT_MODE].w];
in e2_set_scanning_parameters()
1300
mparam = &
mode_params
[s->val[OPT_MODE].w];
in e2_init_parameters()
1332
* The default color depth is stored in
mode_params
.depth:
in e2_init_parameters()
1335
if (
mode_params
[s->val[OPT_MODE].w].depth == 1)
in e2_init_parameters()
1440
&& (!
mode_params
[s->val[OPT_MODE].w].color))
in e2_init_parameters()
H
A
D
epsonds-ops.c
28
extern struct mode_param
mode_params
[];
215
if (
mode_params
[s->val[OPT_MODE].w].depth == 1)
in eds_init_parameters()
264
* The default color depth is stored in
mode_params
.depth:
in eds_init_parameters()
H
A
D
epson2.c
86
struct mode_param
mode_params
[] = {
variable
1708
if (
mode_params
[mdi].depth == 1) {
in handle_depth_halftone()
1916
SANE_Bool isColor =
mode_params
[optindex].color;
in setvalue()
1924
setOptionState(s,
mode_params
[optindex].depth == 1,
in setvalue()
1947
s->val[OPT_BIT_DEPTH].w =
mode_params
[optindex].depth;
in setvalue()
1959
mode_params
[s->val[OPT_MODE].w].depth = sval->w;
in setvalue()
H
A
D
epson2.h
25
#define
mode_params
epson2_mode_params
macro
H
A
D
epson.c
475
static struct mode_param
mode_params
[] = {
variable
3803
if (
mode_params
[mdi].depth == 1)
in handle_depth_halftone()
4033
SANE_Bool isColor =
mode_params
[optindex].color;
in setvalue()
4041
setOptionState (s,
mode_params
[optindex].depth == 1,
in setvalue()
4075
s->val[OPT_BIT_DEPTH].w =
mode_params
[optindex].depth;
in setvalue()
4091
mode_params
[s->val[OPT_MODE].w].depth = sval->w;
in setvalue()
4307
* The default color depth is stored in
mode_params
.depth:
in sane_get_parameters()
4310
if (
mode_params
[s->val[OPT_MODE].w].depth == 1)
in sane_get_parameters()
4343
if (
mode_params
[s->val[OPT_MODE].w].color)
in sane_get_parameters()
4488
mparam =
mode_params
in sane_start()
[all...]
H
A
D
magicolor.c
160
static struct mode_param
mode_params
[] = {
variable
1194
struct mode_param *mparam = &
mode_params
[s->val[OPT_MODE].w];
in mc_set_scanning_parameters()
1447
* The default color depth is stored in
mode_params
.depth:
in mc_init_parameters()
1451
if (
mode_params
[s->val[OPT_MODE].w].depth == 1)
in mc_init_parameters()
2805
mode_params
[optindex].depth;
in setvalue()
2814
mode_params
[s->val[OPT_MODE].w].depth = sval->w;
in setvalue()
H
A
D
kodakaio.c
597
static struct mode_param
mode_params
[] = {
variable
1790
/* mparam = &
mode_params
[s->val[OPT_MODE].w];does this get used? */
in k_init_parametersta()
1830
* The default color depth is stored in
mode_params
.depth:
in k_init_parametersta()
1832
if (
mode_params
[s->val[OPT_MODE].w].depth == 1)
in k_init_parametersta()
3252
s->val[OPT_BIT_DEPTH].w =
mode_params
[optindex].depth;
in setvalue()
3262
mode_params
[s->val[OPT_MODE].w].depth = sval->w;
in setvalue()
H
A
D
plustek_pp.c
161
static ModeParam
mode_params
[] =
variable
307
mp =
mode_params
;
in getModeList()
H
A
D
u12.c
134
static ModeParam
mode_params
[] =
variable
243
pModeParam mp =
mode_params
;
in getModeList()
H
A
D
epsonds.c
1306
struct mode_param
mode_params
[] = {
variable
2387
mode_params
[optindex].depth;
in setvalue()
2397
mode_params
[s->val[OPT_MODE].w].depth = sval->w;
in setvalue()
Completed in 30 milliseconds