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:cct_table
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2.c
1237
s->val[OPT_CCT_PROFILE].wa = s->
cct_table
;
in init_options()
2075
s->
cct_table
[0] = SANE_FIX(s->hw->cct_profile->cct[index][0]);
in e2_load_cct_profile()
2076
s->
cct_table
[1] = SANE_FIX(s->hw->cct_profile->cct[index][1]);
in e2_load_cct_profile()
2077
s->
cct_table
[2] = SANE_FIX(s->hw->cct_profile->cct[index][2]);
in e2_load_cct_profile()
2078
s->
cct_table
[3] = SANE_FIX(s->hw->cct_profile->cct[index][3]);
in e2_load_cct_profile()
2079
s->
cct_table
[4] = SANE_FIX(s->hw->cct_profile->cct[index][4]);
in e2_load_cct_profile()
2080
s->
cct_table
[5] = SANE_FIX(s->hw->cct_profile->cct[index][5]);
in e2_load_cct_profile()
2081
s->
cct_table
[6] = SANE_FIX(s->hw->cct_profile->cct[index][6]);
in e2_load_cct_profile()
2082
s->
cct_table
[7] = SANE_FIX(s->hw->cct_profile->cct[index][7]);
in e2_load_cct_profile()
2083
s->
cct_table
[
in e2_load_cct_profile()
[all...]
H
A
D
epson2.h
387
SANE_Word
cct_table
[9];
member
Completed in 4 milliseconds