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:low_res
(Results
1 - 9
of
9
) sorted by relevance
/third_party/backends/backend/
H
A
D
gphoto2.h
83
int
low_res
;
member
101
unsigned int
low_res
:1;
member
119
SANE_Int
low_res
:1;
member
H
A
D
dc210.h
79
unsigned int
low_res
;
member
97
unsigned int
low_res
:1;
member
115
unsigned int
low_res
:1;
member
H
A
D
dc240.h
82
int
low_res
;
member
100
unsigned int
low_res
:1;
member
118
SANE_Int
low_res
:1;
member
H
A
D
dc210.c
515
camera->flags.
low_res
= buf[22];
in get_info()
779
if (Camera.Pictures[Camera.current_picture_number - 1].
low_res
)
in sane_init()
802
Camera.flags.
low_res
? "low" : "high");
in sane_init()
935
if (Camera.Pictures[Camera.current_picture_number - 1].
low_res
)
in sane_control_option()
964
if (Camera.Pictures[Camera.current_picture_number - 1].
low_res
)
in sane_control_option()
1455
pic->
low_res
= SANE_TRUE;
in get_picture_info()
1459
pic->
low_res
= SANE_FALSE;
in get_picture_info()
H
A
D
dc25.h
116
unsigned int
low_res
:1;
member
H
A
D
dc240.c
785
DBG (127, "%s called,
low_res
=%d\n", f, res);
in change_res()
923
set_res (Camera.Pictures[Camera.current_picture_number - 1].
low_res
);
in sane_init()
1090
Pictures[Camera.current_picture_number - 1].
low_res
);
in sane_control_option()
1103
Pictures[Camera.current_picture_number - 1].
low_res
);
in sane_control_option()
1554
low_res
);
in sane_read()
1735
pic->
low_res
= info_buf[3] == 0 ? SANE_TRUE : SANE_FALSE;
in get_picture_info()
H
A
D
dc25.c
592
CameraInfo.flags.
low_res
= buf[23];
in get_info()
597
* information I have says that even on the DC20 the
low_res
in get_info()
600
CameraInfo.flags.
low_res
= buf[11];
in get_info()
1912
dc20_info->flags.
low_res
? "low" : "high");
in sane_init()
2100
if (dc20_info->flags.
low_res
)
in sane_control_option()
2137
if (dc20_info->flags.
low_res
)
in sane_control_option()
H
A
D
gphoto2.c
880
set_res (Cam_data.Pictures[Cam_data.current_picture_number - 1].
low_res
);
in sane_init()
1099
Pictures[Cam_data.current_picture_number - 1].
low_res
);
in sane_control_option()
1115
Pictures[Cam_data.current_picture_number - 1].
low_res
);
in sane_control_option()
1662
pic->
low_res
= SANE_FALSE;
in get_picture_info()
1891
low_res
);
in converter_do_scan_complete_cleanup()
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.cc
5769
uint64_t
low_res
=
in Simulator()
local
5775
WriteRegister(reg_size, instr->GetRd(),
low_res
| high_res);
in Simulator()
Completed in 27 milliseconds