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:gamma_GRAY
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
teco1.h
351
SANE_Word
gamma_GRAY
[MAX_GAMMA_LENGTH];
member
H
A
D
teco2.h
422
SANE_Word
gamma_GRAY
[GAMMA_LENGTH];
member
H
A
D
teco3.h
379
SANE_Word
gamma_GRAY
[GAMMA_LENGTH];
member
H
A
D
teco1.c
883
param.gamma[1 * GAMMA_LENGTH + i] = dev->
gamma_GRAY
[i];
in teco_send_gamma()
1212
dev->val[OPT_GAMMA_VECTOR_GRAY].wa = dev->
gamma_GRAY
;
in teco_init_options()
1600
dev->
gamma_GRAY
[i] = i / shift;
in sane_open()
H
A
D
leo.c
929
dev->val[OPT_GAMMA_VECTOR_GRAY].wa = dev->
gamma_GRAY
;
in leo_init_options()
1209
param.gamma_R[i] = dev->
gamma_GRAY
[i];
in leo_send_gamma()
1412
memcpy (dev->
gamma_GRAY
, gamma_init, dev->opt[OPT_GAMMA_VECTOR_GRAY].size);
in sane_open()
H
A
D
teco3.c
736
param.gamma_G[i] = dev->
gamma_GRAY
[i];
in teco_send_gamma()
1037
dev->val[OPT_GAMMA_VECTOR_GRAY].wa = dev->
gamma_GRAY
;
in teco_init_options()
1615
dev->
gamma_GRAY
[i] = i / 4;
in sane_open()
H
A
D
teco2.c
1579
param.gamma_R[i] = dev->
gamma_GRAY
[i];
in teco_send_gamma()
1580
param.gamma_G[i] = dev->
gamma_GRAY
[i];
in teco_send_gamma()
1581
param.gamma_B[i] = dev->
gamma_GRAY
[i];
in teco_send_gamma()
2027
dev->val[OPT_GAMMA_VECTOR_GRAY].wa = dev->
gamma_GRAY
;
in teco_init_options()
2636
dev->
gamma_GRAY
[i] = i / 4;
in sane_open()
H
A
D
leo.h
329
SANE_Word
gamma_GRAY
[GAMMA_LENGTH];
member
Completed in 13 milliseconds