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:sse42
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/opts/
H
A
D
SkOpts_sse42.cpp
10
#define SK_OPTS_NS
sse42
15
hash_fn =
sse42
::hash_fn;
in Init_sse42()
/third_party/node/deps/base64/base64/lib/arch/sse42/
H
A
D
codec.c
36
BASE64_ENC_FUNCTION(
sse42
)
in BASE64_ENC_FUNCTION()
47
BASE64_DEC_FUNCTION(
sse42
)
in BASE64_DEC_FUNCTION()
/third_party/node/deps/base64/base64/
H
A
D
Makefile
14
lib/arch/
sse42
/codec.o \
99
lib/arch/
sse42
/codec.o: CFLAGS += $(SSE42_CFLAGS)
/third_party/skia/src/core/
H
A
D
SkOpts.cpp
26
#define SK_OPTS_NS
sse42
/third_party/node/deps/base64/base64/lib/
H
A
D
codec_choose.c
92
BASE64_CODEC_FUNCS(
sse42
)
/third_party/ffmpeg/libavutil/x86/
H
A
D
x86inc.asm
1449
AVX_INSTR pcmpestri,
sse42
1450
AVX_INSTR pcmpestrm,
sse42
1451
AVX_INSTR pcmpistri,
sse42
1452
AVX_INSTR pcmpistrm,
sse42
1460
AVX_INSTR pcmpgtq,
sse42
, 0, 0, 0
/third_party/node/deps/simdutf/
H
A
D
simdutf.h
702
constexpr uint32_t
sse42
= uint32_t(1) << 20; ///< @private bit 20 of ECX for EAX=0x1
member
781
if (ecx & cpuid_bit::
sse42
) {
in detect_supported_architectures()
/third_party/ffmpeg/
H
A
D
configure
441
--disable-
sse42
disable SSE4.2 optimizations
2113
sse42
2670
aesni_deps="
sse42
"
2671
avx_deps="
sse42
"
Completed in 15 milliseconds