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:_SCANSTATE_MASK
(Results
1 - 8
of
8
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-pp_motor.c
218
if ((ULong)(bScanState &
_SCANSTATE_MASK
) != ps->dwScanStateCount )
in motorCheckMotorPresetLength()
550
dw = (dw + 1U) &
_SCANSTATE_MASK
;
in motorP98FillBackLoop()
692
ps->dwScanStateCount = (ULong)((bTemp + 1) &
_SCANSTATE_MASK
);
in motorP98FillRunNewAdrPointer1()
1092
pScanStep->bStep &=
_SCANSTATE_MASK
; /* org was. ~_ScanStateStop; */
in motorP96GetScanStateAndStatus()
2093
ps->bCurrentLineCount = IOGetScanState( ps, _FALSE ) &
_SCANSTATE_MASK
;
2267
ps->bCurrentLineCount = (bScanState &
_SCANSTATE_MASK
);
2380
ps->bCurrentLineCount = (bState &=
_SCANSTATE_MASK
);
2953
ps->bOldStateCount = IOGetScanState( ps, _FALSE ) &
_SCANSTATE_MASK
;
H
A
D
u12-hwdef.h
180
#define
_SCANSTATE_MASK
0x3f /* bit 0-5 */
macro
H
A
D
u12-image.c
744
dev->scan.bNowScanState = (state &
_SCANSTATE_MASK
);
in u12image_ReadOneImageLine()
767
dev->scan.oldScanState &=
_SCANSTATE_MASK
;
in u12image_ReadOneImageLine()
786
dev->scan.oldScanState &=
_SCANSTATE_MASK
;
in u12image_ReadOneImageLine()
H
A
D
u12-if.c
530
dev->scan.oldScanState &=
_SCANSTATE_MASK
;
in u12if_prepare()
H
A
D
plustek-pp_image.c
1240
ps->Scan.bNowScanState = (state &
_SCANSTATE_MASK
);
in imageP98003ReadOneImageLine()
1261
ps->Scan.bOldScanState &=
_SCANSTATE_MASK
;
in imageP98003ReadOneImageLine()
1278
ps->Scan.bOldScanState &=
_SCANSTATE_MASK
;
in imageP98003ReadOneImageLine()
H
A
D
plustek-pp_hwdefs.h
800
#define
_SCANSTATE_MASK
0x3f /* bit 0-5 */
macro
H
A
D
plustek-pp_ptdrv.c
1078
ps->Scan.bOldScanState = IOGetScanState( ps, _TRUE ) &
_SCANSTATE_MASK
;
in ptdrvRead()
H
A
D
plustek-pp_genericio.c
1129
pScanStep->bStep = pScanStep->bStatus &
_SCANSTATE_MASK
;
in IOGetCurrentStateCount()
Completed in 14 milliseconds