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:resx_max
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
coolscan3.c
203
unsigned int resx_optical, resx_min,
resx_max
, *resx_list,
member
1021
s->res = s->resx = s->
resx_max
;
in sane_open()
1024
s->res_preview = s->
resx_max
/ 10;
in sane_open()
2476
s->
resx_max
= 256 * s->recv_buf[20] + s->recv_buf[21];
in cs3_full_inquiry()
2498
floor(s->
resx_max
/ (double) s->resx_min);
in cs3_full_inquiry()
2504
s->resx_list[pitch - 1] = s->
resx_max
/ pitch;
in cs3_full_inquiry()
2517
s->unit_dpi = s->
resx_max
;
in cs3_full_inquiry()
2523
s->resx_min, s->
resx_max
);
in cs3_full_inquiry()
2806
s->real_pitchx = s->
resx_max
/ s->real_resx;
in cs3_convert_options()
2809
s->real_resx = s->
resx_max
/
in cs3_convert_options()
[all...]
H
A
D
coolscan2.c
240
unsigned int resx_optical, resx_min,
resx_max
, *resx_list, resx_n_list;
member
1026
s->res = s->resx = s->
resx_max
;
in sane_open()
1029
s->res_preview = s->
resx_max
/ 10;
in sane_open()
2430
s->
resx_max
= 256 * s->recv_buf[20] + s->recv_buf[21];
in cs2_full_inquiry()
2451
s->resx_n_list = pitch_max = floor (s->
resx_max
/ (double) s->resx_min);
in cs2_full_inquiry()
2456
s->resx_list[pitch - 1] = s->
resx_max
/ pitch;
in cs2_full_inquiry()
2466
s->unit_dpi = s->
resx_max
;
in cs2_full_inquiry()
2655
s->real_pitchx = s->
resx_max
/ s->real_resx;
in cs2_convert_options()
2658
s->real_resx = s->
resx_max
/ s->real_pitchx;
in cs2_convert_options()
Completed in 7 milliseconds