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:bitdepth_list
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
microtek2.c
2121
md->
bitdepth_list
[++i] = (SANE_Int) MD_DEPTHVAL_4;
in init_options()
2124
md->
bitdepth_list
[++i] = (SANE_Int) MD_DEPTHVAL_8;
in init_options()
2126
md->
bitdepth_list
[++i] = (SANE_Int) MD_DEPTHVAL_10;
in init_options()
2128
md->
bitdepth_list
[++i] = (SANE_Int) MD_DEPTHVAL_12;
in init_options()
2130
md->
bitdepth_list
[++i] = (SANE_Int) MD_DEPTHVAL_14;
in init_options()
2132
md->
bitdepth_list
[++i] = (SANE_Int) MD_DEPTHVAL_16;
in init_options()
2134
md->
bitdepth_list
[0] = i;
in init_options()
2135
if ( md->
bitdepth_list
[1] == (SANE_Int) MD_DEPTHVAL_8 )
in init_options()
2136
val[OPT_BITDEPTH].w = md->
bitdepth_list
[1];
in init_options()
2138
val[OPT_BITDEPTH].w = md->
bitdepth_list
[
in init_options()
[all...]
H
A
D
artec_eplus48u.c
194
static SANE_Word
bitdepth_list
[] = {
variable
2769
s->opt[OPT_BIT_DEPTH].constraint.word_list =
bitdepth_list
;
in init_options()
2770
s->val[OPT_BIT_DEPTH].w =
bitdepth_list
[1];
in init_options()
3970
s->opt[OPT_BIT_DEPTH].constraint.word_list =
bitdepth_list
;
in sane_control_option()
H
A
D
microtek2.h
955
SANE_Int
bitdepth_list
[MD_DEPTHVAL_NUMS + 1];
member
Completed in 12 milliseconds