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:vdi
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H
A
D
display_buffer_vdi_impl.cpp
88
extern "C" void DestroyDisplayBufferVdi(IDisplayBufferVdi*
vdi
)
in DestroyDisplayBufferVdi()
argument
90
delete
vdi
;
in DestroyDisplayBufferVdi()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H
A
D
display_buffer_vdi_impl.cpp
125
extern "C" void DestroyDisplayBufferVdi(IDisplayBufferVdi*
vdi
)
in DestroyDisplayBufferVdi()
argument
127
delete
vdi
;
in DestroyDisplayBufferVdi()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H
A
D
display_buffer_vdi_impl.cpp
124
extern "C" void DestroyDisplayBufferVdi(IDisplayBufferVdi*
vdi
)
in DestroyDisplayBufferVdi()
argument
126
delete
vdi
;
in DestroyDisplayBufferVdi()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H
A
D
display_composer_vdi_impl.cpp
362
extern "C" void DestroyComposerVdi(IDisplayComposerVdi*
vdi
)
in DestroyComposerVdi()
argument
364
delete
vdi
;
in DestroyComposerVdi()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H
A
D
display_composer_vdi_impl.cpp
362
extern "C" void DestroyComposerVdi(IDisplayComposerVdi*
vdi
)
in DestroyComposerVdi()
argument
364
delete
vdi
;
in DestroyComposerVdi()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H
A
D
display_composer_vdi_impl.cpp
374
extern "C" void DestroyComposerVdi(IDisplayComposerVdi*
vdi
)
in DestroyComposerVdi()
argument
376
delete
vdi
;
in DestroyComposerVdi()
/third_party/node/deps/v8/src/execution/riscv64/
H
A
D
simulator-riscv64.cc
673
uint64_t&
vdi
= Rvvelt<uint64_t>(rvv_vd_reg(), midx, true); \
677
vdi
= (
vdi
& ~mmask) | (((res) << mpos) & mmask); \
998
uint64_t&
vdi
= Rvvelt<uint64_t>(rvv_vd_reg(), midx, true); \
1006
vdi
= (
vdi
& ~mmask) | (((res) << mpos) & mmask); \
Completed in 12 milliseconds