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:motor_steps
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
device.cpp
139
int
motor_steps
= session.params.starty +
in advance_head_pos_by_session()
local
143
advance_head_pos_by_steps(scan_head, direction,
motor_steps
);
in advance_head_pos_by_session()
/third_party/backends/backend/
H
A
D
mustek_usb2_asic.c
1616
unsigned int
motor_steps
;
in LLFMotorMove()
local
1686
motor_steps
= 30000 * 2;
in LLFMotorMove()
1692
motor_steps
= LLF_MotorMove->FixMoveSteps;
in LLFMotorMove()
1716
LOBYTE (
motor_steps
));
in LLFMotorMove()
1718
HIBYTE (
motor_steps
));
in LLFMotorMove()
1720
(SANE_Byte) ((
motor_steps
& 0x00ff0000) >> 16));
in LLFMotorMove()
1721
DBG (DBG_ASIC, "
motor_steps
=%d\n",
motor_steps
);
in LLFMotorMove()
1722
DBG (DBG_ASIC, "LOBYTE(
motor_steps
)=%d\n", LOBYTE (
motor_steps
));
in LLFMotorMove()
[all...]
Completed in 3 milliseconds