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:BufferSizeBase
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_models.c
206
ps->
BufferSizeBase
= 3517;
in modelSetBufferSizes()
211
ps->
BufferSizeBase
= 2560;
in modelSetBufferSizes()
215
ps->
BufferSizeBase
= 1280;
in modelSetBufferSizes()
219
ps->BufferSizePerModel = ps->
BufferSizeBase
* 2;
in modelSetBufferSizes()
281
ps->ShadingScanLineLen = (ps->
BufferSizeBase
* 3);
in ModelSet4800()
340
ps->ShadingScanLineLen = (ps->
BufferSizeBase
* 3);
in ModelSet4830()
457
ps->ShadingScanLineLen = (ps->
BufferSizeBase
* 3);
in ModelSetA3I()
H
A
D
plustek-pp_dac.c
1065
for (dw = 0; dw < ps->
BufferSizeBase
; dw++)
in dacP96ReadColorShadingLine()
1073
for (dw = ps->
BufferSizeBase
;dw < (ULong)ps->
BufferSizeBase
* 2;dw++) {
in dacP96ReadColorShadingLine()
1085
for (dw = ps->
BufferSizeBase
* 2;
in dacP96ReadColorShadingLine()
1086
dw < (ULong)ps->
BufferSizeBase
* 3; dw++) {
in dacP96ReadColorShadingLine()
1098
for (dw = 0; dw < (ULong)ps->
BufferSizeBase
* 3; dw++) {
in dacP96ReadColorShadingLine()
1241
ps->AsicReg.RD_Pixels = ps->
BufferSizeBase
;
in dacP96Adjust10BitShading()
1778
ps->AsicReg.RD_Pixels = ps->
BufferSizeBase
;
in dacP96001WaitForShading()
H
A
D
plustek-pp_scandata.h
174
UShort
BufferSizeBase
; /* --> to Device */
member
Completed in 6 milliseconds