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:shuffle1
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
lossless_neon.c
96
const uint8x8_t
shuffle1
= vld1_u8(kBGRShuffle[1]);
in ConvertBGRAToBGR_NEON()
local
123
const uint8x8_t
shuffle1
= vld1_u8(kRGBShuffle[1]);
in ConvertBGRAToRGB_NEON()
local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_format_s3tc.c
1617
LLVMValueRef ainterp, ainterp0, ainterp1,
shuffle1
, sel_mask, sel_mask2;
in s3tc_decode_block_dxt5()
local
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
14008
const uint8x16_t
shuffle1
= vld1q_u8(row1 + 1);
in arm_convert_utf16_to_utf8()
local
14262
const uint8x16_t
shuffle1
= vld1q_u8(row1 + 1);
in arm_convert_utf16_to_utf8_with_errors()
local
14715
const uint8x16_t
shuffle1
= vld1q_u8(row1 + 1);
in arm_convert_utf32_to_utf8()
local
14954
const uint8x16_t
shuffle1
= vld1q_u8(row1 + 1);
in arm_convert_utf32_to_utf8_with_errors()
local
[all...]
Completed in 32 milliseconds