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:HWCAP_NEON
(Results
1 - 12
of
12
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
armcap.c
123
# define
HWCAP_NEON
(1 << 12)
macro
132
# define
HWCAP_NEON
(1 << 1)
macro
190
if (getauxval(HWCAP) &
HWCAP_NEON
) {
in OPENSSL_cpuid_setup()
/third_party/openssl/crypto/
H
A
D
armcap.c
123
# define
HWCAP_NEON
(1 << 12)
macro
132
# define
HWCAP_NEON
(1 << 1)
macro
190
if (getauxval(HWCAP) &
HWCAP_NEON
) {
in OPENSSL_cpuid_setup()
/third_party/ffmpeg/libavutil/arm/
H
A
D
cpu.c
51
#define
HWCAP_NEON
(1 << 12)
macro
111
*hwcap |=
HWCAP_NEON
;
in get_cpuinfo()
/third_party/mbedtls/library/
H
A
D
aesce.c
104
#if !defined(
HWCAP_NEON
)
105
#define
HWCAP_NEON
(1 << 12)
macro
135
if (((auxval &
HWCAP_NEON
) ==
HWCAP_NEON
) &&
in mbedtls_aesce_has_support_impl()
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
hwcap.h
13
#define
HWCAP_NEON
(1 << 12)
macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
hwcap.h
13
#define
HWCAP_NEON
(1 << 12)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
hwcap.h
13
#define
HWCAP_NEON
(1 << 12)
macro
/third_party/musl/arch/arm/bits/
H
A
D
hwcap.h
13
#define
HWCAP_NEON
(1 << 12)
macro
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/
H
A
D
linux-auxv.c
111
if (aux.a_type == AT_HWCAP && (aux.a_un.a_val &
HWCAP_NEON
) != 0)
in png_have_neon()
/third_party/node/deps/v8/src/base/
H
A
D
cpu.cc
112
#define
HWCAP_NEON
(1 << 12)
670
has_neon_ = (hwcaps &
HWCAP_NEON
) != 0;
in CPU()
/third_party/lzma/CPP/Windows/
H
A
D
SystemInfo.cpp
694
if (h &
HWCAP_NEON
) s += ":NEON";
in AddCpuFeatures()
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.c
400
if (hwcap &
HWCAP_NEON
)
in check_os_arm_support()
Completed in 7 milliseconds