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:dv
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
rfcomm.h
131
uint8_t
dv
;
member
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_utils.h
140
int64_t
dv
= 0;
member
146
float
dv
= 0.0f;
member
H
A
D
draw_utils.cpp
63
dv
= FO_TRANS_INTEGER_TO_FIXED(y2 - y1);
in TriangleEdge()
68
dv
= static_cast<float>(y2 - y1);
in TriangleEdge()
700
edge1.curX += FO_DIV(edge1.du, edge1.
dv
);
in StepToNextLine()
701
edge2.curX += FO_DIV(edge2.du, edge2.
dv
);
in StepToNextLine()
705
edge1.curX += edge1.du / edge1.
dv
;
in StepToNextLine()
706
edge2.curX += edge2.du / edge2.
dv
;
in StepToNextLine()
1636
part.edge1.curX += (static_cast<int64_t>(part.edge1.du) * (yMin - part.edge1.curY) / part.edge1.
dv
);
1638
part.edge2.curX += (static_cast<int64_t>(part.edge2.du) * (yMin - part.edge2.curY) / part.edge2.
dv
);
1647
part.edge1.curX += part.edge1.du * (part.yMin - part.edge1.curY) / part.edge1.
dv
;
1649
part.edge2.curX += part.edge2.du * (part.yMin - part.edge2.curY) / part.edge2.
dv
;
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H
A
D
rfcomm_channel.c
961
status.
dv
= (modemSts->signals & MSC_DV) ? 1 : 0;
in RfcommSetPeerModemStatus()
H
A
D
rfcomm_channel_fsm.c
1116
status.signals |= modemSts->
dv
? MSC_DV : 0;
in RfcommSendMscReq()
Completed in 8 milliseconds