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:dwXferBytes
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/
H
A
D
mustek_usb2_asic.c
4410
unsigned int
dwXferBytes
;
in Asic_ReadImage()
local
4420
dwXferBytes
= (unsigned int) (LinesCount) * chip->dwBytesCountPerRow;
in Asic_ReadImage()
4425
if (
dwXferBytes
< 0)
in Asic_ReadImage()
4427
DBG (DBG_ASIC, "Asic_ReadImage:
dwXferBytes
<0\n");
in Asic_ReadImage()
4431
if (
dwXferBytes
== 0)
in Asic_ReadImage()
4434
DBG (DBG_ASIC, "Asic_ReadImage:
dwXferBytes
== 0\n");
in Asic_ReadImage()
4438
status = Mustek_DMARead (chip,
dwXferBytes
, pBuffer);
in Asic_ReadImage()
4531
unsigned int
dwXferBytes
, SANE_Byte bScanBits)
in Asic_ReadCalibrationData()
4549
pCalBuffer = (SANE_Byte *) malloc (
dwXferBytes
);
in Asic_ReadCalibrationData()
4557
for (dwTotalReadData = 0; dwTotalReadData <
dwXferBytes
;)
in Asic_ReadCalibrationData()
4530
Asic_ReadCalibrationData(PAsic chip, void * pBuffer, unsigned int
dwXferBytes
, SANE_Byte bScanBits)
Asic_ReadCalibrationData()
argument
[all...]
H
A
D
mustek_usb2_asic.h
1280
unsigned int
dwXferBytes
, SANE_Byte bScanBits);
Completed in 8 milliseconds