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:a_bMapTable
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_map.c
137
for (pdw = (pULong)ps->
a_bMapTable
, dw = size * 3 / 4; dw; dw--, pdw++) {
in mapInvertMap()
171
ps->
a_bMapTable
[i] = (UChar)(i >> 4);
in mapBuildLinearMap()
172
ps->
a_bMapTable
[4096+i] = (UChar)(i >> 4);
in mapBuildLinearMap()
173
ps->
a_bMapTable
[8192+i] = (UChar)(i >> 4);
in mapBuildLinearMap()
179
ps->
a_bMapTable
[i] = (UChar)(i & 0xff);
in mapBuildLinearMap()
180
ps->
a_bMapTable
[256+i] = (UChar)(i & 0xff);
in mapBuildLinearMap()
181
ps->
a_bMapTable
[512+i] = (UChar)(i & 0xff);
in mapBuildLinearMap()
246
tmp = ((((long)ps->
a_bMapTable
[i] * 100) + b) *c ) / 10000;
in MapAdjust()
249
ps->
a_bMapTable
[i] = (UChar)tmp;
in MapAdjust()
253
tmp = ((((long)ps->
a_bMapTable
[tabLe
in MapAdjust()
[all...]
H
A
D
plustek-pp_misc.c
169
ps->pbMapRed = ps->
a_bMapTable
;
in MiscReinitStruct()
170
ps->pbMapGreen = &ps->
a_bMapTable
[256];
in MiscReinitStruct()
171
ps->pbMapBlue = &ps->
a_bMapTable
[512];
in MiscReinitStruct()
H
A
D
plustek-pp_ptdrv.c
812
if (copy_from_user((pVoid)&ps->
a_bMapTable
[x_len * i],
in ptdrvIoctl()
825
if (copy_from_user((pVoid)&ps->
a_bMapTable
[x_len * idx],
in ptdrvIoctl()
H
A
D
plustek-pp_scandata.h
197
Byte
a_bMapTable
[4096 * 3]; /* pre 98001 was 256 * 3 */
member
H
A
D
plustek-pp_dac.c
847
dacP98DownloadMapTable( ps, ps->
a_bMapTable
);
in dacP98WaitForShading()
2428
dacP98DownloadMapTable( ps, ps->
a_bMapTable
);
in dacP98003WaitForShading()
Completed in 8 milliseconds