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:wLineEnd
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
plustek-usbscan.c
381
u_short wDataPixelStart,
wLineEnd
;
in usb_GetScanRect()
local
415
wLineEnd
= wDataPixelStart + (u_short)(m_dHDPIDivider *
in usb_GetScanRect()
419
wDataPixelStart,
wLineEnd
);
in usb_GetScanRect()
423
wLineEnd
++;
in usb_GetScanRect()
426
wDataPixelStart,
wLineEnd
);
in usb_GetScanRect()
432
/* should match:
wLineEnd
-wDataPixelStart%(m_dHDPIDivider*2) = 0!! */
in usb_GetScanRect()
433
regs[0x24] = _HIBYTE(
wLineEnd
);
in usb_GetScanRect()
434
regs[0x25] = _LOBYTE(
wLineEnd
);
in usb_GetScanRect()
437
wLineEnd
-wDataPixelStart, m_dHDPIDivider);
in usb_GetScanRect()
856
le = hw->
wLineEnd
;
in usb_GetLineLength()
[all...]
H
A
D
plustek-usbhw.c
1123
if((regs[0x2e] * 256 + regs[0x2f]) > hw->
wLineEnd
)
in usb_GetLampStatus()
1126
if((regs[0x36] * 256 + regs[0x37]) > hw->
wLineEnd
)
in usb_GetLampStatus()
1407
regs[0x20] = _HIBYTE( hw->
wLineEnd
);
in usb_ResetRegisters()
1408
regs[0x21] = _LOBYTE( hw->
wLineEnd
);
in usb_ResetRegisters()
1413
linend = hw->bOpticBlackStart + hw->
wLineEnd
;
in usb_ResetRegisters()
1414
if( linend < (hw->
wLineEnd
-20))
in usb_ResetRegisters()
1415
linend = hw->
wLineEnd
-20;
in usb_ResetRegisters()
H
A
D
plustek-usb.h
492
u_short
wLineEnd
; /* 0x20 & 0x21 */
member
H
A
D
plustek-usbshading.c
2903
hw->
wLineEnd
= 5384;
2907
hw->
wLineEnd
= 7000;
2908
regs[0x20] = _HIBYTE(hw->
wLineEnd
);
2909
regs[0x21] = _LOBYTE(hw->
wLineEnd
);
Completed in 9 milliseconds