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:max_exposure
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
motor.h
131
slope{a_slope}, step_type{a_step_type},
max_exposure
{a_max_exposure}
in MotorProfile()
143
unsigned
max_exposure
= 0; // 0 - any exposure
member
H
A
D
motor.cpp
167
<< "
max_exposure
: " << profile.
max_exposure
<< '\n'
in operator <<()
H
A
D
low.cpp
1703
if (profile.
max_exposure
== exposure) {
in get_motor_profile_ptr()
1707
if (profile.
max_exposure
== 0 || profile.
max_exposure
>= exposure) {
in get_motor_profile_ptr()
1713
if (profiles[i].
max_exposure
< profiles[best_i].
max_exposure
) {
in get_motor_profile_ptr()
/third_party/backends/backend/
H
A
D
microtek.h
201
SANE_Int
max_exposure
;
member
H
A
D
microtek.c
1253
ms->exposure_range.max = ms->dev->info.
max_exposure
;
in init_options()
1539
mi->
max_exposure
= (mi->exp_settings * 3) - 21;
in parse_inquiry()
1549
mi->
max_exposure
= 21;
in parse_inquiry()
1551
mi->
max_exposure
= (mi->exposure_vals * 3) - 21;
in parse_inquiry()
Completed in 9 milliseconds