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:ry
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H
A
D
bn_mul.h
892
mbedtls_mpi_uint r0, r1, rx,
ry
; \
900
ry
= s1 * b0; r1 = s1 * b1; \
902
r1 += (
ry
>> biH ); \
903
rx <<= biH;
ry
<<= biH; \
905
r0 +=
ry
; r1 += (r0 <
ry
); \
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/
H
A
D
drv_pke_common.h
436
hi_u8 *
ry
;
member
444
const hi_u8 *
ry
;
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_drv.h
239
u16
ry
;
member
257
u8
ry
;
member
H
A
D
rockchip_drm_drv.c
707
hdr->
ry
= (data[0x8] << 0x4) | (data[0x6] & 0xf);
in parse_ver_26_v0_data()
730
hdr->
ry
= data[0xa];
in parse_ver_15_v1_data()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_drm_drv.h
241
u16
ry
;
member
259
u8
ry
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H
A
D
hi_go_bliter.h
323
* \param[in]
ry
Y axis radius.
334
HI_S32 HI_GO_DrawEllipse(HI_HANDLE Surface, HI_S32 sx, HI_S32 sy, HI_S32 rx, HI_S32
ry
, HI_COLOR color);
Completed in 8 milliseconds