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:hwcap2
(Results
1 - 5
of
5
) sorted by relevance
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H
A
D
auxv.rs
59
let mut
hwcap2
= HWCAP2.load(Relaxed);
variables
61
if hwcap == 0 ||
hwcap2
== 0 {
64
hwcap2
= HWCAP2.load(Relaxed);
67
(hwcap,
hwcap2
)
196
let mut
hwcap2
= 0;
in init_from_auxp()
variables
210
AT_HWCAP2 =>
hwcap2
= a_val as usize,
in init_from_auxp()
230
HWCAP2.store(
hwcap2
, Relaxed);
in init_from_auxp()
/third_party/rust/crates/rustix/tests/param/
H
A
D
auxv.rs
33
let (_hwcap,
hwcap2
) = linux_hwcap();
in test_linux_hwcap()
39
assert_eq!(
hwcap2
, unsafe { libc_getauxval(libc::AT_HWCAP2) } as usize);
in test_linux_hwcap()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H
A
D
randen_detect.cc
161
const uint32_t
hwcap2
= GetAuxval(AT_HWCAP2);
in CPUSupportsRandenHwAes()
162
return (
hwcap2
& kAES) != 0;
in CPUSupportsRandenHwAes()
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
ppccap.c
219
unsigned long
hwcap2
= getauxval(HWCAP2);
in OPENSSL_cpuid_setup()
local
238
if ((hwcap & HWCAP_VSX) && (
hwcap2
& HWCAP_VEC_CRYPTO))
in OPENSSL_cpuid_setup()
242
if (
hwcap2
& HWCAP_ARCH_3_00) {
in OPENSSL_cpuid_setup()
/third_party/openssl/crypto/
H
A
D
ppccap.c
219
unsigned long
hwcap2
= getauxval(HWCAP2);
in OPENSSL_cpuid_setup()
local
238
if ((hwcap & HWCAP_VSX) && (
hwcap2
& HWCAP_VEC_CRYPTO))
in OPENSSL_cpuid_setup()
242
if (
hwcap2
& HWCAP_ARCH_3_00) {
in OPENSSL_cpuid_setup()
Completed in 3 milliseconds