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:u_mode
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
kodak.c
684
s->
u_mode
= MODE_LINEART;
in init_user()
687
s->u_res = s->s_res_min[s->
u_mode
];
in init_user()
1018
if(reslist[j] >= s->s_res_min[s->
u_mode
]
in sane_get_option_descriptor()
1019
&& reslist[j] <= s->s_res_max[s->
u_mode
]){
in sane_get_option_descriptor()
1020
s->o_res_list[s->
u_mode
][++i] = reslist[j];
in sane_get_option_descriptor()
1023
s->o_res_list[s->
u_mode
][0] = i;
in sane_get_option_descriptor()
1032
opt->constraint.word_list = s->o_res_list[s->
u_mode
];
in sane_get_option_descriptor()
1310
if(s->
u_mode
== MODE_LINEART){
in sane_control_option()
1313
else if(s->
u_mode
== MODE_HALFTONE){
in sane_control_option()
1316
else if(s->
u_mode
in sane_control_option()
[all...]
H
A
D
kodak.h
114
int
u_mode
; /* color,lineart,etc */
member
H
A
D
fujitsu.c
528
- separate s->mode into s_mode and
u_mode
2487
s->
u_mode
= mode;
in set_mode()
2635
int curr_mode = s->
u_mode
;
in init_interlace()
3211
if(s->
u_mode
!= MODE_LINEART){
in sane_get_option_descriptor()
3894
if(s->
u_mode
== MODE_COLOR)
in sane_get_option_descriptor()
4749
if(s->
u_mode
== MODE_LINEART){
in sane_control_option()
4752
else if(s->
u_mode
== MODE_HALFTONE){
in sane_control_option()
4755
else if(s->
u_mode
== MODE_GRAYSCALE){
in sane_control_option()
4758
else if(s->
u_mode
== MODE_COLOR){
in sane_control_option()
5411
if (tmp == s->
u_mode
)
in sane_control_option()
[all...]
H
A
D
fujitsu.h
428
int
u_mode
; /*color,lineart,etc*/
member
Completed in 15 milliseconds