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:bDiscardAll
(Results
1 - 6
of
6
) sorted by relevance
/third_party/backends/backend/
H
A
D
u12-image.c
503
dev->scan.
bDiscardAll
= 0;
in u12image_SetupScanSettings()
528
dev->scan.
bDiscardAll
= 1;
in u12image_SetupScanSettings()
532
dev->scan.
bDiscardAll
= 2;
in u12image_SetupScanSettings()
540
dev->scan.
bDiscardAll
= 2;
in u12image_SetupScanSettings()
546
dev->scan.
bDiscardAll
= 4;
in u12image_SetupScanSettings()
552
dev->scan.
bDiscardAll
= 8;
in u12image_SetupScanSettings()
558
dev->scan.
bDiscardAll
= 16;
in u12image_SetupScanSettings()
692
if( dev->scan.
bDiscardAll
) {
in u12image_DataIsReady()
693
dev->scan.
bDiscardAll
--;
in u12image_DataIsReady()
H
A
D
plustek-pp_image.c
1179
if( ps->Scan.
bDiscardAll
) {
in imageP98003DataIsReady()
1180
ps->Scan.
bDiscardAll
--;
in imageP98003DataIsReady()
1417
ps->Scan.
bDiscardAll
= 0;
in imageP98003SetupScanSettings()
1442
ps->Scan.
bDiscardAll
= 1;
in imageP98003SetupScanSettings()
1446
ps->Scan.
bDiscardAll
= 2;
in imageP98003SetupScanSettings()
1454
ps->Scan.
bDiscardAll
= 2;
in imageP98003SetupScanSettings()
1460
ps->Scan.
bDiscardAll
= 4;
in imageP98003SetupScanSettings()
1466
ps->Scan.
bDiscardAll
= 8;
in imageP98003SetupScanSettings()
1472
ps->Scan.
bDiscardAll
= 16;
in imageP98003SetupScanSettings()
H
A
D
u12-scanner.h
246
SANE_Byte
bDiscardAll
;
member
H
A
D
u12-hw.c
412
(dev->scan.
bDiscardAll
? 32 : 0);
590
(dev->scan.
bDiscardAll
? 32 : 0);
H
A
D
plustek-pp_hwdefs.h
727
UChar
bDiscardAll
;
member
H
A
D
plustek-pp_p12.c
327
((ps->Scan.
bDiscardAll
) ? 32 : 0);
in p12SetupScanningCondition()
Completed in 8 milliseconds