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:bpp_list
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
genesys.h
218
SANE_Int
bpp_list
[5] = {};
member
H
A
D
genesys.cpp
4317
s->
bpp_list
[0] = bpp.size();
in create_bpp_list()
4318
std::reverse_copy(bpp.begin(), bpp.end(), s->
bpp_list
+ 1);
in create_bpp_list()
4578
s->opt[OPT_BIT_DEPTH].constraint.word_list = s->
bpp_list
;
in init_options()
/third_party/backends/backend/
H
A
D
gt68xx_high.h
270
SANE_Int
bpp_list
[5]; /**< */
member
H
A
D
pieusb_specific.h
210
SANE_Word
bpp_list
[5]; /* bit depths */
member
H
A
D
sm3840.c
90
static const SANE_Word
bpp_list
[] = {
variable
704
s->options_list[OPT_BIT_DEPTH].constraint.word_list =
bpp_list
;
in initialize_options_list()
H
A
D
gt68xx.c
414
s->
bpp_list
[0] = count;
in create_bpp_list()
417
s->
bpp_list
[s->
bpp_list
[0] - count] = bpp[count];
in create_bpp_list()
519
s->opt[OPT_BIT_DEPTH].constraint.word_list = s->
bpp_list
;
in init_options()
1835
if (s->
bpp_list
[0] < 2)
in sane_control_option()
H
A
D
pieusb_specific.c
458
dev->
bpp_list
[0] = 3; /* count */
in pieusb_initialize_device_definition()
459
dev->
bpp_list
[1] = 1;
in pieusb_initialize_device_definition()
460
dev->
bpp_list
[2] = 8;
in pieusb_initialize_device_definition()
461
dev->
bpp_list
[3] = 16;
in pieusb_initialize_device_definition()
670
scanner->opt[OPT_BIT_DEPTH].constraint.word_list = scanner->device->
bpp_list
;
in sanei_pieusb_init_options()
671
scanner->val[OPT_BIT_DEPTH].w = scanner->device->
bpp_list
[2];
in sanei_pieusb_init_options()
Completed in 16 milliseconds