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
defs:vBuf
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H
A
D
graphic_neon_pipeline.h
109
uint8x8x4_t
vBuf
= vld4_u8(buf);
in NeonPreLerpARGB8888()
local
129
uint8x8x4_t
vBuf
= vld4_u8(buf);
in NeonPrelerpARGB8888()
local
150
uint8x8x4_t
vBuf
= vld4_u8(buf);
NeonPrelerpARGB8888()
local
220
uint8x8x4_t
vBuf
= vld4_u8(buf);
NeonLerpARGB8888()
local
240
uint8x8x4_t
vBuf
= vld4_u8(buf);
NeonLerpARGB8888()
local
261
uint8x8x4_t
vBuf
= vld4_u8(buf);
NeonLerpARGB8888()
local
[all...]
H
A
D
graphic_neon_utils.h
157
uint8x8x4_t
vBuf
= vld4_u8(buf);
in LoadBuf_ARGB8888()
local
166
uint8x8x4_t
vBuf
= vld4_u8(buf);
in LoadBuf_XRGB8888()
local
175
uint8x8x3_t
vBuf
= vld3_u8(buf);
LoadBuf_RGB888()
local
183
uint16x8_t
vBuf
= vld1q_u16(reinterpret_cast<uint16_t*>(buf));
LoadBuf_RGB565()
local
199
uint8x8x4_t
vBuf
= vld4_u8(buf);
LoadBufA_ARGB8888()
local
213
uint8x8x4_t
vBuf
= vld4_u8(buf);
LoadBufA_XRGB8888()
local
227
uint8x8x3_t
vBuf
= vld3_u8(buf);
LoadBufA_RGB888()
local
241
uint16x8_t
vBuf
= vld1q_u16(reinterpret_cast<uint16_t*>(buf));
LoadBufA_RGB565()
local
256
uint8x8x4_t
vBuf
;
SetPixelColor_ARGB8888()
local
275
uint8x8x4_t
vBuf
;
StoreBuf_ARGB8888()
local
285
uint8x8x4_t
vBuf
;
StoreBuf_XRGB8888()
local
295
uint8x8x3_t
vBuf
;
StoreBuf_RGB888()
local
307
uint16x8_t
vBuf
= vshll_n_u8(r, 8);
StoreBuf_RGB565()
local
316
vst1q_u16(reinterpret_cast<uint16_t*>(buf),
vBuf
);
StoreBuf_RGB565()
local
[all...]
Completed in 2 milliseconds