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_list_size
(Results
1 - 15
of
15
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2-ops.c
173
dev->
res_list_size
= 0;
in e2_dev_init()
207
if (dev->
res_list_size
== 0) {
in e2_dev_post_init()
234
last = dev->res_list[dev->
res_list_size
- 1];
in e2_dev_post_init()
253
last = dev->res_list[dev->
res_list_size
- 1];
in e2_dev_post_init()
278
malloc((dev->
res_list_size
+ 1) * sizeof(SANE_Word));
in e2_dev_post_init()
284
*(dev->resolution_list) = dev->
res_list_size
;
in e2_dev_post_init()
287
dev->
res_list_size
* sizeof(SANE_Word));
in e2_dev_post_init()
390
dev->
res_list_size
++;
in e2_add_resolution()
392
dev->
res_list_size
*
in e2_add_resolution()
400
dev->res_list[dev->
res_list_size
in e2_add_resolution()
[all...]
H
A
D
u12-if.c
455
dev->
res_list_size
= 0;
in u12if_getCaps()
457
dev->
res_list_size
++;
in u12if_getCaps()
458
dev->res_list[dev->
res_list_size
- 1] = (SANE_Int)cntr;
in u12if_getCaps()
H
A
D
kodakaio.h
71
SANE_Int
res_list_size
; /* number of entries in this list */
member
H
A
D
magicolor.h
112
SANE_Int
res_list_size
; /* number of entries in this list */
member
H
A
D
epson.h
192
SANE_Int
res_list_size
; /* number of entries in this list */
member
H
A
D
plustek.h
354
SANE_Int
res_list_size
; /* resolution values */
member
H
A
D
u12.h
238
SANE_Int
res_list_size
; /* resolution values */
member
H
A
D
epson.c
5958
s->hw->
res_list_size
= 0;
in get_identity_information()
5960
(SANE_Int *) calloc (s->hw->
res_list_size
, sizeof (SANE_Int));
in get_identity_information()
5984
s->hw->
res_list_size
++;
in get_identity_information()
5987
s->hw->
res_list_size
* sizeof (SANE_Int));
in get_identity_information()
5995
s->hw->res_list[s->hw->
res_list_size
- 1] = (SANE_Int) val;
in get_identity_information()
6034
s->hw->
res_list_size
++;
in get_identity_information()
6037
s->hw->
res_list_size
* sizeof (SANE_Int));
in get_identity_information()
6045
s->hw->res_list[s->hw->
res_list_size
- 1] = (SANE_Int) val;
in get_identity_information()
6065
dev->dpi_range.max = s->hw->res_list[s->hw->
res_list_size
- 1];
in get_identity_information()
6089
malloc ((s->hw->
res_list_size
in get_identity_information()
[all...]
H
A
D
plustek_pp.c
1087
dev->
res_list_size
= 0;
in attach()
1089
dev->
res_list_size
++;
in attach()
1090
dev->res_list[dev->
res_list_size
- 1] = (SANE_Int)cntr;
in attach()
1496
int min_d = s->hw->res_list[s->hw->
res_list_size
- 1];
in sane_control_option()
1500
for( n = 0; n < s->hw->
res_list_size
; n++ ) {
in sane_control_option()
H
A
D
epson2.h
334
SANE_Int
res_list_size
; /* number of entries in this list */
member
H
A
D
plustek-pp.h
556
SANE_Int
res_list_size
; /* resolution values */
member
H
A
D
magicolor.c
1200
for (rs=0; rs < s->hw->cap->
res_list_size
; rs++ ) {
in mc_set_scanning_parameters()
2426
res_list = malloc((s->hw->cap->
res_list_size
+ 1) * sizeof(SANE_Word));
in init_options()
2430
*(res_list) = s->hw->cap->
res_list_size
;
in init_options()
2431
memcpy(&(res_list[1]), s->hw->cap->res_list, s->hw->cap->
res_list_size
* sizeof(SANE_Word));
in init_options()
H
A
D
plustek.c
1370
dev->
res_list_size
= 0;
in attach()
1372
dev->
res_list_size
++;
in attach()
1373
dev->res_list[dev->
res_list_size
- 1] = (SANE_Int)cntr;
in attach()
1983
int min_d = dev->res_list[dev->
res_list_size
- 1];
in sane_control_option()
1987
for( n = 0; n < dev->
res_list_size
; n++ ) {
in sane_control_option()
H
A
D
kodakaio.c
1600
for (rs=0; rs < s->hw->cap->
res_list_size
; rs++ ) {
in k_set_scanning_parameters()
2809
res_list = malloc((s->hw->cap->
res_list_size
+ 1) * sizeof(SANE_Word));
in init_options()
2813
*(res_list) = s->hw->cap->
res_list_size
;
in init_options()
2814
memcpy(&(res_list[1]), s->hw->cap->res_list, s->hw->cap->
res_list_size
* sizeof(SANE_Word));
in init_options()
H
A
D
u12.c
1272
int min_d = s->hw->res_list[s->hw->
res_list_size
- 1];
in sane_control_option()
1276
for( n = 0; n < s->hw->
res_list_size
; n++ ) {
in sane_control_option()
Completed in 31 milliseconds