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:posScan
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
u12-image.c
60
static ExpXStepDef
posScan
[5] = {
variable
253
dev->shade.wExposure =
posScan
[index].exposureTime;
in u12image_SetupScanStateVariables()
254
dev->shade.wXStep =
posScan
[index].xStepTime;
in u12image_SetupScanStateVariables()
655
posScan
[1].exposureTime = 96;
in u12image_SetupScanSettings()
656
posScan
[1].xStepTime = 12;
in u12image_SetupScanSettings()
657
posScan
[2].exposureTime = 96;
in u12image_SetupScanSettings()
658
posScan
[2].xStepTime = 24;
in u12image_SetupScanSettings()
659
posScan
[3].exposureTime = 96;
in u12image_SetupScanSettings()
660
posScan
[3].xStepTime = 48;
in u12image_SetupScanSettings()
661
posScan
[
in u12image_SetupScanSettings()
[all...]
H
A
D
plustek-pp_image.c
88
static ExpXStepDef
posScan
[5] = {{128, 8}, {96, 12},
variable
1327
ps->Shade.wExposure =
posScan
[index].exposureTime;
in imageP98003SetupScanStateVariables()
1328
ps->Shade.wXStep =
posScan
[index].xStepTime;
in imageP98003SetupScanStateVariables()
1572
posScan
[1].exposureTime = 96;
in imageP98003SetupScanSettings()
1573
posScan
[1].xStepTime = 12;
in imageP98003SetupScanSettings()
1574
posScan
[2].exposureTime = 96;
in imageP98003SetupScanSettings()
1575
posScan
[2].xStepTime = 24;
in imageP98003SetupScanSettings()
1576
posScan
[3].exposureTime = 96;
in imageP98003SetupScanSettings()
1577
posScan
[3].xStepTime = 48;
in imageP98003SetupScanSettings()
1578
posScan
[
in imageP98003SetupScanSettings()
[all...]
Completed in 4 milliseconds