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:dwMaxReadFifo
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
u12-hw.c
376
dev->scan.
dwMaxReadFifo
=
380
dev->scan.dwMinReadFifo = dev->scan.
dwMaxReadFifo
= 1024;
382
dev->scan.
dwMaxReadFifo
+= (dev->DataInf.dwAsicBytesPerPlane / 2);
490
dev->scan.
dwMaxReadFifo
=
493
dev->scan.
dwMaxReadFifo
=
498
dev->scan.dwMinReadFifo = dev->scan.
dwMaxReadFifo
= 1024;
500
dev->scan.
dwMaxReadFifo
+= (dev->DataInf.dwAsicBytesPerPlane / 2);
503
dev->scan.dwMinReadFifo, dev->scan.
dwMaxReadFifo
);
537
dev->scan.
dwMaxReadFifo
+= (u_long)lGreen;
H
A
D
plustek-pp_p12.c
220
ps->Scan.
dwMaxReadFifo
=
in p12SetupScanningCondition()
223
ps->Scan.
dwMaxReadFifo
=
in p12SetupScanningCondition()
228
ps->Scan.dwMinReadFifo = ps->Scan.
dwMaxReadFifo
= 1024;
in p12SetupScanningCondition()
230
ps->Scan.
dwMaxReadFifo
+= (ps->DataInf.dwAsicBytesPerPlane / 2);
in p12SetupScanningCondition()
234
ps->Scan.dwMinReadFifo, ps->Scan.
dwMaxReadFifo
);
in p12SetupScanningCondition()
268
ps->Scan.
dwMaxReadFifo
+= (ULong)lGreen;
in p12SetupScanningCondition()
H
A
D
u12-scanner.h
278
u_long
dwMaxReadFifo
;
member
H
A
D
u12-motor.c
489
if( u12io_GetFifoLength( dev ) < dev->scan.
dwMaxReadFifo
) {
in u12motor_ModuleForwardBackward()
H
A
D
plustek-pp_hwdefs.h
724
ULong
dwMaxReadFifo
;
member
H
A
D
u12-image.c
770
if( u12io_GetFifoLength( dev ) >= dev->scan.
dwMaxReadFifo
) {
in u12image_ReadOneImageLine()
H
A
D
plustek-pp_image.c
1264
if( IOReadFifoLength( ps ) >= ps->Scan.
dwMaxReadFifo
) {
in imageP98003ReadOneImageLine()
H
A
D
plustek-pp_motor.c
3291
if( IOReadFifoLength( ps ) < ps->Scan.
dwMaxReadFifo
) {
Completed in 12 milliseconds