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:IOReadFifoLength
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_procs.h
200
_LOC ULong
IOReadFifoLength
( pScanData ps );
H
A
D
plustek-pp_image.c
682
dwFifoCounter =
IOReadFifoLength
( ps );
in imageP98001ReadOneImageLine()
1246
if(
IOReadFifoLength
( ps ) >= ps->Scan.dwMinReadFifo )
in imageP98003ReadOneImageLine()
1264
if(
IOReadFifoLength
( ps ) >= ps->Scan.dwMaxReadFifo ) {
in imageP98003ReadOneImageLine()
1281
if(
IOReadFifoLength
( ps ) >= ps->Scan.dwMinReadFifo ) {
in imageP98003ReadOneImageLine()
H
A
D
plustek-pp_tpa.c
218
while((
IOReadFifoLength
( ps ) < 960) && !MiscCheckTimer( &timer )) {
in tpaP98GetNegativeTempRamData()
238
if (
IOReadFifoLength
( ps ) <= (960 * 2))
in tpaP98GetNegativeTempRamData()
396
while((
IOReadFifoLength
( ps) < 960) && !MiscCheckTimer( &timer )) {
in tpaP98RecalculateNegativeShadingGain()
475
while((
IOReadFifoLength
( ps ) < 960) && !MiscCheckTimer( &timer)) {
in tpaP98RecalculateNegativeShadingGain()
H
A
D
plustek-pp_genericio.c
1290
if(
IOReadFifoLength
( ps ) >= ps->AsicReg.RD_Pixels ) {
in IOReadOneShadingLine()
1303
_LOC ULong
IOReadFifoLength
( pScanData ps )
in IOReadFifoLength()
function
H
A
D
plustek-pp_dac.c
528
while((
IOReadFifoLength
( ps ) < dwReadyLen) &&
in dacP98ReadShadingScanLine()
764
if (
IOReadFifoLength
( ps ) <= 2500)
in dacP98Adjust12BitShading()
2123
if(
IOReadFifoLength
( ps ) < ps->AsicReg.RD_Pixels )
in dacP98003AdjustShadingWaveform()
H
A
D
plustek-pp_motor.c
3291
if(
IOReadFifoLength
( ps ) < ps->Scan.dwMaxReadFifo ) {
Completed in 12 milliseconds