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:Microtek2_Scanner
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
microtek2.h
867
/*
Microtek2_Scanner
structure, but their values must be retained */
1018
typedef struct
Microtek2_Scanner
{
struct
1019
struct
Microtek2_Scanner
*next; /* for linked list */
1147
}
Microtek2_Scanner
;
typedef
1163
auto_adjust_proc_data (
Microtek2_Scanner
*, uint8_t **);
1166
calc_cx_shading_line(
Microtek2_Scanner
*); /* (KF) new */
1169
calculate_gamma(
Microtek2_Scanner
*, uint8_t *, int, char *);
1172
calculate_sane_params(
Microtek2_Scanner
*);
1175
cancel_scan(
Microtek2_Scanner
*);
1184
chunky_copy_pixels(
Microtek2_Scanner
*, uint8_
[all...]
H
A
D
microtek2.c
105
static
Microtek2_Scanner
*ms_first_handle = NULL; /* list of open scanners */
123
Microtek2_Scanner
*ms = handle;
in sane_cancel()
140
Microtek2_Scanner
*ms = handle;
in sane_close()
155
Microtek2_Scanner
*ts = ms_first_handle;
in sane_close()
308
Microtek2_Scanner
*ms = handle;
in sane_get_parameters()
425
Microtek2_Scanner
*ms = handle;
in sane_get_select_fd()
506
Microtek2_Scanner
*ms;
in sane_open()
540
ms = malloc(sizeof(
Microtek2_Scanner
));
in sane_open()
542
(void *) ms, (u_long) sizeof(
Microtek2_Scanner
));
in sane_open()
549
memset(ms, 0, sizeof(
Microtek2_Scanner
));
in sane_open()
[all...]
Completed in 7 milliseconds