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:res_step
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
mustek_pp_ccd300.h
60
int
res_step
;
member
H
A
D
mustek_pp_ccd300.c
438
pos += priv->
res_step
;
in read_line_101x()
758
priv->saved_res_step = priv->
res_step
;
in calibrate_device_101x()
784
priv->
res_step
= priv->saved_res_step;
in calibrate_device_101x()
805
priv->
res_step
= priv->saved_res_step;
in calibrate_device_101x()
835
priv->
res_step
= priv->saved_res_step;
in calibrate_device_101x()
1143
priv->
res_step
= SANE_FIX ((float) priv->hwres / (float) dev->res);
in config_ccd_1013()
1332
priv->
res_step
= SANE_FIX ((float) priv->hwres / (float) dev->res);
in config_ccd_1015()
1474
priv->saved_res_step = priv->
res_step
;
in return_home()
1505
priv->
res_step
= priv->saved_res_step;
in return_home()
H
A
D
microtek.h
132
SANE_Byte
res_step
;
member
H
A
D
microtek.c
1109
if (ms->dev->info.
res_step
& MI_RESSTEP_1PER) {
in init_options()
1517
mi->
res_step
= (SANE_Byte)(result[56] & 0x03);
in parse_inquiry()
1817
(mi->
res_step
& MI_RESSTEP_1PER) ? "1% " : "",
in dump_inquiry()
1818
(mi->
res_step
& MI_RESSTEP_5PER) ? "5%" : "",
in dump_inquiry()
3167
(dev->info.
res_step
& MI_RESSTEP_1PER) ? MS_RES_1PER : MS_RES_5PER;
in sane_open()
Completed in 9 milliseconds