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:force_max
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2.c
1731
int
force_max
= SANE_FALSE;
in change_source()
local
1751
force_max
= SANE_TRUE;
in change_source()
1817
if (s->val[OPT_TL_X].w < s->hw->x_range->min ||
force_max
)
in change_source()
1820
if (s->val[OPT_TL_Y].w < s->hw->y_range->min ||
force_max
)
in change_source()
1823
if (s->val[OPT_BR_X].w > s->hw->x_range->max ||
force_max
)
in change_source()
1826
if (s->val[OPT_BR_Y].w > s->hw->y_range->max ||
force_max
)
in change_source()
H
A
D
magicolor.c
2703
int
force_max
= SANE_FALSE;
in change_source()
local
2718
force_max
= SANE_TRUE;
in change_source()
2744
if (s->val[OPT_TL_X].w < s->hw->x_range->min ||
force_max
)
in change_source()
2747
if (s->val[OPT_TL_Y].w < s->hw->y_range->min ||
force_max
)
in change_source()
2750
if (s->val[OPT_BR_X].w > s->hw->x_range->max ||
force_max
)
in change_source()
2753
if (s->val[OPT_BR_Y].w > s->hw->y_range->max ||
force_max
)
in change_source()
H
A
D
kodakaio.c
3144
int
force_max
= SANE_FALSE;
in change_source()
local
3159
force_max
= SANE_TRUE;
in change_source()
3187
if (s->val[OPT_TL_X].w < s->hw->x_range->min ||
force_max
)
in change_source()
3190
if (s->val[OPT_TL_Y].w < s->hw->y_range->min ||
force_max
)
in change_source()
3193
if (s->val[OPT_BR_X].w > s->hw->x_range->max ||
force_max
)
in change_source()
3196
if (s->val[OPT_BR_Y].w > s->hw->y_range->max ||
force_max
)
in change_source()
H
A
D
epson.c
3833
int
force_max
= SANE_FALSE;
in handle_source()
local
3853
force_max
= SANE_TRUE;
in handle_source()
3916
if (s->val[OPT_TL_X].w < s->hw->x_range->min ||
force_max
)
in handle_source()
3919
if (s->val[OPT_TL_Y].w < s->hw->y_range->min ||
force_max
)
in handle_source()
3922
if (s->val[OPT_BR_X].w > s->hw->x_range->max ||
force_max
)
in handle_source()
3925
if (s->val[OPT_BR_Y].w > s->hw->y_range->max ||
force_max
)
in handle_source()
H
A
D
epsonds.c
2195
int
force_max
= SANE_FALSE;
in change_source()
local
2209
force_max
= SANE_TRUE;
in change_source()
2234
if (s->val[OPT_TL_X].w < s->hw->x_range->min ||
force_max
)
in change_source()
2237
if (s->val[OPT_TL_Y].w < s->hw->y_range->min ||
force_max
)
in change_source()
2240
if (s->val[OPT_BR_X].w > s->hw->x_range->max ||
force_max
)
in change_source()
2243
if (s->val[OPT_BR_Y].w > s->hw->y_range->max ||
force_max
)
in change_source()
Completed in 20 milliseconds