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:pbReg
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_dac.c
169
UShort wLow, pUChar
pbReg
, Bool *fDACStopFlag )
in dacP98AdjustDAC()
174
*
pbReg
+= ((DarkOff - wHigh) / 20);
in dacP98AdjustDAC()
176
*
pbReg
+= ((DarkOff - wHigh) / 10);
in dacP98AdjustDAC()
178
*
pbReg
+= 1;
in dacP98AdjustDAC()
180
if (!(*
pbReg
))
in dacP98AdjustDAC()
181
*
pbReg
= 0xff;
in dacP98AdjustDAC()
189
*
pbReg
-= 2;
in dacP98AdjustDAC()
191
*
pbReg
-= 10;
in dacP98AdjustDAC()
265
pUChar
pbReg
[3];
in dacP98AdjustGain()
local
269
pbReg
[
in dacP98AdjustGain()
168
dacP98AdjustDAC( UShort DarkOff, UShort wHigh, UShort wLow, pUChar
pbReg
, Bool *fDACStopFlag )
dacP98AdjustDAC()
argument
299
pUChar
pbReg
[3];
dacP98CheckLastGain()
local
1305
pUChar
pbReg
[3];
dacP96003WaitForShading()
local
[all...]
H
A
D
plustek-pp_tpa.c
339
pUChar
pbReg
[3];
in tpaP98RecalculateNegativeShadingGain()
local
500
pbReg
[0] = &ps->bRedGainIndex;
in tpaP98RecalculateNegativeShadingGain()
501
pbReg
[1] = &ps->bGreenGainIndex;
in tpaP98RecalculateNegativeShadingGain()
502
pbReg
[2] = &ps->bBlueGainIndex;
in tpaP98RecalculateNegativeShadingGain()
511
*(
pbReg
[w]) += 1;
in tpaP98RecalculateNegativeShadingGain()
513
*(
pbReg
[w]) += 4;
in tpaP98RecalculateNegativeShadingGain()
517
*(
pbReg
[w]) -= 1;
in tpaP98RecalculateNegativeShadingGain()
522
if (*(
pbReg
[w2]) > 31)
in tpaP98RecalculateNegativeShadingGain()
523
(*(
pbReg
[w2])) = 31;
in tpaP98RecalculateNegativeShadingGain()
Completed in 4 milliseconds