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:head_pos
(Results
1 - 7
of
7
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
device.cpp
105
unsigned Genesys_Device::
head_pos
(ScanHeadId scan_head) const
in head_pos()
function in genesys::Genesys_Device
178
out << dev.
head_pos
(scan_head);
in print_scan_position()
H
A
D
device.h
324
unsigned
head_pos
(ScanHeadId scan_head) const;
H
A
D
genesys.cpp
754
if (direction == Direction::BACKWARD && steps > dev.
head_pos
(ScanHeadId::PRIMARY)) {
in scanner_move()
756
steps, dev.
head_pos
(ScanHeadId::PRIMARY));
in scanner_move()
759
steps > dev.
head_pos
(ScanHeadId::SECONDARY))
in scanner_move()
762
steps, dev.
head_pos
(ScanHeadId::SECONDARY));
in scanner_move()
900
dev.
head_pos
(ScanHeadId::SECONDARY) > 0 ||
in scanner_move_back_home()
909
dev.
head_pos
(ScanHeadId::PRIMARY) > 1000)
in scanner_move_back_home()
912
scanner_move(dev, dev.model->default_method, dev.
head_pos
(ScanHeadId::PRIMARY) - 500,
in scanner_move_back_home()
1020
dev.
head_pos
(ScanHeadId::SECONDARY) > dev.
head_pos
(ScanHeadId::PRIMARY);
in should_use_secondary_motor_mode()
1033
if (dev.
head_pos
(ScanHeadI
in handle_motor_position_after_move_back_home_ta()
[all...]
H
A
D
gl846.cpp
696
move -= dev->
head_pos
(ScanHeadId::PRIMARY);
in calculate_scan_session()
H
A
D
gl847.cpp
671
move -= dev->
head_pos
(ScanHeadId::PRIMARY);
in calculate_scan_session()
H
A
D
gl841.cpp
957
move -= (dev->
head_pos
(ScanHeadId::PRIMARY) * session.params.yres) / dev->motor.base_ydpi;
in init_regs_for_scan_session()
H
A
D
gl646.cpp
1837
dev->
head_pos
(ScanHeadId::PRIMARY) &&
in needs_home_before_init_regs_for_scan()
Completed in 15 milliseconds