Home
last modified time | relevance | path

Searched refs:HWCAP2_SVEBITPERM (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/libc/libc-test/semver/
Dandroid-aarch64.txt6 HWCAP2_SVEBITPERM
/third_party/musl/arch/aarch64/bits/
Dhwcap.h38 #define HWCAP2_SVEBITPERM (1 << 4) macro
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
Dmod.rs105 pub const HWCAP2_SVEBITPERM: ::c_ulong = 1 << 4; constant