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:rhs
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H
A
D
hdi_layer.h
67
HdiLayerBuffer(const HdiLayerBuffer &
rhs
);
68
HdiLayerBuffer& operator=(const HdiLayerBuffer &
rhs
);
203
bool operator () (const HdiLayer *lhs, const HdiLayer *
rhs
) const
in operator ()()
205
if (lhs == nullptr ||
rhs
== nullptr) {
in operator ()()
206
return (lhs == nullptr) && (
rhs
== nullptr);
in operator ()()
208
return lhs->GetZorder() <
rhs
->GetZorder();
in operator ()()
/device/soc/rockchip/common/hardware/display/src/display_device/
H
A
D
hdi_layer.h
186
bool operator()(const HdiLayer *lhs, const HdiLayer *
rhs
) const
in operator ()()
188
if (lhs == nullptr ||
rhs
== nullptr) {
in operator ()()
189
return (lhs == nullptr) && (
rhs
== nullptr);
in operator ()()
191
return lhs->GetZorder() <
rhs
->GetZorder();
in operator ()()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H
A
D
hdi_layer.h
182
bool operator () (const HdiLayer *lhs, const HdiLayer *
rhs
) const
in operator ()()
184
if (lhs == nullptr ||
rhs
== nullptr) {
in operator ()()
185
return (lhs == nullptr) && (
rhs
== nullptr);
in operator ()()
187
return lhs->GetZorder() <
rhs
->GetZorder();
in operator ()()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H
A
D
hdi_layer.h
183
bool operator () (const HdiLayer *lhs, const HdiLayer *
rhs
) const
in operator ()()
185
if (lhs == nullptr ||
rhs
== nullptr) {
in operator ()()
186
return (lhs == nullptr) && (
rhs
== nullptr);
in operator ()()
188
return lhs->GetZorder() <
rhs
->GetZorder();
in operator ()()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H
A
D
hdi_layer.h
186
bool operator () (const HdiLayer *lhs, const HdiLayer *
rhs
) const
in operator ()()
188
if (lhs == nullptr ||
rhs
== nullptr) {
in operator ()()
189
return (lhs == nullptr) && (
rhs
== nullptr);
in operator ()()
191
return lhs->GetZorder() <
rhs
->GetZorder();
in operator ()()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H
A
D
hdi_layer.h
183
bool operator () (const HdiLayer *lhs, const HdiLayer *
rhs
) const
in operator ()()
185
if (lhs == nullptr ||
rhs
== nullptr) {
in operator ()()
186
return (lhs == nullptr) && (
rhs
== nullptr);
in operator ()()
188
return lhs->GetZorder() <
rhs
->GetZorder();
in operator ()()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_time.h
172
static inline oal_time_t_stru oal_ktime_sub(const oal_time_t_stru lhs, const oal_time_t_stru
rhs
)
in oal_ktime_sub()
argument
174
return ktime_sub(lhs,
rhs
);
in oal_ktime_sub()
281
static inline oal_time_t_stru oal_ktime_sub(const oal_time_t_stru lhs, const oal_time_t_stru
rhs
)
in oal_ktime_sub()
argument
284
res.tv64 = lhs.tv64 -
rhs
.tv64;
in oal_ktime_sub()
Completed in 5 milliseconds